Categories
JavaScript Answers

How to install NodeJS LTS on Windows as a local user without admin rights?

Spread the love

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:

  1. 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)

  1. Open a new command window (winkey+R and type cmd)

  2. Type node -v and npm -v to verify the installation

By John Au-Yeung

Web developer specializing in React, Vue, and front end development.

Leave a Reply

Your email address will not be published. Required fields are marked *