当前位置:网站首页>NPM command prompt error: eacces: permission denied

NPM command prompt error: eacces: permission denied

2022-06-26 22:31:00 Mr_ Tony

Not enough permissions , Appear in the npm Upgrade time ,
It is easier to execute commands using the following methods ,
Add before all commands sudo
for example :
npm install -g npm
Turn into
sudo npm install -g npm
Prompt for password , Enter the password as required

Reference link :

  1. Error: EACCES: permission denied, access ‘/usr/local/lib/node_modules’
原网站

版权声明
本文为[Mr_ Tony]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/177/202206262226506237.html