Hello, I am trying to deploy a simple now.js app on AppFog, here is the code https://github.com/TZM/tzm-chat/blob/master/app.js
But i get this error: [Error: /mnt/var/vcap.local/dea/apps/zchat-0-159d33d0dffd01797f42ddbf115a05f6/app/node_modules/now/node_modules/node-proxy/build/Release/nodeproxy.node: invalid ELF header] Error: /mnt/var/vcap.local/dea/apps/zchat-0-159d33d0dffd01797f42ddbf115a05f6/app/node_modules/now/node_modules/node-proxy/build/Release/nodeproxy.node: invalid ELF header at Object.Module._extensions..node (module.js:485:11) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:362:17) at require (module.js:378:17) at Object.<anonymous> (/mnt/var/vcap.local/dea/apps/zchat-0-159d33d0dffd01797f42ddbf115a05f6/app/node_modules/now/node_modules/node-proxy/lib/node-proxy.js:1:90) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) i followed the changes in http://support.cloudfoundry.com/entries/20206321-can-i-use-nowjs-module-in-nodejs but still get this error! any advice much appreciated -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
