Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sh: node-waf: command not found #95

Open
yeysus opened this issue Mar 12, 2013 · 6 comments
Open

sh: node-waf: command not found #95

yeysus opened this issue Mar 12, 2013 · 6 comments

Comments

@yeysus
Copy link

yeysus commented Mar 12, 2013

Hello Mariano. sh: node-waf: command not found while installing db-mysql@0.7.6 with node v0.10.0. Are you planning to update? Thanks, Jesus

@alexanderjardim-zz
Copy link

Same problem here.

$ sudo npm install db-mysql
npm http GET https://registry.npmjs.org/db-mysql
npm http 200 https://registry.npmjs.org/db-mysql
npm http GET https://registry.npmjs.org/db-mysql/-/db-mysql-0.7.6.tgz
npm http 200 https://registry.npmjs.org/db-mysql/-/db-mysql-0.7.6.tgz

db-mysql@0.7.6 install /home/alexande/dev/prj/node_modules/db-mysql
node-waf configure build

sh: 1: node-waf: not found

db-mysql@0.7.6 preuninstall /home/alexander/dev/prj/node_modules/db-mysql
rm -rf build/*

npm ERR! db-mysql@0.7.6 install: node-waf configure build
npm ERR! sh "-c" "node-waf configure build" failed with 127
npm ERR!
npm ERR! Failed at the db-mysql@0.7.6 install script.
npm ERR! This is most likely a problem with the db-mysql package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf configure build
npm ERR! You can get their info via:
npm ERR! npm owner ls db-mysql
npm ERR! There is likely additional logging output above.

npm ERR! System Linux 3.2.0-38-generic-pae
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "db-mysql"
npm ERR! cwd /home/alexander/dev/prj
npm ERR! node -v v0.10.0
npm ERR! npm -v 1.2.14
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/alexander/dev/prj
npm ERR! not ok code 0

@rvolve
Copy link

rvolve commented Mar 18, 2013

Having same problem on Ubuntu 12.10.

npm ERR! db-mysql@0.7.6 install: node-waf configure build
npm ERR! sh "-c" "node-waf configure build" failed with 127
npm ERR!
npm ERR! Failed at the db-mysql@0.7.6 install script.
npm ERR! This is most likely a problem with the db-mysql package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf configure build

@ivandokov
Copy link

And same on OS X Mountain Lion

@raadad
Copy link

raadad commented Mar 19, 2013

got it working, checkout #98

@lexblagus
Copy link

Not yeat as soon it is not working with npm install db-mysql, waiting for a official fix

@leegee
Copy link

leegee commented Nov 11, 2013

Same problem on Snow Leopard. It seems node-waf has been deprecated after 0.8, in favour of node-gyp?

http://blog.nodejs.org/2012/06/25/node-v0-8-0/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants