Skip to content

Instantly share code, notes, and snippets.

@bzhr
Created July 16, 2017 22:36
Show Gist options
  • Save bzhr/bda7d41126ab2be90971f77cb82320e5 to your computer and use it in GitHub Desktop.
Save bzhr/bda7d41126ab2be90971f77cb82320e5 to your computer and use it in GitHub Desktop.
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