上传包 如何上传自己的npm包_npm上传-CSDN博客
npm login
npm publish //上传
npm unpublish --force //撤销上传
淘宝镜像 切换至淘宝镜像
#最新地址 淘宝 NPM 镜像站喊你切换新域名啦!
npm config set registry https://registry.npmmirror.com
恢复官方镜像源
npm config set registry https://registry.npmjs.org
npm login
npm publish //上传
npm unpublish --force //撤销上传
#最新地址 淘宝 NPM 镜像站喊你切换新域名啦!
npm config set registry https://registry.npmmirror.com
npm config set registry https://registry.npmjs.org