我在 package.json 中更新了我的版本并运行了“npm publish”。我没有看到任何错误,并在终端中看到了日志“package-name prepublishOnly”。现在如果我去https://www.npmjs.com/package/,我看不到更新的包。然后,如果我再次运行“npm publish”,它会给我如下错误:
npm ERR! publish Failed PUT 403
npm ERR! code E403
npm ERR! Forbidden The feed already contains the package 'package-name' at version 'X.Y.Z': 'package-name'
我想知道为什么以及我是否成功发布了包。