Npm Please try using this command again as root/administrator

后端 未结 30 929
旧巷少年郎
旧巷少年郎 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:49

    I had the same problem and I've fixed the error by cleaning the cache:

    npm cache clean -f
    

提交回复
热议问题