arvindr21 / blueimp-file-upload-expressjs

A simple express module for integrating jQuery File Upload.
http://expressjs-fileupload.cloudno.de/
104 stars 69 forks source link

error while running app #28

Closed pitambar closed 9 years ago

pitambar commented 9 years ago

previous version of blueimp is working, but when i install new updated version, it shows bellow error, how to solve this, even i install lwip seperately

module.js:355 Module._extensions[extension](this, filename); ^ Error: /home/pitu/node_modules/blueimp-file-upload-expressjs/node_modules/lwip/build/Release/lwip_encoder.node: undefined symbol: _ZN2v816FunctionTemplate3NewEPFNS_6HandleINS_5ValueEEERKNS_9ArgumentsEES3_NS1_INS_9SignatureEEE at Error (native) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17) at require (module.js:384:17) at /home/pitu/node_modules/blueimp-file-upload-expressjs/node_modules/lwip/lib/Image.js:8:19 at Object. (/home/pitu/node_modules/blueimp-file-upload-expressjs/node_modules/lwip/lib/Image.js:471:3) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12)

arvindr21 commented 9 years ago

Looks like an issue with upgrading the module. Try this

$ npm uninstall blueimp-file-upload-expressjs --save

and then

$ npm install blueimp-file-upload-expressjs --save

Thanks.

arvindr21 commented 9 years ago

Closing as no response.