Created
May 11, 2013 14:25
-
-
Save clemherreman/5560103 to your computer and use it in GitHub Desktop.
krr install trouble
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
clemherreman@macclem ~/Boulot/Perso $ git clone https://github.com/kud/krr.git | |
Cloning into krr... | |
remote: Counting objects: 250, done. | |
remote: Compressing objects: 100% (158/158), done. | |
remote: Total 250 (delta 76), reused 238 (delta 64) | |
Receiving objects: 100% (250/250), 236.43 KiB | 163 KiB/s, done. | |
Resolving deltas: 100% (76/76), done. | |
clemherreman@macclem ~/Boulot/Perso $ cd krr/ | |
clemherreman@macclem ~/Boulot/Perso/krr $ npm install | |
npm http GET https://registry.npmjs.org/feedparser | |
npm http GET https://registry.npmjs.org/lodash | |
npm http GET https://registry.npmjs.org/futures | |
npm http GET https://registry.npmjs.org/Array.prototype.forEachAsync | |
npm http GET https://registry.npmjs.org/grunt-contrib-clean | |
npm http GET https://registry.npmjs.org/grunt-contrib-compass | |
npm http GET https://registry.npmjs.org/grunt | |
npm http GET https://registry.npmjs.org/grunt-regarde | |
npm http GET https://registry.npmjs.org/grunt-contrib-copy | |
npm http GET https://registry.npmjs.org/grunt-webfont | |
npm http GET https://registry.npmjs.org/request | |
npm http GET https://registry.npmjs.org/express | |
npm http 200 https://registry.npmjs.org/futures | |
npm http GET https://registry.npmjs.org/futures/-/futures-2.3.1.tgz | |
npm http 200 https://registry.npmjs.org/Array.prototype.forEachAsync | |
npm http GET https://registry.npmjs.org/Array.prototype.forEachAsync/-/Array.prototype.forEachAsync-2.1.1.tgz | |
npm http 200 https://registry.npmjs.org/grunt-contrib-clean | |
npm ERR! Error: No compatible version found: grunt-contrib-clean@'>=0.4.1- <0.5.0-' | |
npm ERR! Valid install targets: | |
npm ERR! ["0.1.0","0.2.0","0.3.0","0.4.0a","0.3.1","0.3.2"] | |
npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:488:10) | |
npm ERR! at next_ (/usr/local/lib/node_modules/npm/lib/cache.js:438:17) | |
npm ERR! at next (/usr/local/lib/node_modules/npm/lib/cache.js:415:44) | |
npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:408:5 | |
npm ERR! at saved (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:147:7) | |
npm ERR! at Object.oncomplete (/usr/local/lib/node_modules/npm/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 Darwin 10.8.0 | |
npm ERR! command "node" "/usr/local/bin/npm" "install" | |
npm ERR! cwd /Users/clemherreman/Boulot/Perso/krr | |
npm ERR! node -v v0.6.7 | |
npm ERR! npm -v 1.1.0-3 | |
npm ERR! message No compatible version found: grunt-contrib-clean@'>=0.4.1- <0.5.0-' | |
npm ERR! message Valid install targets: | |
npm ERR! message ["0.1.0","0.2.0","0.3.0","0.4.0a","0.3.1","0.3.2"] | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /Users/clemherreman/Boulot/Perso/krr/npm-debug.log | |
npm not ok | |
clemherreman@macclem ~/Boulot/Perso/krr $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment