摘要: 查看npm版本 npm -v 设置仓库地址 # 默认仓库地址 npm config set registry https://registry.npmjs.org/ # 淘宝镜像地址 npm config set registry http://registry.npm.taobao.org/ # 阅读全文
posted @ 2024-06-18 14:51 zhαojh 阅读(35) 评论(0) 推荐(0) 编辑