찾다

 >  Q&A  >  본문

node.js - webstorm中下载mongoose的错误

在webstorm中的terminal中用npm install mongoose --save下载mongoose,报错,求大神解决一下

巴扎黑巴扎黑2781일 전555

모든 응답(1)나는 대답할 것이다

  • 阿神

    阿神2017-04-17 15:18:49

    这个问题和 WebStorm 没关系,是你的 npm 配置的事儿。

    建议在系统命令行里弄:
    翻过墙了就先执行 npm set registry https://registry.npmjs.org/
    如果在墙内,就把后面的地址换成 cnpm 之类的镜像

    회신하다
    0
  • 취소회신하다