I am rather new to nodejs so I will explain in a bit more detail what I am trying to do.
I have a webserver. If a request fails I want to log the stack trace of that exception, but …
My version of node is always v0.6.1-pre even after I install brew node and NVM install v0.6.19.
My node version is:
node -v
v0.6.1-pre
NVM says this (after I install a version of node for the first time …