phantomjs-pdf 不工作
phantomjs-pdf not work
我在我的 sailsjs 应用程序中使用 phantomjs-pdf。这段代码在我的本地机器上运行良好(ubuntu 14.0)。但是服务器机器(ubuntu 12.0)导致错误,如下所示
internal/child_process.js:274
var err = this._handle.spawn(options);
^
TypeError: Bad argument
at TypeError (native)
at ChildProcess.spawn (internal/child_process.js:274:26)
at exports.spawn (child_process.js:339:9)
at Object.exports.execFile (child_process.js:141:15)
at /var/www/test/node_modules/phantomjs-pdf/lib/phantomjs-pdf.js:83:16
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:721:13
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:52:16
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:269:32
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:44:16
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:718:17
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:167:37
at async.series.paperFormat (/var/www/test/node_modules/phantomjs-pdf/lib/phantomjs-pdf.js:51:70)
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:713:13
at Immediate.iterate [as _onImmediate] (/var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:262:13)
at processImmediate [as _immediateCallback] (timers.js:371:17)
这是我的错误。任何人都告诉我这是什么问题。帮帮我。
卸载所有 NPM 包,然后重新安装 NPM 包。
我在我的 sailsjs 应用程序中使用 phantomjs-pdf。这段代码在我的本地机器上运行良好(ubuntu 14.0)。但是服务器机器(ubuntu 12.0)导致错误,如下所示
internal/child_process.js:274
var err = this._handle.spawn(options);
^
TypeError: Bad argument
at TypeError (native)
at ChildProcess.spawn (internal/child_process.js:274:26)
at exports.spawn (child_process.js:339:9)
at Object.exports.execFile (child_process.js:141:15)
at /var/www/test/node_modules/phantomjs-pdf/lib/phantomjs-pdf.js:83:16
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:721:13
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:52:16
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:269:32
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:44:16
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:718:17
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:167:37
at async.series.paperFormat (/var/www/test/node_modules/phantomjs-pdf/lib/phantomjs-pdf.js:51:70)
at /var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:713:13
at Immediate.iterate [as _onImmediate] (/var/www/test/node_modules/phantomjs-pdf/node_modules/async/lib/async.js:262:13)
at processImmediate [as _immediateCallback] (timers.js:371:17)
这是我的错误。任何人都告诉我这是什么问题。帮帮我。
卸载所有 NPM 包,然后重新安装 NPM 包。