Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created April 7, 2011 21:10
Show Gist options
  • Save jackdempsey/908729 to your computer and use it in GitHub Desktop.
Save jackdempsey/908729 to your computer and use it in GitHub Desktop.
git/pow master > npm install --dev
npm info it worked if it ends with ok
npm info using [email protected]
npm info using [email protected]
npm info calculating sha1 /usr/local/lib/node/.npm/.cache/pow/0.2.2/package.tgz
npm info shasum ec39aba796d89362ffa0e67980b3eefd30600b4c
npm info range log@>= 1.1.1
npm info preinstall [email protected]
npm info preinstall [email protected]
npm info preinstall [email protected]
npm info install [email protected]
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module '/usr/local/lib/node/.npm/pow/0.2.2/package/node_modules/coffee-script/bin/cake'
at Function._resolveFilename (module.js:320:11)
at Function._load (module.js:266:25)
at Array.<anonymous> (module.js:423:10)
at EventEmitter._tickCallback (node.js:126:26)
npm info [email protected] Failed to exec install script
npm ERR! install failed Error: [email protected] install: `node node_modules/coffee-script/bin/cake install`
npm ERR! install failed `sh "-c" "node node_modules/coffee-script/bin/cake install"` failed with 1
npm ERR! install failed at ChildProcess.<anonymous> (/usr/local/lib/node/.npm/npm/0.3.18/package/lib/utils/exec.js:49:20)
npm ERR! install failed at ChildProcess.emit (events.js:67:17)
npm ERR! install failed at ChildProcess.onexit (child_process.js:192:12)
npm info install failed rollback
npm info uninstall [ '[email protected]',
npm info uninstall '[email protected]',
npm info uninstall '[email protected]' ]
npm info preuninstall [email protected]
npm info preuninstall [email protected]
npm info preuninstall [email protected]
npm info uninstall [email protected]
npm info uninstall [email protected]
npm info uninstall [email protected]
npm info auto-deactive not symlink
npm info auto-deactive not symlink
npm info postuninstall [email protected]
npm info postuninstall [email protected]
npm info postuninstall [email protected]
npm info uninstall [email protected] complete
npm info uninstall [email protected] complete
npm info uninstall [email protected] complete
npm info install failed rolled back
npm ERR! Error: [email protected] install: `node node_modules/coffee-script/bin/cake install`
npm ERR! `sh "-c" "node node_modules/coffee-script/bin/cake install"` failed with 1
npm ERR! at ChildProcess.<anonymous> (/usr/local/lib/node/.npm/npm/0.3.18/package/lib/utils/exec.js:49:20)
npm ERR! at ChildProcess.emit (events.js:67:17)
npm ERR! at ChildProcess.onexit (child_process.js:192:12)
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the pow package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node node_modules/coffee-script/bin/cake install
npm ERR! You can get their info via:
npm ERR! npm owner ls pow
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 10.7.0
npm ERR! argv { remain: [],
npm ERR! argv cooked: [ 'install', '--dev' ],
npm ERR! argv original: [ 'install', '--dev' ] }
npm not ok
git/pow master > node node_modules/coffee-script/bin/cake install
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module '/Users/jack/git/pow/node_modules/coffee-script/bin/cake'
at Function._resolveFilename (module.js:320:11)
at Function._load (module.js:266:25)
at Array.<anonymous> (module.js:423:10)
at EventEmitter._tickCallback (node.js:126:26)
git/pow master > ls node_modules
ndns/
@jackdempsey
Copy link
Author

See this thread for an answer: basecamp/pow#20 (use 1.0 or higher of npm)

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