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