Skip to content

Instantly share code, notes, and snippets.

@FooBarWidget
Created May 20, 2014 11:42
Show Gist options
  • Save FooBarWidget/9b68b226b35fe9207c2a to your computer and use it in GitHub Desktop.
Save FooBarWidget/9b68b226b35fe9207c2a to your computer and use it in GitHub Desktop.
$ sudo -H npm install -g gulp@3.6.2
npm http GET https://registry.npmjs.org/gulp/3.6.2
npm http 304 https://registry.npmjs.org/gulp/3.6.2
npm http GET https://registry.npmjs.org/archy
npm http GET https://registry.npmjs.org/chalk
npm http GET https://registry.npmjs.org/deprecated
npm http GET https://registry.npmjs.org/gulp-util
npm http GET https://registry.npmjs.org/liftoff
npm http GET https://registry.npmjs.org/orchestrator
npm http GET https://registry.npmjs.org/pretty-hrtime
npm http GET https://registry.npmjs.org/semver
npm http GET https://registry.npmjs.org/tildify
npm http GET https://registry.npmjs.org/vinyl-fs
npm http 304 https://registry.npmjs.org/chalk
npm ERR! Error: No compatible version found: chalk@'^0.4.0'
npm ERR! Valid install targets:
npm ERR! ["0.1.0","0.1.1","0.2.0","0.2.1","0.3.0","0.4.0"]
npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:685:10)
npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:607:10
npm ERR! at saved (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:138: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.13.0-24-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "gulp@3.6.2"
npm ERR! cwd /home/vagrant
npm ERR! node -v v0.10.2
npm ERR! npm -v 1.2.15
npm http 304 https://registry.npmjs.org/archy
npm http 304 https://registry.npmjs.org/deprecated
npm http 304 https://registry.npmjs.org/gulp-util
npm http 304 https://registry.npmjs.org/liftoff
npm http 304 https://registry.npmjs.org/orchestrator
npm http 304 https://registry.npmjs.org/semver
npm http 304 https://registry.npmjs.org/tildify
npm http 304 https://registry.npmjs.org/pretty-hrtime
npm http 304 https://registry.npmjs.org/vinyl-fs
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/vagrant/npm-debug.log
npm ERR! not ok code 0
@matherton
Copy link

Ok so how did you fix this problem? This is exactly what my terminal is showing when I try to install grunt through NPM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment