Skip to content

Instantly share code, notes, and snippets.

@alexisselorm
Created November 28, 2024 23:21
Show Gist options
  • Save alexisselorm/1bf2400d090a4c870828d0546f4d3859 to your computer and use it in GitHub Desktop.
Save alexisselorm/1bf2400d090a4c870828d0546f4d3859 to your computer and use it in GitHub Desktop.
Fix npm -g install access issue on ubuntu
mkdir ~/.npm-global
npm config set prefix '~/.npm-global'
export PATH=~/.npm-global/bin:$PATH
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment