Skip to content

Instantly share code, notes, and snippets.

@marco-souza
Created September 17, 2019 14:50
Show Gist options
  • Save marco-souza/54d51f821e7841914c6f60b1a73235e6 to your computer and use it in GitHub Desktop.
Save marco-souza/54d51f821e7841914c6f60b1a73235e6 to your computer and use it in GitHub Desktop.
Use npm -g without sudo
# set npm env
export NPM_HOME=$HOME/.npm-global
npm config set prefix $NPM_HOME
# set node bin to path
export PATH=$PATH:$NPM_HOME/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment