【发布时间】:2012-05-09 09:29:54
【问题描述】:
在 node.js proeject 上安装 db-mysql 包时。发生了这个错误
npm http GET http://registry.npmjs.org/db-mysql
npm http 304 http://registry.npmjs.org/db-mysql
> db-mysql@0.7.6 install D:\vhosts\node.m.com\node_modules\db-mysql
> node-waf configure build
'node-waf' is not recognized as an internal or external command,
operable program or batch file.
> db-mysql@0.7.6 preuninstall D:\vhosts\node.m.com\node_modules\db-mysql
> rm -rf build/*
'rm' is not recognized as an internal or external command,
operable program or batch file.
npm WARN continuing anyway db-mysql@0.7.6 preuninstall: `rm -rf build/*`
npm WARN continuing anyway `cmd "/c" "rm -rf build/*"` failed with 1
npm ERR! db-mysql@0.7.6 install: `node-waf configure build`
npm ERR! `cmd "/c" "node-waf configure build"` failed with 1
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!
npm ERR! System Windows_NT 6.1.7600
npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "db-mysql"
【问题讨论】:
-
我认为
node-waf在 Windows 上不可用。它用于构建原生扩展(今天建议使用gyp)。您可能想试试 felixge 的 mysql module ——我认为它的使用范围更广。