Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

[npm install] no compatible version found message #8863

Closed
williamboman opened this issue Jul 8, 2015 · 2 comments
Closed

[npm install] no compatible version found message #8863

williamboman opened this issue Jul 8, 2015 · 2 comments
Labels
Milestone

Comments

@williamboman
Copy link

The error log for when npm can't find a compatible version is really ambiguous.

npm@2.12.1

npm ERR! Darwin 14.4.0
npm ERR! argv "node" "/Users/MarkZuckerberg/.nvm/versions/node/v0.12.6/bin/npm" "i"
npm ERR! node v0.12.6
npm ERR! npm  v2.12.1

npm ERR! version not found: gulp-ng-constant@1.0.0
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/MarkZuckerberg/facebook/npm-debug.log

npm@3.1.0

npm ERR! Darwin 14.4.0
npm ERR! argv "node" "/Users/MarkZuckerberg/facebook/.nvm/versions/node/v0.12.6/bin/npm" "i"
npm ERR! node v0.12.6
npm ERR! npm  v3.1.0

npm ERR! No compatible version found: 1.0.0
npm ERR! Valid install targets:
npm ERR! ["0.3.0","0.2.0","0.1.1","0.1.0","0.0.2","0.0.1","0.0.0"]
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/MarkZuckerberg/facebook/npm-debug.log

In case it's not clear - npm@3.1.0 does not state which dependency it cannot satisfy.

@williamboman williamboman changed the title [npm install] no compatible version found [npm install] no compatible version found message Jul 8, 2015
@iarna iarna added this to the 3.x milestone Jul 8, 2015
@iarna iarna removed the next-patch label Jul 8, 2015
@iarna
Copy link
Contributor

iarna commented Jul 8, 2015

Moved to 3.x milestone, clearing process comments.

@iarna iarna modified the milestones: 3.2.0, 3.x Jul 8, 2015
iarna added a commit that referenced this issue Jul 10, 2015
@iarna
Copy link
Contributor

iarna commented Jul 10, 2015

Fixed in v3.1.1

@iarna iarna closed this as completed Jul 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants