首页 > 问答 > 正文
在webstorm中的terminal中用npm install mongoose --save下载mongoose,报错,求大神解决一下
阿神2017-04-17 15:18:49
这个问题和 WebStorm 没关系,是你的 npm 配置的事儿。
建议在系统命令行里弄:翻过墙了就先执行 npm set registry https://registry.npmjs.org/如果在墙内,就把后面的地址换成 cnpm 之类的镜像
npm set registry https://registry.npmjs.org/