On npm install: Unhandled rejection Error: EACCES: permission denied

Restore ownership of the user’s npm related folders, to the current user, like this:

sudo chown -R $USER:$GROUP ~/.npm
sudo chown -R $USER:$GROUP ~/.config

Leave a Comment