-
Notifications
You must be signed in to change notification settings - Fork 129
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 install --> npm ERR! Error: No compatible version found #145
Comments
we solved our issue :) npm was "out of date" :) |
This was referenced Mar 7, 2021
This was referenced Apr 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we use:
Ubuntu Ubuntu: 10.04.4 LTS
Node v0.10.12
we get an error if we want to install david-www:
cd /path/to/david-www
npm install
npm ERR! Error: No compatible version found: consolidate@'^0.10.0'
npm ERR! Valid install targets:
npm ERR! ["0.0.1","0.1.0","0.2.0","0.3.0","0.3.1","0.4.0","0.5.0","0.6.0","0.7.0","0.8.0","0.9.0","0.9.1","0.10.0"]
npm ERR! Error: No compatible version found: cycle@'^1.0.3'
npm ERR! Valid install targets:
npm ERR! ["1.0.0","1.0.1","1.0.2","1.0.3"]
Its very strange. The error alternate in between "consolidate" and sometimes on "cycle"!
I hope you can help us.
The text was updated successfully, but these errors were encountered: