patch-1
@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: Upgrading to a paid organization plan |
| 3 | redirect_from: |
| 4 | - /upgrading-to-a-paid-org-plan |
| 5 | --- |
| 6 | |
| 7 | import shared from '~/shared.js' |
| 8 | |
| 9 | <Note> |
| 10 | |
| 11 | **Note:** This article only applies to users of the public npm registry. |
| 12 | |
| 13 | </Note> |
| 14 | |
| 15 | As an organization owner, you can upgrade your free organization plan to the npm Teams product. npm Teams is a paid plan to give organization members the ability to install and publish private packages. For more information about npm Teams and our organization pricing plans, see the "npm Teams" section of [our pricing page][org-plans-link]. |
| 16 | |
| 17 | If you have an organization with a private packages plan, your organization will cost you seven (7) dollars a month per user. **The $7 charge is a flat fee for any member of the organization even if the teams the member belongs do not have access to private packages** |
| 18 | |
| 19 | Newly added members to an organization are always billed during the next billing cycle. For more information, see "[Adding members to your organization][add-members]". |
| 20 | |
| 21 | **Note:** Your paid plan and billing cycle will start when you submit your credit card information, and you will be charged for the first month immediately. |
| 22 | |
| 23 | 1. <>{shared['user-login'].text}</> |
| 24 | |
| 25 | <>{shared['user-login'].image}</> |
| 26 | |
| 27 | 2. <>{shared['account-settings'].text}</> |
| 28 | |
| 29 | <>{shared['account-settings'].image}</> |
| 30 | |
| 31 | 3. In the left sidebar, click the name of the organization you want to upgrade. |
| 32 | |
| 33 | <>{shared['organization-selection'].image}</> |
| 34 | |
| 35 | 4. <>{shared['organization-billing-tab'].text}</> |
| 36 | |
| 37 | <>{shared['organization-billing-tab'].image}</> |
| 38 | |
| 39 | 5. Under "change plan", click **Upgrade Plan ($7/User)**. |
| 40 | |
| 41 | 6. Under "Want to upgrade?", click **Enable Private Publishing for $7/mo**. |
| 42 | |
| 43 | 7. <>{shared['billing-form'].text}</> |
| 44 | |
| 45 | <>{shared['billing-form'].image}</> |
| 46 | |
| 47 | 8. <>{shared['payment-info-button'].text}</> |
| 48 | |
| 49 | <>{shared['payment-info-button'].image}</> |
| 50 | |
| 51 | 9. <>{shared['billing-creditcard-form'].text}</> |
| 52 | |
| 53 | <>{shared['billing-creditcard-form'].image}</> |
| 54 | |
| 55 | 10. <>{shared['payment-remember-me'].text}</> |
| 56 | |
| 57 | <>{shared['payment-remember-me'].image}</> |
| 58 | |
| 59 | 11. Click **Pay** for the monthly amount. The monthly amount will be the number of members in your organization multiplied by $7. |
| 60 | |
| 61 | [org-plans-link]: https://www.npmjs.com/pricing |
| 62 | [add-members]: adding-members-to-your-org |