如何更新已发布的npm软件包?

时间:2020-09-19 08:40:34

标签: npm

我最近加入了一个团队,并更新了已存在于npm上的React Native插件。现在,我想在npm上更新软件包。 我已经尝试过命令 npm publish 但我得到这些错误:

npm ERR! code E404
npm ERR! 404 Not Found - PUT https://registry.npmjs.org/myplugin - Not found
npm ERR! 404
npm ERR! 404  'myplugin@3.5.0' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

我使用浏览器访问链接https://registry.npmjs.org/myplugin,并且该链接正常运行。 我在git上推送了最新的更新版本,因此在GitHub上一切正常。 我有一个npm帐户,并且是该组织帐户的管理员。关于如何在npm上更新软件包的任何指导将不胜感激。

1 个答案:

答案 0 :(得分:0)

我刚刚在npm中登录到我的帐户,这解决了我的问题。