-
Notifications
You must be signed in to change notification settings - Fork 62
error installing contextify on ubuntu #18
Comments
info it worked if it ends with ok |
Looks like you're missing node-waf. Did you install node from a repository? If so, you need the -dev package to get node-waf. If you installed from source, try re-installing and see if that helps. |
npm install -g contextify
npm http GET https://registry.npmjs.org/contextify
npm http 304 https://registry.npmjs.org/contextify
sh: node-waf: not found
sh: node-waf: not found
npm ERR! error installing [email protected]
npm ERR! [email protected] preinstall:
node-waf clean || (exit 0); node-waf configure build
npm ERR!
sh "-c" "node-waf clean || (exit 0); node-waf configure build"
failed with 127npm ERR!
npm ERR! Failed at the [email protected] preinstall script.
npm ERR! This is most likely a problem with the contextify package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf clean || (exit 0); node-waf configure build
npm ERR! You can get their info via:
npm ERR! npm owner ls contextify
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Linux 2.6.35.4-rscloud
npm ERR! command "node" "/usr/bin/npm" "install" "-g" "contextify"
npm ERR! cwd /root/scraper
npm ERR! node -v v0.6.10
npm ERR! npm -v 1.1.1
npm ERR! code ELIFECYCLE
npm ERR! message [email protected] preinstall:
node-waf clean || (exit 0); node-waf configure build
npm ERR! message
sh "-c" "node-waf clean || (exit 0); node-waf configure build"
failed with 127npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /root/scraper/npm-debug.log
npm not ok
The text was updated successfully, but these errors were encountered: