You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
See: sindresorhus/npm-name-cli#30 and sindresorhus/np#592
The text was updated successfully, but these errors were encountered: