I\'m using Windows as a simple user (I don\'t have any admin rights) and want to install NodeJS LTS.
On the download site I have the choice to download only the bina
Add following paths to the PATH environment variable, if you have downloaded the Node.js Windows Binary (.zip)
PATH
\node-v10.16.1-win-x64\
\node-v10.16.1-win-x64\node_modules\npm\bin\
Then test following commands from the command prompt:
node -v nmp -v