Trying to work with Node.js projects with Ubuntu Server is somewhat challenging with the lack of a proper IDE. I love VIM as much as the next guy but it isn't the most conducive to working on complicated projects. Enter Nide, a web based IDE for Node.js.

http://coreh.github.io/nide/

Anyways, if you're like me and working from SSH... and happen to encounter the error below, just run nide -b to not launch the browser.

Nide running at http://localhost:8123

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn ENOENT
    at errnoException (child_process.js:980:11)
    at Process.ChildProcess._handle.onexit (child_process.js:771:34)