码迷,mamicode.com
首页 > 其他好文 > 详细

解决无法安装cnpm,cnpm卡顿问题

时间:2018-07-02 14:52:32      阅读:639      评论:0      收藏:0      [点我收藏+]

标签:安装   registry   解决   npm   清空   force   code   nod   org   

# 注册模块镜像
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  

解决无法安装cnpm,cnpm卡顿问题

标签:安装   registry   解决   npm   清空   force   code   nod   org   

原文地址:https://www.cnblogs.com/lvyueyang/p/9253630.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!