When running mocha with istanbul (istanbul cover _mocha) sometimes the message Error: Cannot find module './command' and I need to remove the node_modules folder and reinstall in order to make it work again.
So far I could not replicate the exact conditions of this happening, but is usually after after I ran several tests.
Mocha still works, and between my dependencies for testing (mocha,chai and istanbul) command module only appears as direct dependency in istanbul. Currently using "istanbul": "^0.4.5" and node 6.6.0