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

NPM published versions 2.0.0alpha1-2.0.0alpha4 are not installable, because modern npm requires the version id to be in the form of 2.0.0-alpha4 #8

Open
keskival opened this issue Oct 19, 2015 · 0 comments

Comments

@keskival
Copy link

This breaks lots of packages depending on this, including but not limited to markx, for example:
https://github.com/jgallen23/markx/blob/master/package.json#L18
Modern npm changes this to 2.0.0-alpha4, which results in:
For npm 2.13.2:
"npm ERR! version not found: resistance@2.0.0-alpha4"
For npm 3.3.8:
"npm ERR! Invalid Version: 2.0.0alpha4"

Please publish to npm using - as the delimiter for extra version info.

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

1 participant