On Jan 18, 2013, at 17:18, Norman Khine wrote: > 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]
I'm guessing the "node-proxy" module used by the "now" module was compiled for a different computer than the one you're now trying to run it on. Try reinstalling "now" with npm on the computer you're trying to run on. -- 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
