@reggi/path-to-regexp
@reggi/path-to-regexp
dependabot/npm_and_yarn/main/copy-to-clipboard-4.0.2
dependabot/npm_and_yarn/main/eslint-10.4.0
dependabot/npm_and_yarn/main/npmcli/eslint-config-7.0.0
dependabot/npm_and_yarn/main/proc-log-7.0.0
dependabot/npm_and_yarn/npm_and_yarn-826852524d
dependabot/npm_and_yarn/npm_and_yarn-ab9a7f4bc2
deprecate-totp-2fa
dhei/classic-tokens
gat-bypass-2fa-docs
jpg619/fix-accessibility-content-flow
jpg619/version-bump-tar-2
kartykp/gat-bypass-2fa-docs
kartykp/upgrade-path-to-regex
main
maitxn/version-bump-tar
patch-1
reggi/cache-based-on-version
reggi/dev-engines
reggi/fix-transform-prettier
reggi/overrides
update-search-sensitivity
| 1 | --- |
| 2 | title: Renaming an organization |
| 3 | redirect_from: |
| 4 | - /renaming-an-org |
| 5 | --- |
| 6 | |
| 7 | Organizations cannot be renamed from the website or command line interface. |
| 8 | |
| 9 | To rename an organization, as an organization owner, you must manually migrate your existing organization members, teams, and packages to a new organization, then [contact npm Support][contact-support] to have the outdated packages unpublished and the previous organization deleted. |
| 10 | |
| 11 | 1. [Create a new organization][org-create] with the name you want. If your old organization is on a paid plan, you must choose a paid plan for the new organization. |
| 12 | 2. [Add the members][add-org-members] of your old organization to your new organization. |
| 13 | 3. In your new organization, [create teams][create-teams] to match teams in your old organization. |
| 14 | 4. Republish packages to the new organization by updating the package scope in its `package.json` file to match the new organization name and running `npm publish`. |
| 15 | 5. In the new organization teams, [configure package access][pkg-access] to match team package access in your old organization. |
| 16 | 6. [Contact npm Support][contact-support] to have the outdated packages unpublished and the previous organization deleted. |
| 17 | |
| 18 | [contact-support]: https://www.npmjs.com/support |
| 19 | [org-create]: creating-an-organization |
| 20 | [add-org-members]: adding-members-to-your-organization |
| 21 | [create-teams]: creating-teams |
| 22 | [pkg-access]: managing-team-access-to-packages |