npm 切换淘宝镜像
摘要:
终端中: 设置为淘宝镜像 npm config set registry https://registry.npm.taobao.org 查看当前源 npm config get registry 设置为国外的源 npm config set registry https://registry.np 阅读全文
posted @ 2022-03-24 16:57 不酷也要写代码 阅读(215) 评论(0) 推荐(0) 编辑