当我使用这个命令时,我有这个错误:npm install db-mysql
我使用 Windows 7
相同的帮助我
C:\Users\Mouad>npm install 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 C:\Users\Mouad\node_modules\db-mysql
node-waf 配置构建
'node-waf' n'est pas reconnu en tant que commande interne ou externe, un program exécutable ou un fichier de commandes。
db-mysql@0.7.6 预卸载 C:\Users\Mouad\node_modules\db-mysql
rm -rf build/*
'rm' n'est pas reconnu en tant que commande interne ou externe, un program exécutable ou un fichier de commandes。
npm WARN 仍然继续 db-mysql@0.7.6 preuninstall: rm -rf build/*
npm WARN 仍然继续cmd "/c" "rm -rf build/*"
失败,出现 1
npm ERR!db-mysql@0.7.6 安装:node-waf configure build
npm 错误!
1 npm ERRcmd "/c" "node-waf configure build"
失败!
npm 错误!db-mysql@0.7.6 安装脚本失败。
npm 错误!这很可能是 db-mysql 包
npm ERR 的问题!不是 npm 本身。
npm 错误!告诉作者这在您的系统上失败:
npm ERR!node-waf 配置构建
npm ERR!您可以通过以下方式获取他们的信息:
npm ERR!npm 所有者 ls db-mysql
npm 错误!上面可能有额外的日志输出。
npm 错误!系统 Windows_NT 6.1.7601
npm 错误!命令“C:\Program Files\nodejs\\node.exe”“C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js”“安装”“db-mysql”
npm ERR!cwd C:\Users\Mouad
npm 错误!节点 -v v0.10.4
npm 错误!npm -v 1.2.18
npm 错误!代码 ELIFECYCLE
npm 错误!
npm 错误!可以在以下位置找到其他日志记录详细信息:
npm ERR!C:\Users\Mouad\npm-debug.log
npm 错误!不好的代码 0
谢谢 :)