Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The check hangs forever #1

Closed
sindresorhus opened this issue Oct 14, 2023 · 1 comment
Closed

The check hangs forever #1

sindresorhus opened this issue Oct 14, 2023 · 1 comment

Comments

@sindresorhus
Copy link

See: sindresorhus/npm-name-cli#30 and sindresorhus/np#592

@bconnorwhite
Copy link
Owner

Unfortunately NPM's syncing API has become super unreliable, so re-syncing packages on the fly probably doesn't make sense anymore.

My recommendation would be to use the optimistic flag, which prevents syncing. Instead, packages are compared against a local copy of all package names, which is generated daily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants