On Saturday, January 19, 2013 7:14:26 AM UTC+1, Luke Arduini wrote: > > No idea how appfog works or what os they're running for deploys, but do > they install & build (if necessary) dependencies for you or take what's > built on your local machine? If it's the latter then it's probably the > issue but you should really just ask their support.
OK, the problem was that i had to run locally in order to rebuild any dependancies: $ npm shrinkwrap then AppFog uses this to build all the modules - see https://docs.appfog.com/languages/node#node-dep-mgmt -- 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
