Can't install any package with node npm

前端 未结 16 2157
一向
一向 2020-12-02 13:12

I\'m trying to install some node packages through npm, but it won\'t go. I\'ve already tried to install/unistall/update node, but nothing seems to work.

I\'m using u

16条回答
  •  自闭症患者
    2020-12-02 13:52

    The problem is with ssl

    you should use sudo. Follow below method to resolve the issue.

    if you are getting this issue enter sudo npm config set strict-ssl false password: Enter current username password

    then now run all ur command wit sudo sudo npm npm install -g underscore password: Enter current username password

    Even after if your getting error. Your proxy will be problem. few corporate proxy will be blocked, so you should use wifi or open network to fix this issue.

提交回复
热议问题