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

前端 未结 12 780
情深已故
情深已故 2020-12-07 09:21

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

12条回答
  •  北荒
    北荒 (楼主)
    2020-12-07 09:31

    1. Download the node.js zip file from official page. https://nodejs.org/en/download/
    2. Unzip the file.
    3. Goto Edit Environment Variables For Your Account.
    4. Add new path /node-v10.14.2-win-x64\node-v10.14.2-win-x64
    5. That's it... now you have installed both node.js and npm.
    6. Use node -v and npm -v to check installation.

提交回复
热议问题