摘要: 详细报错 解决 是因为cnpm 的安装版本需要 npm版本支持 1 cnpm -v 找到cnpm版本号 2 使用命令安装npm npm install npm@6.0.0 3 再次执行安装命令 npm install -g cnpm --registry=https://registry.npm.t 阅读全文
posted @ 2019-02-24 22:40 做人如水,做事如山 阅读(17998) 评论(0) 推荐(0)