-
Notifications
You must be signed in to change notification settings - Fork 655
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
dist-tags parsed wrong? #55
Comments
cross-reference: angular/protractor#611 |
latest tag is intentionally ignored to avoid npm bugs (see #50) although I'm thinking about changing it back recently |
We also have some problems related to this issue but with unpublished versions. For example we are currently using the npm: "dist-tags": {
"latest": "0.1.18"
} Sinopia: "dist-tags": {
"latest": "0.1.91"
} Typing Since the original npm bug is now fixed, is would be nice to stop ignoring the the latest tag to avoid those kind of problems. |
Fixed in [email protected], now "latest" tag is treated like all other tags. closing as duplicate of #50 |
Hi,
http://registry.npmjs.org/minijasminenode/
has:
when asking sinopia to proxy:
sinopia returns:
In my case braking: https://github.com/angular/protractor/blob/master/package.json
The text was updated successfully, but these errors were encountered: