npm使用国内淘宝镜像
一、通过命令配置
- 设置淘宝镜像源
npm config set registry https://registry.npm.taobao.org/
- 设置官方镜像源
npm config set regist服务器托管网ry https://registry.npmjs.org
- 查看镜像使用状态
npm config get registry
二、安装cnpm
- 安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
- 安装过程中安装失败
解决方案:
// 1.清除缓存
npm cache clean --force
// 2.切换新源
npm config set registry https://registry.npmmirror.com
// 3. 查看源是否设置成功
npm config get registry
// 4. 安装
到这里就可以正常使用npm命令安装需要的工具了。如( npm install -g cnpm )
- 查看cnvm
cnpm -v
- 注册模块镜像
# 注册模块镜像
npm set registry https://registry.npm.taobao.org
// node-gyp 编译依赖的 node 源码镜像
npm set disturl https://npm.taobao.org/dist
// 清空缓存
npm cache clean --force
// 安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
目录 新年祝福语 一、作品展示 二、作品所用资源 三、代码与资源说明 四、代码库 五、完整代码 六、总结 新年祝福语 岁月总是悄然流转,让人感叹时间的飞逝,转眼间又快到了中国传统的新年(龙年)。 回首过去,我们经历了许多挑战,也收获了成长。展望未来,我们充满期…