Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. sudo chown -R $(whoami) ~/.npm
  2. sudo chown -R $(whoami) /usr/local/lib
  3. sudo chown -R $(whoami) /usr/local/bin
  4.  
  5. npm install -g npm@latest
  6.  
  7. npm cache clean --force
  8.  
  9. npm i puppeteer
  10.  
  11. brew reinstall node
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement