2015-10-28 117 views
3

我在我的sailsjs應用程序中使用phantomjs-pdf。此代碼在我的本地機器(ubuntu 14.0)中正常工作。但服務器機器(Ubuntu的12.0)引起的錯誤,如下面phantomjs-pdf不工作

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) 

這是我的錯誤。任何人告訴我什麼是問題。幫我。

+0

我有同樣的錯誤:/ –

+0

卸載所有NPM軟件包,然後重新安裝NPM軟件包。 – Aravinth

+0

如果這對你有用,你應該提交它作爲答案@Aravinth。 – srph

回答

0

卸載所有NPM軟件包,然後重新安裝NPM軟件包。