npm包发布403ERR
npm ERR! code E403
npm ERR! 403 403 Forbidden - PUT https://registry.npmjs.org/shudu-5746 - Forbidden
npm ERR! 403 In most cases, you or one of your dependencies are requesting
npm ERR! 403 a package version that is forbidden by your security policy.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache_logs\2020-11-10T13_28_32_388Z-debug.log

解决:

注册的npm官网账号没有进行邮箱验证,没有发布的权限。
进行验证后:
npm包发布403ERR

相关文章: