2017-02-01 6 views
1

Ich versuchte npm install zqm und ich bekam:npm installieren ZQM nicht

make: Entering directory '/home/lucas/dir/node_modules/zmq/build' 
    CXX(target) Release/obj.target/zmq/binding.o 
../binding.cc:28:17: fatal error: zmq.h: No such file or directory 
compilation terminated. 
zmq.target.mk:94: recipe for target 'Release/obj.target/zmq/binding.o' failed 
make: *** [Release/obj.target/zmq/binding.o] Error 1 
make: Leaving directory '/home/lucas/dir/node_modules/zmq/build' 
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2 
gyp ERR! stack  at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) 
gyp ERR! stack  at emitTwo (events.js:106:13) 
gyp ERR! stack  at ChildProcess.emit (events.js:191:7) 
gyp ERR! stack  at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) 
gyp ERR! System Linux 4.4.0-59-generic 
gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" 
gyp ERR! cwd /home/lucas/dir/node_modules/zmq 
gyp ERR! node -v v7.4.0 
gyp ERR! node-gyp -v v3.4.0 
gyp ERR! not ok 
npm WARN [email protected] No repository field. 
npm ERR! Linux 4.4.0-59-generic 
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "zmq" 
npm ERR! node v7.4.0 
npm ERR! npm v4.0.5 
npm ERR! code ELIFECYCLE 

npm ERR! [email protected] install: `node-gyp rebuild` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'. 
npm ERR! Make sure you have the latest version of node.js and npm installed. 
npm ERR! If you do, this is most likely a problem with the zmq package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  node-gyp rebuild 
npm ERR! You can get information on how to open an issue for this project with: 
npm ERR!  npm bugs zmq 
npm ERR! Or if that isn't available, you can get their info via: 
npm ERR!  npm owner ls zmq 
npm ERR! There is likely additional logging output above. 

npm ERR! Please include the following file with any support request: 
npm ERR!  /home/lucas/dir/npm-debug.log 

Hier ist die Pastebin dieser npm-debug.log:

http://pastebin.com/UGLDEWin

Hat jemand eine Ahnung von dem, was passiert? Scheint wie Fehler in der Zusammenstellung oder so. Wie Sie sehen, ist meine nodejs Version 7.x, keine alte. Und NPM ist 4.x, sollte funktionieren, oder?

+0

aktualisiert npm bis 4.1.2 und es immer noch nicht funktionieren –

Antwort

1

Versuchen Sie:

sudo apt-get install build-essential checkinstall 

dann Relaunch npm installieren.

Wenn es erneut fehlschlägt, können Sie versuchen, global Knoten-gyp zu installieren:

npm install -g node-gyp 
+0

tat es und nichts funktionierte :( –

+2

Es scheint, dass das Problem ist, auf dem [email protected] Installationsskript Haben Sie versuchen, zu. 'sudo apt-get libtool pkg-config build-essential autoconf automake' ' sudo apt-get install libzmq-dev' installieren Dann versuchen Sie erneut, das Paket zu installieren –

+0

Es hat funktioniert !!!!!!!! Danke –