-
npm ERR! publish Failed PUT 403/404
原因:1.看看npm对应的镜像是否正确(ps:npm config set registry http://registry.npmjs.org/)
2.检查一下自己的账号是否受到权限的控制
2. You do not have permission to publish "sky-test". Are you logged in as the correct user?
原因:百分之八十是你的name名称也就是包名重复了 换个名字解决