node npm install failure

Using it, I was lucky to install some npm modules, but whenever npm tried to rename files, it still had permission error issues.

Install global npm packages
npm config set unsafe-perm true

Clear cache
npm cache clean

Bypass symlink issues
npm install --no-bin-links

评论

暂无评论。

登录后可发表评论。