Npm Please try using this command again as root/administrator

后端 未结 30 890
旧巷少年郎
旧巷少年郎 2020-12-02 06:38

I\'ve been desperately trying to install modules using node.js but it always fails getting packages with npm.

I logged in as Administrator and used powershell/cmd wi

30条回答
  •  被撕碎了的回忆
    2020-12-02 06:46

    This worked for me, if your package.json is not too big you can do this:

    • Signout then signin.
    • Delete node_modules.
    • npm install again.

提交回复
热议问题