摘要: 执行 npm install 会发现很慢,可以在安装时手动指定从哪个镜像服务器获取资源,我使用的是阿里巴巴在国内的镜像服务器。 命令如下: npm install --registry=https://registry.npm.taobao.org 为避免每次安装都需要--registry参数,可以 阅读全文
posted @ 2017-09-16 15:50 纳豆 阅读(1711) 评论(0) 推荐(0)