I'm having some difficulty installing this for node version 0.6.19, via npm 1.1.24, the only errors I can make out in the log are these:
npm ERR! Error: ENOENT, utime '/Users/jrz/.nvm/v0.6.19/lib/node_modules/brunch/node_modules/mocha/node_modules/jade/node_modules/mkdirp/examples/pow.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 12.4.0
npm ERR! command "node" "/Users/jrz/.nvm/v0.6.19/bin/npm" "install" "-g" "brunch@v1.4.4"
npm ERR! cwd /Users/jrz/labs/facebook-trove
npm ERR! node -v v0.6.19
npm ERR! npm -v 1.1.24
npm ERR! path /Users/jrz/.nvm/v0.6.19/lib/node_modules/brunch/node_modules/mocha/node_modules/jade/node_modules/mkdirp/examples/pow.js
npm ERR! fstream_path /Users/jrz/.nvm/v0.6.19/lib/node_modules/brunch/node_modules/mocha/node_modules/jade/node_modules/mkdirp/examples/pow.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call chown
npm ERR! code ENOENT
npm ERR! message ENOENT, utime '/Users/jrz/.nvm/v0.6.19/lib/node_modules/brunch/node_modules/mocha/node_modules/jade/node_modules/mkdirp/examples/pow.js'
npm ERR! errno {}
npm ERR! fstream_stack Object.oncomplete (/Users/jrz/.nvm/v0.6.19/lib/node_modules/npm/node_modules/fstream/lib/writer.js:305:19)
npm http 304 https://registry.npmjs.org/wordwrap
npm http 304 https://registry.npmjs.org/qs/0.5.1
npm ERR! Error: ENOENT, utime '/Users/jrz/.nvm/v0.6.19/lib/node_modules/brunch/node_modules/mocha/node_modules/jade/node_modules/mkdirp/examples'
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 12.4.0
npm ERR! command "node" "/Users/jrz/.nvm/v0.6.19/bin/npm" "install" "-g" "brunch@v1.4.4"
npm ERR! cwd /Users/jrz/labs/facebook-trove
npm ERR! node -v v0.6.19
npm ERR! npm -v 1.1.24
npm ERR! path /Users/jrz/.nvm/v0.6.19/lib/node_modules/brunch/node_modules/mocha/node_modules/jade/node_modules/mkdirp/examples
npm ERR! fstream_path /Users/jrz/.nvm/v0.6.19/lib/node_modules/brunch/node_modules/mocha/node_modules/jade/node_modules/mkdirp/examples/pow.js
npm ERR! fstream_type File
npm ERR! fstream_class FileWriter
npm ERR! fstream_finish_call setupMadeDir
npm ERR! code ENOENT
npm ERR! message ENOENT, utime '/Users/jrz/.nvm/v0.6.19/lib/node_modules/brunch/node_modules/mocha/node_modules/jade/node_modules/mkdirp/examples'
npm ERR! errno {}
npm ERR! fstream_stack end (/Users/jrz/.nvm/v0.6.19/lib/node_modules/npm/node_modules/fstream/lib/writer.js:319:21)
npm ERR! fstream_stack /Users/jrz/.nvm/v0.6.19/lib/node_modules/npm/node_modules/fstream/lib/writer.js:336:20
npm ERR! fstream_stack Object.next [as oncomplete] (/Users/jrz/.nvm/v0.6.19/lib/node_modules/npm/node_modules/fstream/lib/writer.js:366:20)
npm ERR! Error: No compatible version found: source-map@'>=0.1.7- <0.2.0-'
npm ERR! Valid install targets:
npm ERR! ["0.0.0","0.1.0","0.1.1","0.1.2","0.1.3"]
npm ERR! at installTargetsError (/Users/jrz/.nvm/v0.6.19/lib/node_modules/npm/lib/cache.js:496:10)
npm ERR! at next_ (/Users/jrz/.nvm/v0.6.19/lib/node_modules/npm/lib/cache.js:446:17)
npm ERR! at next (/Users/jrz/.nvm/v0.6.19/lib/node_modules/npm/lib/cache.js:423:44)
npm ERR! at /Users/jrz/.nvm/v0.6.19/lib/node_modules/npm/lib/cache.js:416:5
npm ERR! at saved (/Users/jrz/.nvm/v0.6.19/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:151:7)
npm ERR! at Object.oncomplete (/Users/jrz/.nvm/v0.6.19/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:230: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 12.4.0
npm ERR! command "node" "/Users/jrz/.nvm/v0.6.19/bin/npm" "install" "-g" "brunch@v1.4.4"
npm ERR! cwd /Users/jrz/labs/facebook-trove
npm ERR! node -v v0.6.19
npm ERR! npm -v 1.1.24
npm ERR! message No compatible version found: source-map@'>=0.1.7- <0.2.0-'
npm ERR! message Valid install targets:
npm ERR! message ["0.0.0","0.1.0","0.1.1","0.1.2","0.1.3"]
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/jrz/labs/facebook-trove/npm-debug.log
npm not ok
npm not ok
I can't really grok most of these messages but the one thing I do think I understand is that source-maps >= version 0.1.7 is required, but only up to 0.1.3 are supported for this version of node. It seems like it's impossible to install brunch@1.4.4 on node v0.6.19 but all of my coworkers have it set up this way, and indeed I had also set it up this way about a month ago...
I'm having some difficulty installing this for node version 0.6.19, via npm 1.1.24, the only errors I can make out in the log are these:
I can't really grok most of these messages but the one thing I do think I understand is that source-maps >= version 0.1.7 is required, but only up to 0.1.3 are supported for this version of node. It seems like it's impossible to install brunch@1.4.4 on node v0.6.19 but all of my coworkers have it set up this way, and indeed I had also set it up this way about a month ago...