Skip to content

Instantly share code, notes, and snippets.

@bobobo1618
Created February 15, 2012 05:12
Show Gist options
  • Save bobobo1618/1833439 to your computer and use it in GitHub Desktop.
Save bobobo1618/1833439 to your computer and use it in GitHub Desktop.
NPM Log
/home/lucas/.nvm/v0.6.9/bin/docpad -> /home/lucas/.nvm/v0.6.9/lib/node_modules/docpad/bin/docpad
> docpad@3.2.0 install /home/lucas/.nvm/v0.6.9/lib/node_modules/docpad
> coffee ./bin/docpad install
Error: Cannot find module 'request'
at Function._resolveFilename (module.js:334:11)
at Function._load (module.js:279:25)
at Module.require (module.js:357:17)
at require (module.js:373:17)
at Object.<anonymous> (/home/lucas/.nvm/v0.6.9/lib/node_modules/docpad/lib/docpad.coffee:12:13)
at Object.<anonymous> (/home/lucas/.nvm/v0.6.9/lib/node_modules/docpad/lib/docpad.coffee:1403:4)
at Module._compile (module.js:444:26)
at Object..coffee (/home/lucas/.nvm/v0.6.9/lib/node_modules/docpad/node_modules/coffee-script/lib/coffee-script/coffee-script.js:21:21)
at Module.load (module.js:351:31)
at Function._load (module.js:310:12)
npm ERR! error installing docpad@3.2.0
npm ERR! docpad@3.2.0 install: `coffee ./bin/docpad install`
npm ERR! `sh "-c" "coffee ./bin/docpad install"` failed with 1
npm ERR!
npm ERR! Failed at the docpad@3.2.0 install script.
npm ERR! This is most likely a problem with the docpad package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! coffee ./bin/docpad install
npm ERR! You can get their info via:
npm ERR! npm owner ls docpad
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Linux 3.1.9-2-ARCH
npm ERR! command "node" "/home/lucas/.nvm/v0.6.9/bin/npm" "install" "-g" "./"
npm ERR! cwd /home/lucas/Build/docpad
npm ERR! node -v v0.6.9
npm ERR! npm -v 1.1.0-3
npm ERR! code ELIFECYCLE
npm ERR! message docpad@3.2.0 install: `coffee ./bin/docpad install`
npm ERR! message `sh "-c" "coffee ./bin/docpad install"` failed with 1
npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/lucas/Build/docpad/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment