问题1:

npm ERR! 403 403 Forbidden - PUT - Package name too similar to existing packages; try renaming your package to '' and publishing with 'npm publish --access=public' instead
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报错“Package name too similar to existing packages; Package name triggered spam detection”

问题2:

npm ERR! 403 403 Forbidden - PUT  - Package name triggered spam detection; if you believe this is in error, please contact [email protected]
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报错“Package name too similar to existing packages; Package name triggered spam detection”

原因:

包名类型,处罚垃圾邮件

解决:

package.json name 换个名

上传npm报错“Package name too similar to existing packages; Package name triggered spam detection”

相关文章:

  • 2021-05-24
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案