Skip to content

Instantly share code, notes, and snippets.

@jbutko
Last active January 30, 2018 10:05
Show Gist options
  • Save jbutko/f372e005b8c85cc9c9beaa10e5406ed0 to your computer and use it in GitHub Desktop.
Save jbutko/f372e005b8c85cc9c9beaa10e5406ed0 to your computer and use it in GitHub Desktop.
NodeJS upgrade

On Windows download latest "Windows Installer (.msi)" from http://nodejs.org/download/ and install same directory , thats all...

After complete the installation above, the NodeJS and NPM will be upgraded to the latest one and then you can cleanup the package as normal as:

npm cache clean
npm update -g

You can always check the version with following command:

C:\node -v
v0.12.4

C:\npm -version
2.10.1

via https://stackoverflow.com/a/26666641/3151019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment