npm操作手册
2024-10-15 15:06:54

设置镜像源

# 阿里 npm 镜像源
npm config set registry https://registry.npmmirror.com

# npm 官方地址
npm config set registry https://registry.npmjs.com
# 安装时默认的源地址
npm config set registry https://registry.npmjs.org