随笔分类 -  Node.js

Node中npm 安装问题
摘要:首先,我们的npm包无所谓安全性,所以不要使用性能和效率更慢的https,转而使用http,相关命令如下: 1、关闭npm的https npm config set strict-ssl false npm config set strict-ssl false 2、设置npm的获取地址 npm c 阅读全文
posted @ 2016-05-09 16:17 de0319gh 阅读(209) 评论(0) 推荐(0)