macOS
We recommend leveraging Node Version Manager (NVM) to install Node on macOS. You can manage multiple versions, easily switch between versions for different projects, and not have to use `sudo` to install global modules. Please use their most recent installation instructions here.
Once installed, run the following to install Node 10.16 (which will also install NPM):
nvm install 10.16.0
Comments
0 comments
Article is closed for comments.