permission denied error with npm install
this solution worked for me
sudo sudo npm install
Here what worked for me: login as root,and type
sudo su
npm install -g npm
Not sure if it's the same problem i had, but worth a try.
this solution worked for me
sudo sudo npm install
Here what worked for me: login as root,and type
sudo su
npm install -g npm
Not sure if it's the same problem i had, but worth a try.