发布代码到npm需要镜像源是npm的
查看镜像源
npm config list -l --json
"registry": "https://registry.npmjs.org/",
如果之前更改过镜像源执行一下这段命令可以改为npm
npm config set registry https://registry.npmjs.org
还需要登录
npm login
但是好像需要梯子,如果报错的话可以将org替换为com
上传
这里需要注意的点就是不能包含大写
npm publish