好好爱自己!

Error: EACCES: permission denied when trying to install ESLint using npm

https://stackoverflow.com/questions/35954725/error-eacces-permission-denied-when-trying-to-install-eslint-using-npm

-----------------------------------------------

Use --unsafe-perm=true and --allow-root flags with npm install like below:-

sudo npm install -g eslint --unsafe-perm=true --allow-root

it worked like charm for me.

posted @ 2019-10-17 10:56  立志做一个好的程序员  阅读(504)  评论(0编辑  收藏  举报

不断学习创作,与自己快乐相处