Loading

摘要: 1、命令行临时使用指定镜像 npm --registry https://registry.npmmirror.com install express 2、永久使用指定镜像 npm config set registry https://registry.npmmirror.com 3、使用cnpm 阅读全文
posted @ 2021-12-08 11:08 请叫我王小胖 阅读(883) 评论(0) 推荐(0)