共计 236 个字符,预计需要花费 1 分钟才能阅读完成。
npm 镜像源更改:
官方:
npm config set registry https://registry.npmjs.org/
淘宝:
npm config set registry https://registry.npmmirror.com
当前镜像源查询:
npm config list -l --json
更新版本号:
npm version patch // 最后一位
npm version minor // 第二位
npm version major // 第一位
发布 npm 包:
npm publish
nrm
nrm 切换镜像源
正文完