- Get the current version of node in use from the Building instructions.
- Download and install Node Version Manager from its website: https://github.com/coreybutler/nvm-windows
- If you installed nvm into a path containing spaces
- Open up the
settings.txt
file at your install path - If the
root:
path has a space- open a cmd window and cd to the root path
- run
dir /x
to print the legacy (no-space) name of the path - paste the friendly path into your
settings.txt
file
- Open up the
- Open up a terminal and enter the following commands to grab and select the NPM version this repo uses:
nvm install
<current version>nvm use
<current version>
You can read more about the issue with NVM here. coreybutler/nvm-windows#405.