发布第一个版本的时候用命令:

$ npm publish

报错:

npm ERR! code E402
npm ERR! 402 Payment Required - PUT https://registry.npmjs.org/@okexchain%2ftruffle-plugin-verify - You must sign up for private packages

 

解决办法:

$ npm publish --access public

 

相关文章:

  • 2021-06-11
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2021-12-22
  • 2021-05-17
  • 2021-06-13
  • 2021-05-29
猜你喜欢
  • 2021-09-20
  • 2021-09-15
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
相关资源
相似解决方案