-
Notifications
You must be signed in to change notification settings - Fork 333
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
Don't downgrade #84
Comments
There is a bug in the current version of nom-check-updates that will You shouldn’t have a problem with v2 of npm-check-updates. It is available It will ignore any dependencies that are farther ahead than the latest. To actually check dependencies against the greatest published version, you On Fri, Jun 12, 2015 at 1:02 PM, Werner Mueller notifications@github.com
|
thanks for the reply. I would have expected depending on the semantic version syntax (with those ^ or ~) that 1.3.16 will not be updated to 1.4.0-rc - or alpha/beta something. That seems reasonable to me. But 1.4.0 was released so I was sure after 1.3.16 that version would follow :) I'll try out the options you mentioned. Thanks a lot! 👍 |
You’re welcome! You can run On Fri, Jun 12, 2015 at 3:25 PM, Werner Mueller notifications@github.com
|
Hallo
not sure if this module is wrong or the angular package. But I have this:
$ npm-check-updates
"angular" can be updated from ~1.4.0 to ~1.3.16 (Installed: 1.4.0, Latest: 1.3.16)
"angular-mocks" can be updated from ~1.4.0 to ~1.3.16 (Installed: 1.4.0, Latest: 1.3.16)
I tried ^1.4.0 or >=1.4.0 for the dependencies but it always wants to go backwards. All other dependencies are ok.
The text was updated successfully, but these errors were encountered: