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

$ sudo npm install npm # results in "ERR! Darwin 15.4.0" #12793

Closed
krisrandall opened this issue May 21, 2016 · 3 comments
Closed

$ sudo npm install npm # results in "ERR! Darwin 15.4.0" #12793

krisrandall opened this issue May 21, 2016 · 3 comments
Labels

Comments

@krisrandall
Copy link

I get the following output when trying to run "npm install" :

$ sudo npm install
npm ERR! Darwin 15.4.0
npm ERR! argv "/usr/local/Cellar/node/6.2.0/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v6.2.0
npm ERR! npm v3.8.9

npm ERR! No compatible version found: rethinkdb@1.10.*
npm ERR! Valid install targets:
npm ERR! 2.3.1, 2.3.0, 2.2.3, 2.2.2, 2.2.1, 2.2.0, 2.1.1, 2.1.0, 2.0.2, 2.0.0, 2.0.0-2, 2.0.0-1, 1.16.2, 1.16.1, 1.16.0, 1.15.0, 1.15.0-0, 1.14.0-0, 1.13.0-3, 1.13.0-2, 1.13.0-1, 1.13.0-0, 1.12.0-1, 1.12.0-0, 1.11.0-4, 1.11.0-3, 1.11.0-2, 1.11.0-1, 1.11.0-0, 1.10.0-0, 1.9.0-1, 1.9.0-0, 1.8.0-0, 1.7.0-2, 1.7.0-1, 1.6.0-0, 1.5.0-0, 1.4.0-3, 1.4.0-2, 1.4.0-1, 1.4.0-0, 1.2.6-1, 1.2.6-0, 1.2.5-0, 1.2.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! /path
npm-debug.log.txt

/npm-debug.log

@kenany
Copy link
Contributor

kenany commented May 21, 2016

@krisrandall Looks like you have a dependency on a range of rethinkdb versions which does not actually encompass any existing version of the module. Hence, the error you are receiving. I would suggest changing that version range in your "dependencies" or "devDependencies".

@kenany
Copy link
Contributor

kenany commented Jun 2, 2016

@krisrandall Hi, it has been over a week now with no response from you. Are you still seeing this issue?

@kenany kenany added the support label Jun 28, 2016
@kenany
Copy link
Contributor

kenany commented Jun 28, 2016

Closing as abandoned :(

@kenany kenany closed this as completed Jun 28, 2016
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

2 participants