Skip to content

Instantly share code, notes, and snippets.

@ryanlong1004
Created November 13, 2020 18:40
Show Gist options
  • Save ryanlong1004/342bd1f78ffadcd7bb68c15040b19370 to your computer and use it in GitHub Desktop.
Save ryanlong1004/342bd1f78ffadcd7bb68c15040b19370 to your computer and use it in GitHub Desktop.
npm Install Without sudo
mkdir ~/.npm
npm config set prefix ~/.npm
nano ~/.bashrc
export PATH="$PATH:$HOME/.npm/bin"
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment