如何更新已发布的npm包?

如何更新已发布的npm包?,npm,Npm,我最近加入了一个团队,更新了npm上发布的已有react本机插件。现在我想更新npm上的包。 我试过这个命令 npm发布 但我有以下错误: 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

我最近加入了一个团队,更新了npm上发布的已有react本机插件。现在我想更新npm上的包。 我试过这个命令
npm发布
但我有以下错误:

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上更新软件包的任何指导,我将不胜感激。

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

这是
npm安装的输出myplugin@3.5.0
不属于
npm发布