For the app.js I need to have my node.js in 32 bit mode.
node me$ file `which node`
/usr/local/bin/node: Mach-O universal binary with 2 architectures
/usr/local/bin/node (for architecture i386): Mach-O executable i386
/usr/local/bin/node (for architecture x86_64): Mach-O 64-bit executable x86_64
node me$
Does this mean, that it is installes in two executable versions(32 and 64 bit) on my system? If so, how can I tell the executable to run the 32 bit version?