Skip to content

Instantly share code, notes, and snippets.

@ryankirkman
Created January 24, 2012 03:13
Show Gist options
  • Save ryankirkman/1667568 to your computer and use it in GitHub Desktop.
Save ryankirkman/1667568 to your computer and use it in GitHub Desktop.
nodebits wiki challenge npm install fail
[ryankirkman@cloud9]:/workspace$ npm install
npm ERR! Error: No compatible version found: trycatch@'>=0.1.0- <0.2.0-'
npm ERR! Valid install targets:
npm ERR! ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.0.8","0.0.9"]
npm ERR! at installTargetsError (/mnt/ws/users/ryankirkman/npm/lib/cache.js:424:10)
npm ERR! at /mnt/ws/users/ryankirkman/npm/lib/cache.js:406:17
npm ERR! at saved (/mnt/ws/users/ryankirkman/npm/lib/utils/npm-registry-client/get.js:136:7)
npm ERR! at Object.cb [as oncomplete] (/mnt/ws/users/ryankirkman/npm/node_modules/graceful-fs/graceful-fs.js:36:9)
npm ERR! Report this *entire* log at:
npm ERR! <http://github.com/isaacs/npm/issues>;
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR!
npm ERR! System SunOS 5.11
npm ERR! command "/home/cloud9/c9/support/node-c9-builds/bin/node-sunos-v0.6.6-security" "/mnt/ws/users/ryankirkman/npm/bin/npm-cli.js" "install"
npm ERR! cwd /mnt/ws/users/ryankirkman/131813
npm ERR! node -v v0.6.6
npm ERR! npm -v 1.0.106
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /mnt/ws/users/ryankirkman/131813/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment