2011-10-07 4 views
1

Je suis en train d'installer PDFKit pour Node.js en utilisant la commande recommandée:NPM installer PDFKit échoue

npm install pdfkit 

Cependant, il échoue avec les messages suivants:

[email protected] préinstallation/home/woody/nodules_modules/pdfkit/node_modules/zlib node-waf clean || vrai; noeud-waf configure build

sh: node-waf: not found 
sh: node-waf: not found 
npm ERR! error installing [email protected] Error: [email protected] preinstall: `node-waf clean || true; node-waf configure build` 
npm ERR! error installing [email protected] `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 127 
npm ERR! error installing [email protected]  at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:49:20) 
npm ERR! error installing [email protected]  at ChildProcess.emit (events.js:67:17) 
npm ERR! error installing [email protected]  at ChildProcess.onexit (child_process.js:192:12) 
npm ERR! error installing [email protected] Error: [email protected] preinstall: `node-waf clean || true; node-waf configure build` 
npm ERR! error installing [email protected] `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 127 
npm ERR! error installing [email protected]  at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:49:20) 
npm ERR! error installing [email protected]  at ChildProcess.emit (events.js:67:17) 
npm ERR! error installing [email protected]  at ChildProcess.onexit (child_process.js:192:12) 
npm ERR! [email protected] preinstall: `node-waf clean || true; node-waf configure build` 
npm ERR! `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 127 
npm ERR! 
npm ERR! Failed at the [email protected] preinstall script. 
npm ERR! This is most likely a problem with the zlib package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  node-waf clean || true; node-waf configure build 
npm ERR! You can get their info via: 
npm ERR!  npm owner ls zlib 
npm ERR! There is likely additional logging output above. 
npm ERR! 
npm ERR! System Linux 2.6.32-33-generic-pae 
npm ERR! command "node" "/usr/bin/npm" "install" "pdfkit" 
npm ERR! 
npm ERR! Additional logging details can be found in: 
npm ERR!  /home/woody/npm-debug.log 
npm not ok 

Je suis en Ubuntu 10.04.3 LTS

Si quelqu'un a une aide ou des suggestions, ce serait génial - merci.

+0

Comment avez-vous installé Node.js? – thejh

+0

sudo apt-get install nodejs – Woody

Répondre

4

Vous devez installer package nodejs-dev:

sudo apt-get install nodejs-dev 
+0

Ça a marché, merci. :) – Woody

+0

Salut, j'ai le même problème que je vois node-waf pas trouvé. Toute idée comment je peux installer nodejs-dev sur Windows 8 ... – praveenb