Skip to content

Instantly share code, notes, and snippets.

@shadowcodex
Last active October 6, 2018 23:21
Show Gist options
  • Save shadowcodex/7ab9e409dffa6ef8be363fc599568ae2 to your computer and use it in GitHub Desktop.
Save shadowcodex/7ab9e409dffa6ef8be363fc599568ae2 to your computer and use it in GitHub Desktop.
mkdir ~/.npm-global && npm config set prefix '~/.npm-global' && export PATH=~/.npm-global/bin:$PATH && source ~/.profile
npm config set prefix '~/.npm-global' && export PATH=~/.npm-global/bin:$PATH && source ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment