Skip to content

Instantly share code, notes, and snippets.

@saggiyogesh
Created July 5, 2017 11:06
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 saggiyogesh/f7681cd83c5e108ab87f589b50c5f69c to your computer and use it in GitHub Desktop.
Save saggiyogesh/f7681cd83c5e108ab87f589b50c5f69c to your computer and use it in GitHub Desktop.
3 Steps to install latest node & npm on Ubuntu.
  • sudo apt-get install npm
  • sudo npm i -g n
  • sudo n latest
  • node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment