Skip to content

Instantly share code, notes, and snippets.

Created August 5, 2012 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/3263009 to your computer and use it in GitHub Desktop.
Save anonymous/3263009 to your computer and use it in GitHub Desktop.
Error log for jitsu install on VM
npm WARN eyes@0.1.7 dependencies field should be hash of <name>:<version-range> pairs
npm http 304 https://registry.npmjs.org/utile
npm http GET https://registry.npmjs.org/utile/-/utile-0.1.3.tgz
npm http 304 https://registry.npmjs.org/winston
npm http GET https://registry.npmjs.org/winston/-/winston-0.6.2.tgz
npm http 304 https://registry.npmjs.org/read
npm ERR! error installing prompt@0.2.4
npm http 304 https://registry.npmjs.org/revalidator
npm ERR! error installing wizard@0.0.1
npm http 200 https://registry.npmjs.org/npm/-/npm-1.1.4.tgz
npm http GET https://registry.npmjs.org/revalidator/-/revalidator-0.1.2.tgz
npm ERR! error installing jitsu@0.9.6
npm http 200 https://registry.npmjs.org/utile/-/utile-0.1.3.tgz
npm http 200 https://registry.npmjs.org/winston/-/winston-0.6.2.tgz
npm ERR! Error: No compatible version found: read@'>=1.0.0- <1.1.0-'
npm ERR! Valid install targets:
npm ERR! ["0.0.1","0.0.2","0.0.3","0.1.0","0.1.1"]
npm ERR! at installTargetsError (/usr/share/npm/lib/cache.js:488:10)
npm ERR! at next_ (/usr/share/npm/lib/cache.js:438:17)
npm ERR! at next (/usr/share/npm/lib/cache.js:415:44)
npm ERR! at /usr/share/npm/lib/cache.js:408:5
npm ERR! at saved (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)
npm ERR! at Object.oncomplete (/usr/lib/nodejs/graceful-fs.js:230:7)
npm ERR! You may report this log at:
npm ERR! <http://bugs.debian.org/npm>
npm ERR! or use
npm ERR! reportbug --attach /home/yuri/npm-debug.log npm
npm ERR!
npm ERR! System Linux 3.2.0-27-generic-pae
npm ERR! command "node" "/usr/bin/npm" "install" "jitsu" "-g"
npm ERR! cwd /home/yuri
npm ERR! node -v v0.6.12
npm ERR! npm -v 1.1.4
npm ERR! message No compatible version found: read@'>=1.0.0- <1.1.0-'
npm ERR! message Valid install targets:
npm ERR! message ["0.0.1","0.0.2","0.0.3","0.1.0","0.1.1"]
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/yuri/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment