Updating an app in Galaxy Deployment Failed

Hello,

I have an application that I am deploying in galaxy then I encountered this issue

z79t
2017-04-27 15:21:21+08:00Application process starting, version 1
z79t
2017-04-27 15:21:35+08:00/app/bundle/programs/server/node_modules/fibers/future.js:280
z79t
2017-04-27 15:21:35+08:00	throw(ex);
z79t
2017-04-27 15:21:35+08:00	^
z79t
2017-04-27 15:21:35+08:00
z79t
2017-04-27 15:21:35+08:00Error: **Cannot find module 'bl'**
z79t
2017-04-27 15:21:35+08:00 at Function.Module._resolveFilename (module.js:325:15)
z79t
2017-04-27 15:21:35+08:00 at Function.Module._load (module.js:276:25)
z79t
2017-04-27 15:21:35+08:00 at Module.require (module.js:353:17)
z79t
2017-04-27 15:21:35+08:00 at require (internal/module.js:12:17)
z79t
2017-04-27 15:21:35+08:00 at Object.<anonymous> (/app/bundle/programs/server/npm/node_modules/request/request.js:9:10)
z79t
2017-04-27 15:21:35+08:00 at Module._compile (module.js:409:26)
z79t
2017-04-27 15:21:35+08:00 at Object.Module._extensions..js (module.js:416:10)
z79t
2017-04-27 15:21:35+08:00 at Module.load (module.js:343:32)
z79t
2017-04-27 15:21:35+08:00 at Function.Module._load (module.js:300:12)
z79t
2017-04-27 15:21:35+08:00 at Module.require (module.js:353:17)
z79t
2017-04-27 15:21:36+08:00Application exited with code: 1
z79t
2017-04-27 15:21:40+08:00The container has crashed. A new container will be started to replace it.

Does anyone encountered this issue before.

My application is working in my local machine without any issue. I wonder whats wrong

I am using meteor version METEOR@1.4.4.1

In the Asia Pacific Region