将包从用户账户转移到另一个用户账户
See Details
目录
作为包所有者或维护者,你可以使用 npm 网站或命令行将不再希望维护的包的所有权转让给另一个受信任的 npm 用户。
¥As a package owner or maintainer, you can transfer ownership of a package you no longer wish to maintain to another trusted npm user using either the npm website or the command line.
有关 npm 支持如何处理用户之间的包名争议的更多信息,你可以参考 npm 的 包名争议政策。
¥For more information on how npm support handles package name disputes between users, you can refer to npm's package name dispute policy.
注意:你不能将范围包转移到另一个用户账户或组织,因为包的范围是用户账户或组织名称。你将需要在新范围内创建一个新包。
¥Note: You cannot transfer a scoped package to another user account or organization, because a package's scope is the user account or organization name. You will need to create a new package in the new scope.