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

semver parsing issue with leading zeros #103

Open
lindner opened this issue Jun 6, 2019 · 1 comment
Open

semver parsing issue with leading zeros #103

lindner opened this issue Jun 6, 2019 · 1 comment

Comments

@lindner
Copy link

lindner commented Jun 6, 2019

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' }
@JustinBeckwith
Copy link
Contributor

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:

mkdir espirrrr
cd espirrrr
npm init -y
npm install [email protected]
npx jsgl --local .

That leads to this output:

Thanks!

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

No branches or pull requests

2 participants