Skip to content

Commit 30e2c30

Browse files
jmarlenaBryan Clark
andauthored
npm versions limit (#17030)
* Add note about this * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Bryan Clark <clarkbw@github.com> * Apply suggestions from code review Co-authored-by: Bryan Clark <clarkbw@github.com>
1 parent b2931a2 commit 30e2c30

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

content/packages/guides/configuring-npm-for-use-with-github-packages.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ versions:
1616

1717
{% data reusables.package_registry.admins-can-configure-package-types %}
1818

19+
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
20+
### Limits for published npm versions
21+
22+
If you publish over 1,000 npm package versions to {% data variables.product.prodname_registry %}, you may see performance issues and timeouts occur during usage.
23+
24+
To reduce the number of versions you have published for your npm package, consider deleting package versions. For more information, see "[Deleting a package](/packages/manage-packages/deleting-a-package)."
25+
26+
In the future, {% data variables.product.company_short %} will enforce a hard limit on publishing more than 1,000 versions of an npm package. When we start enforcing the 1,000 versions limit for each npm package hosted on {% data variables.product.prodname_registry %}, we will offer more guidance on how to manage your package versions.
27+
28+
{% endif %}
29+
1930
### Authenticating to {% data variables.product.prodname_registry %}
2031

2132
{% data reusables.package_registry.authenticate-packages %}

0 commit comments

Comments
 (0)