Created
October 2, 2019 10:50
-
-
Save alexandr-parkhomenko/1688f7badbc2c0463205babf04fc4329 to your computer and use it in GitHub Desktop.
How to update Node.JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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