Preparation

  1. ensure you don't have node installed yet  - otherwise uninstall that first

Installation

  1. Install the NVM (Node Version Manager) from the releases
    1. Install Node Version Manager (NVM) without Admin Rights
    2. or simply take the nvm-setup.zip; unzip and install.
  2. 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
  3. Then tell it to use this version, using nvm use, something like nvm use 20.9.0
  4. 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.