Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexandr-parkhomenko/1688f7badbc2c0463205babf04fc4329 to your computer and use it in GitHub Desktop.
Save alexandr-parkhomenko/1688f7badbc2c0463205babf04fc4329 to your computer and use it in GitHub Desktop.
How to update Node.JS
First update npm,
npm install -g npm stable
Then update node,
npm install -g node or npm install -g n
check after version installation,
node --version or node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment