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 believe that the following library is failing to be found due to leading zeros in the version. This may be a semver issue.
Here's the error that I am seeing:
Error while checking esprima-fb@~3001.0001.0000-dev-harmony-fb:
[email protected] -> [email protected] -> [email protected] -> [email protected] -> esprima-fb@~3001.0001.0000-dev-harmony-fb
{ VersionNotFoundError: Version `~3001.0001.0000-dev-harmony-fb` for package `esprima-fb` could not be found
at Object.packageJson [as default] (/Users/plindner/arcs/storage-pouchdb/server/node_modules/package-json/index.js:87:23)
at process._tickCallback (internal/process/next_tick.js:68:7) name: 'VersionNotFoundError' }
The text was updated successfully, but these errors were encountered:
Greetings! Sorry for the comically lengthy delay. Can you share some reproduction steps for this? I am having a little trouble causing this failure. What I tried:
I believe that the following library is failing to be found due to leading zeros in the version. This may be a semver issue.
Here's the error that I am seeing:
The text was updated successfully, but these errors were encountered: