Guest User

Untitled

a guest
Feb 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. mkdir ~/.npm-global
  4. npm config set prefix '~/.npm-global'
  5. echo "export PATH=~/.npm-global/bin:$PATH" >> ~/.profile
  6. source ~/.profile
Add Comment
Please, Sign In to add comment