Difference between revisions of "Js/Node/NVM/installing"
Jump to navigation
Jump to search
(Created page with "==On Mac== * The easiest way is to use homebrew (a package manager for mac) ** go to: https://brew.sh/ ** There should be a shell script on the home page. Copy this text to yo...") |
(No difference)
|
Revision as of 01:56, 29 August 2020
On Mac
- The easiest way is to use homebrew (a package manager for mac)
- go to: https://brew.sh/
- There should be a shell script on the home page. Copy this text to your clipboard
- open your terminal
- paste the code from the homebrew website
- hit enter
- wait for the installation to compplete
- run:
brew update
brew install nvm
On Windows
- Go to: https://github.com/coreybutler/nvm-windows
- Click the download link
- Download the zip of you choice
- nvm-noinstall is for USB keys (i think)
- just use nvm-setup
- Install (if applicable)
- if so, restart the computer