Preparation
- ensure you don't have node installed yet - otherwise uninstall that first
Installation
- Install the NVM (Node Version Manager) from the releases
- Install Node Version Manager (NVM) without Admin Rights
- or simply take the nvm-setup.zip; unzip and install.
- Open a new command window (must be a new window, so it has the path-changes) and run
nvm install latest
to install the latest version for now
- Then tell it to use this version, using nvm use, something like
nvm use 20.9.0
- Make sure you add the global path variable so global modules can be used
NVM, node and NPM are now installed and ready to use.