Когда я пытаюсь запустить NPM установить serialport, я получаю ошибку с этой ошибкой.Я могу установить другие модули нормально, только не серийный порт.Я относительно неопытен с linux, node и npm, и мне нужны некоторые рекомендации по этому вопросу.
Эта команда не выполняется в package.json
"cd serialport_native; node-waf configurebuild; cp build / default / serialport_native.node ../"
У меня есть узел версии 0.4.9 и NPM версии 1.0.15, и я пытался установить serialport версии 0.2.8
administrator@ubuntu:~$ npm install serialport
> serialport@0.2.8 install /home/administrator/node_modules/serialport
> cd serialport_native;node-waf configure build;cp build/default/serialport_native.node ../
sh: node-waf: not found
cp: cannot stat `build/default/serialport_native.node': No such file or directory
npm ERR! error installing serialport@0.2.8 Error: serialport@0.2.8 install: `cd serialport_native;node-waf configure build;cp build/default/serialport_native.node ../`
npm ERR! error installing serialport@0.2.8 `sh "-c" "cd serialport_native;node-waf configure build;cp build/default/serialport_native.node ../"` failed with 1
npm ERR! error installing serialport@0.2.8 at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing serialport@0.2.8 at ChildProcess.emit (events.js:67:17)
npm ERR! error installing serialport@0.2.8 at ChildProcess.onexit (child_process.js:192:12)
npm ERR! serialport@0.2.8 install: `cd serialport_native;node-waf configure build;cp build/default/serialport_native.node ../`
npm ERR! `sh "-c" "cd serialport_native;node-waf configure build;cp build/default/serialport_native.node ../"` failed with 1
npm ERR!
npm ERR! Failed at the serialport@0.2.8 install script.
npm ERR! This is most likely a problem with the serialport package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! cd serialport_native;node-waf configure build;cp build/default/serialport_native.node ../
npm ERR! You can get their info via:
npm ERR! npm owner ls serialport
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Linux 2.6.38-8-generic
npm ERR! command "node" "/usr/bin/npm" "install" "serialport"
npm ERR! cwd /home/administrator
npm ERR! node -v v0.4.9
npm ERR! npm -v 1.0.15
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/administrator/npm-debug.log
npm not ok