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

前端 未结 12 776
情深已故
情深已故 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:37

    Accepted answer from @Anothony O. didn't work for me. If got it working following these instructions and by adding the following to node\node_modules\npm\npmrc

    strict-ssl=false
    

提交回复
热议问题