My Node.js script crashes because of a thrown ENOMEM (Out of memory) errnoException when using spawn.
The error:
child_process.js:935 throw errnoEx
I fixed the issue by just disabling and re-enabling my Node Server.