About
node.Js. Nodes comes with the node package manager (npm).
Articles Related
Steps
Mac or Linux, Windows WSL
Windows:
- Single
choco install -y nodejs.install
- Or Download the binary from https://nodejs.org/
- Or https://www.powershellgallery.com/packages/nvm/2.2.0 - PowerShell module for installing and using multiple Node.js versions in PowerShell.
- Multiple:
- https://github.com/coreybutler/nvm-windows - A node.js version management utility for Windows. Ironically written in Go.
Configuration
Location
where npm
C:\nodejs\npm
C:\nodejs\npm.cmd
Install Step 2 (Config)
nodejs/node-gyp (native addon build tool) use only python 2.7
npm config set python /path/to/executable/python2.7