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
I get the following error when first running my build for my package.
npm ERR! 404 '@scope/package' is not in the npm registry.
The version check seems to fail if the package doesn't exist yet.
I haven't tried this yet, but I can probably disable the version check, publish, and then re-enable the version check, but this would require 3 commits!
Ideally the version check should only affect the publication of the package if the package is already present.
The text was updated successfully, but these errors were encountered:
I get the following error when first running my build for my package.
npm ERR! 404 '@scope/package' is not in the npm registry.
The version check seems to fail if the package doesn't exist yet.
I haven't tried this yet, but I can probably disable the version check, publish, and then re-enable the version check, but this would require 3 commits!
Ideally the version check should only affect the publication of the package if the package is already present.
The text was updated successfully, but these errors were encountered: