Search This Blog

Labels

adobe (1) android (3) apache (3) aviation (1) bash (2) chrome (2) composer (1) cookery (3) dev (4) dodanperks (1) extensions (1) facebook (2) firefox (1) git (3) grafana (1) guzzle (1) headaches (13) htaccess (1) html5 (2) jquery (2) lamp (1) life hacks (10) linux (29) mysqli (2) native (1) nodejs (1) opera (3) php (10) railfanning (1) reactjs (3) reactnative (1) servers (11) sinhala (1) smartphones (2) snap (1) sound (1) tech (22) troubleshoots (7) ubuntu (31) unicode (4) virtualbox (2) wamp (2) web (11) windows (4) wordpress (3) youtube (2) කෑම (3)

Sunday, 24 May 2026

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

  1. Go to Node.js download page. Download the binary. This includes Node.js and npm.
  2. Extract to a local directory. (Eg: C:\Users\<user>\Applications\node-v24.16.0-win-x64)
  3. Add the path-to-directory to the local PATH in Environment Variables (aka. User variables for <user>)
Source: Stackoverflow

No comments:

Post a Comment