gpt4 book ai didi

node.js - npm 安装 PDFkit 失败

转载 作者:太空宇宙 更新时间:2023-11-03 22:56:32 24 4
gpt4 key购买 nike

我正在尝试使用推荐的命令为 node.js 安装 PDFKit:

npm install pdfkit

但是失败并显示以下消息:

zlib@1.0.5 preinstall /home/woody/node_modules/pdfkit/node_modules/zlib node-waf clean || true; node-waf configure build

sh: node-waf: not found
sh: node-waf: not found
npm ERR! error installing zlib@1.0.5 Error: zlib@1.0.5 preinstall: `node-waf clean || true; node-waf configure build`
npm ERR! error installing zlib@1.0.5 `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 127
npm ERR! error installing zlib@1.0.5 at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing zlib@1.0.5 at ChildProcess.emit (events.js:67:17)
npm ERR! error installing zlib@1.0.5 at ChildProcess.onexit (child_process.js:192:12)
npm ERR! error installing pdfkit@0.1.5 Error: zlib@1.0.5 preinstall: `node-waf clean || true; node-waf configure build`
npm ERR! error installing pdfkit@0.1.5 `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 127
npm ERR! error installing pdfkit@0.1.5 at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing pdfkit@0.1.5 at ChildProcess.emit (events.js:67:17)
npm ERR! error installing pdfkit@0.1.5 at ChildProcess.onexit (child_process.js:192:12)
npm ERR! zlib@1.0.5 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 zlib@1.0.5 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

我正在运行 Ubuntu 10.04.3 LTS

如果有人有任何帮助或建议,那就太好了 - 谢谢。

最佳答案

您需要安装nodejs-dev包:

sudo apt-get install nodejs-dev

关于node.js - npm 安装 PDFkit 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7688634/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com