Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # npm i Node GYP Erros
  2. npm explore npm -g -- npm install node-gyp@latest
  3. nvm use 10.16.0
  4.  
  5.  
  6. # Unhandled rejection Error: EACCES: permission denied
  7. sudo chown -R $USER:$GROUP ~/.npm
  8. sudo chown -R $USER:$GROUP ~/.config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement