Skip to content

Instantly share code, notes, and snippets.

@JavascriptMick
Created April 23, 2014 10:29
Show Gist options
  • Save JavascriptMick/11210097 to your computer and use it in GitHub Desktop.
Save JavascriptMick/11210097 to your computer and use it in GitHub Desktop.
mean.io fail install
Michaels-MacBook-Pro:Workspace michael$ sudo npm install -g meanio@latest
Password:
npm http GET https://registry.npmjs.org/meanio
npm http 304 https://registry.npmjs.org/meanio
npm WARN engine meanio@0.4.8: wanted: {"node":"0.10.x","npm":"1.4.x"} (current: {"node":"v0.10.15","npm":"1.3.5"})
npm http GET https://registry.npmjs.org/colors
npm http GET https://registry.npmjs.org/commander
npm http GET https://registry.npmjs.org/lodash
npm http GET https://registry.npmjs.org/mkdirp
npm http GET https://registry.npmjs.org/mongodb
npm http GET https://registry.npmjs.org/opener
npm http GET https://registry.npmjs.org/swig
npm http GET https://registry.npmjs.org/which
npm http 304 https://registry.npmjs.org/mongodb
npm http 304 https://registry.npmjs.org/mkdirp
npm http 304 https://registry.npmjs.org/colors
npm http 304 https://registry.npmjs.org/commander
npm http 304 https://registry.npmjs.org/lodash
npm ERR! Error: No compatible version found: mongodb@'^1.4.0'
npm ERR! Valid install targets:
npm ERR! ["0.9.4","0.9.4-4","0.9.3","0.9.1","0.9.2","0.9.6-7","0.9.6-8","0.9.6-9","0.9.6-10","0.9.6-11","0.9.6-12","0.9.6-13","0.9.6-14","0.9.6-15","0.9.6-16","0.9.6-17","0.9.6-18","0.9.6-19","0.9.6-20","0.9.6-21","0.9.6-22","0.9.6-23","0.9.7","0.9.7-0","0.9.7-1","0.9.7-1.1","0.9.7-1.2","0.9.7-1.3","0.9.7-1.4","0.9.7-2","0.9.7-2-1","0.9.7-2-2","0.9.7-2-3","0.9.7-2-4","0.9.7-2-5","0.9.7-3","0.9.7-3-1","0.9.7-3-2","0.9.7-3-3","0.9.7-3-4","0.9.7-3-5","0.9.8","0.9.8-1","0.9.8-2","0.9.8-3","0.9.8-4","0.9.8-5","0.9.8-6","0.9.8-7","0.9.9","0.9.9-1","0.9.9-2","0.9.9-3","0.9.9-4","0.9.9-5","0.9.9-6","0.9.9-7","0.9.9-8","1.0.0","1.0.1","1.0.2","1.1.0-beta","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6","1.1.7","1.1.8","1.1.9","1.1.10","1.1.11","1.2.0","1.2.1","1.2.2","1.2.3","1.2.4","1.2.5","1.2.6","1.2.7","1.2.8","1.2.9","1.2.10","1.2.11","1.2.12","1.2.13","1.2.14","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.3.6","1.3.7","1.3.8","1.3.9","1.3.10","1.3.11","1.3.12","1.3.14","1.3.15","1.3.17","1.3.18","1.3.19","1.4.0-rc2","1.3.20","1.4.0-rc3","1.3.21","1.3.22","1.3.23","1.4.0-rc4","1.4.0-rc5","1.4.0-rc6","1.4.0-rc7","1.4.0-rc8","1.4.0-rc9","1.4.0-rc10","1.4.0","1.4.1","1.4.2"]
npm ERR! at installTargetsError (/usr/local/Cellar/node/0.10.15/lib/node_modules/npm/lib/cache.js:719:10)
npm ERR! at /usr/local/Cellar/node/0.10.15/lib/node_modules/npm/lib/cache.js:638:10
npm ERR! at saved (/usr/local/Cellar/node/0.10.15/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:142:7)
npm ERR! at /usr/local/Cellar/node/0.10.15/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:133:7
npm ERR! at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System Darwin 12.5.0
npm ERR! command "/usr/local/Cellar/node/0.10.15/bin/node" "/usr/local/bin/npm" "install" "-g" "meanio@latest"
npm ERR! cwd /Users/michael/Workspace
npm ERR! node -v v0.10.15
npm ERR! npm -v 1.3.5
npm http 304 https://registry.npmjs.org/opener
npm http 304 https://registry.npmjs.org/swig
npm http 304 https://registry.npmjs.org/which
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/michael/Workspace/npm-debug.log
npm ERR! not ok code 0
Michaels-MacBook-Pro:Workspace michael$ express -V
3.1.0
Michaels-MacBook-Pro:Workspace michael$ node -v
v0.10.15
Michaels-MacBook-Pro:Workspace michael$ npm -v
1.3.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment