Skip to content

Instantly share code, notes, and snippets.

@dantheman213
Created August 9, 2020 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dantheman213/f4c83de9438b17403e914c9a1f654519 to your computer and use it in GitHub Desktop.
Save dantheman213/f4c83de9438b17403e914c9a1f654519 to your computer and use it in GitHub Desktop.
update_nodejs_npm_linux.sh
Update nodejs to latest version:
sudo npm install -g n
sudo n latest
Update npm to latest version:
sudo npm install -g npm
Do what @runcible suggested
hash -d npm
Try npm install
npm i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment