Skip to content

Instantly share code, notes, and snippets.

@trodrigues
Created March 19, 2012 22:29
Show Gist options
  • Save trodrigues/2127698 to your computer and use it in GitHub Desktop.
Save trodrigues/2127698 to your computer and use it in GitHub Desktop.
npm install --dev fail for jsdom dependencies
npm ERR! error installing wordwrap@0.0.2
npm ERR! error installing optimist@0.3.1
npm ERR! Error: ENOENT, no such file or directory '/Users/trodrigues/Dropbox/code/github/jsdom/node_modules/optimist/node_modules/hashish/node_modules/___traverse.npm/package/examples/negative.js'
npm ERR! 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!
npm ERR! System Darwin 11.2.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "--dev"
npm ERR! cwd /Users/trodrigues/Dropbox/code/github/jsdom
npm ERR! node -v v0.6.12
npm ERR! npm -v 1.1.4
npm ERR! path /Users/trodrigues/Dropbox/code/github/jsdom/node_modules/optimist/node_modules/hashish/node_modules/___traverse.npm/package/examples/negative.js
npm ERR! fstream_path /Users/trodrigues/Dropbox/code/github/jsdom/node_modules/optimist/node_modules/hashish/node_modules/___traverse.npm/package/examples/negative.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! code ENOENT
npm ERR! message ENOENT, no such file or directory '/Users/trodrigues/Dropbox/code/github/jsdom/node_modules/optimist/node_modules/hashish/node_modules/___traverse.npm/package/examples/negative.js'
npm ERR! errno {}
npm ERR! fstream_stack Object.oncomplete (/usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:204:26)
npm ERR! Error: No compatible version found: expresso@'=0.7.0-'
npm ERR! Valid install targets:
npm ERR! ["0.1.0","0.2.0","0.2.1","0.3.0","0.3.1","0.4.0","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.7.0","0.7.1","0.7.2","0.7.3","0.7.4","0.7.5","0.7.6","0.7.7","0.7.9","0.8.0","0.8.1","0.9.0","0.9.1","0.9.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! <npm-@googlegroups.com>
npm ERR!
npm ERR! System Darwin 11.2.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "--dev"
npm ERR! cwd /Users/trodrigues/Dropbox/code/github/jsdom
npm ERR! node -v v0.6.12
npm ERR! npm -v 1.1.4
npm ERR! message No compatible version found: expresso@'=0.7.0-'
npm ERR! message Valid install targets:
npm ERR! message ["0.1.0","0.2.0","0.2.1","0.3.0","0.3.1","0.4.0","0.5.0","0.6.0","0.6.1","0.6.2","0.6.3","0.6.4","0.7.0","0.7.1","0.7.2","0.7.3","0.7.4","0.7.5","0.7.6","0.7.7","0.7.9","0.8.0","0.8.1","0.9.0","0.9.1","0.9.2"]
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/trodrigues/Dropbox/code/github/jsdom/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment