我有一个在 nodejs 上使用生成 PDF 的应用程序html-pdf
,但是在部署到生产服务器后,我无法生成。它给出了这个错误:
'html-pdf: 无法加载 PhantomJS 模块。您必须使用“options.phantomPath”设置 PhantomJS 二进制文件的路径
如果我npm install html-pdf
再次运行,它会给出这个错误
npm ERR! errno 1
npm ERR! node@11.8.0 preinstall: `node installArchSpecificPackage`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node@11.8.0 preinstall script.
这个错误会复制到其他模块,但我转过身来。
运行节点 13.7.0 和 npm 6.9.0