Created
July 16, 2017 22:36
-
-
Save bzhr/bda7d41126ab2be90971f77cb82320e5 to your computer and use it in GitHub Desktop.
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
JS tools | |
1. nvm is updated by installing the latest version (it overwrites the previous). With nvm you can switch from more than one version of node. | |
2. Node is managed with nvm. | |
3. Npm is managed with node. To update run `npm install npm@latest -g`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment