Node.js : NPM Install Fails

前端 未结 2 511
南笙
南笙 2021-02-02 01:11

I get this error if I run

curl http://npmjs.org/install.sh | sh

even with sudo.

    cirk@cirk-Parallels-Virtual-Platform:~$ cu         


        
2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-02 01:46

    I screwed up the permissions on my npm installation, and had this error when reinstalling. I solved it in the crudest way: by liberally sudo rm -rfing any directory tree that gave me trouble, then recompiling node.js and reinstalling npm.

    If all else fails, you could fall back to that.

提交回复
热议问题