To install NodeJS LTS on Windows as a local user without admin rights, we download the zip file and then add the Node.js folder to the PATH
environment variable.
To do this, we:
- Download the node.js LTS binary for Windows and extract it to your desired location
2.Add the path of the nodejs folder to the PATH environment variable: (Shortcut winkey+R and enter: rundll32 sysdm.cpl,EditEnvironmentVariables
)
-
Open a new command window (winkey+R and type cmd)
-
Type
node -v
andnpm -v
to verify the installation