0
点赞
收藏
分享

微信扫一扫

npm 创建 node.js 项目

sunflower821 2023-08-30 阅读 49

npm config set registry https://registry.npm.taobao.org
npm cache clean -f
npm install -g n --force

 设置cnpm

$ npm install -g cnpm --registry=https://registry.npm.taobao.org

检查是否设置成功

cnpm -v
举报

相关推荐

0 条评论