Hi,
I'm new to mocha, so please be gentle. I'm running 32bit Kubuntu 14.04 kernel 3.13.0-32-generic with node v0.10.32 and I've installed mocha exactly as described in the documentation. (npm install -g mocha) The install seemed to work fine after I ran it with sudo (which I found a bit odd, because the documentation doesn't mention this). /usr/bin/mocha was not added to the PATH, so I did that. When I run mocha in a test directory, even specifying the test file, it returns nothing on the command line (I mean nothing... not even the 'command not found error). I'm expecting either the test results or some or other error message. I've search Google and Stackoverflow with no luck. Any help would be appreciated.
Regards
Christian