npm安装cnpm安装不上的问题。

双人鱼XKQ 发布于 11/29 12:08
阅读 48
收藏 0

鸿蒙原生应用开发者激励计划发布!最高获百万现金!点击立即参与

node 版本 v6.2.0

npm版本  3.8.9

之前安装使用命令:

npm install cnpm -g --registry=https://registry.npm.taobao.org
安装失败。CERT_HAS_EXPIRED 证书过期。
然后搜索之后发现https://registry.npm.taobao.org的仓库地址已经更新为 https://registry.npmmirror.com
然后修改命令安装:
 
npm install cnpm -g --registry=https://registry.npmmirror.com

出现如下的错误。 

npm ERR! Windows_NT 10.0.22000
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "cnpm" "-g" "--registry=https://registry.npmmirror.com"
npm ERR! node v6.2.0
npm ERR! npm  v3.8.9

npm ERR! Unsupported URL Type: npm:string-width@^4.2.0
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     D:\happy8\jee\src\www\yfq-crm\npm-debug.log
 
加载中
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部