Created
August 3, 2012 19:55
-
-
Save distracteddev/3250880 to your computer and use it in GitHub Desktop.
npm install error
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 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 (/tmp/node-npm-Dbop/lib/cache.js:488:10) | |
npm ERR! at next_ (/tmp/node-npm-Dbop/lib/cache.js:438:17) | |
npm ERR! at next (/tmp/node-npm-Dbop/lib/cache.js:415:44) | |
npm ERR! at /tmp/node-npm-Dbop/lib/cache.js:408:5 | |
npm ERR! at saved (/tmp/node-npm-Dbop/lib/utils/npm-registry-client/get.js:150:7) | |
npm ERR! at Object.oncomplete (/tmp/node-npm-Dbop/node_modules/graceful-fs/graceful-fs.js:231:7) | |
npm ERR! You may report this log at: | |
npm ERR! <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to: | |
npm ERR! <[email protected]> | |
npm ERR! | |
npm ERR! System Linux 2.6.32-343-ec2 | |
npm ERR! command "/tmp/node-node-Mh7H/bin/node" "/tmp/node-npm-Dbop/cli.js" "install" "--production" | |
npm ERR! cwd /tmp/build_3t4ht22dy9tjk | |
npm ERR! node -v v0.6.17 | |
npm ERR! npm -v 1.1.9 | |
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"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment