Created
April 1, 2014 08:07
-
-
Save daharon/9909896 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| vagrant@tcagent-ubuntu-precise:~$ sudo npm install -g inherits@'^2.0.1' | |
| npm http GET https://registry.npmjs.org/inherits | |
| npm http 304 https://registry.npmjs.org/inherits | |
| npm ERR! Error: No compatible version found: inherits@'^2.0.1' | |
| npm ERR! Valid install targets: | |
| npm ERR! ["1.0.0","2.0.0","2.0.1"] | |
| npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:719:10) | |
| npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:638:10 | |
| npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:142:7) | |
| npm ERR! at /usr/local/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 Linux 3.2.0-29-generic | |
| npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "inherits@^2.0.1" | |
| npm ERR! cwd /home/vagrant | |
| npm ERR! node -v v0.10.15 | |
| npm ERR! npm -v 1.3.5 | |
| npm ERR! | |
| npm ERR! Additional logging details can be found in: | |
| npm ERR! /home/vagrant/npm-debug.log | |
| npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment