I\'m building a node app with using Expressjs and I\'m trying to run my node app on a freshly installed Ubuntu (I just installed git and node v 0.10.19).
Sadly though, I
I solved it by setting the file permissions correctly.
It works by settings read/write and execute permissions.
sudo chmod -R a+rwx APPNAME/file