Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在不同的npm 帐户名下发布新版本的npm 包。
我创建了一个以我的帐户名发布的 npm 包,但现在整个项目已迁移到我组织的 git 配置文件,我们希望现在使用组织帐户发布此包。
这是可能的,如果是的话怎么办?
实际上答案很简单,只需使用:
npm owner add ACCOUNT_NAME
更新: 很酷的好处是,如果您已经以您的名义发布了软件包,if 仍将保留在您的帐户下。所以现在这个包有两个发布者。组织也可以追溯链接到以前的版本。