-
-
Save blakmatrix/3263013 to your computer and use it in GitHub Desktop.
Error log for jitsu install on VM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm WARN [email protected] 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 [email protected] | |
npm http 304 https://registry.npmjs.org/revalidator | |
npm ERR! error installing [email protected] | |
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 [email protected] | |
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
to fix this you need to either install node v0.6.20 (+?) , v0.8.x, or install the previous version of jitsu with
[sudo] npm i [email protected] -g