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

inert 2.0.0-rc1 dependency not resolved #2183

Closed
csrl opened this issue Nov 19, 2014 · 2 comments
Closed

inert 2.0.0-rc1 dependency not resolved #2183

csrl opened this issue Nov 19, 2014 · 2 comments
Assignees
Labels
bug Bug or defect

Comments

@csrl
Copy link

csrl commented Nov 19, 2014

$ npm update
npm ERR! Linux 3.14.23-1-lts
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "update"
npm ERR! node v0.10.33
npm ERR! npm  v2.1.8
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: inert@'>=2.0.0 <2.1.0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["1.0.0","1.1.0","2.0.0-rc1"]
npm ERR! notarget 
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

It looks like #2161 is related to this.

@kanongil
Copy link
Contributor

Everything works on npm@1.4.28.
On npm@2.x, npm install works but it fails on updating due to new semver semantics.

@hueniverse hueniverse added the bug Bug or defect label Nov 19, 2014
@hueniverse hueniverse self-assigned this Nov 19, 2014
@hueniverse
Copy link
Contributor

I am going to close this because reworking the package.json to support this for the next couple of weeks it not worth the effort. You can manually install the -rc1 deps and then do install again to get the rest.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug or defect
Projects
None yet
Development

No branches or pull requests

3 participants