I would like to integrate Karma and webstorm for windows, I have followed the steps from this web: http://mobicon.tistory.com/273 (translate it to english) but does not work. >
Trying to run sails app(app.js nodejs) in Webstorm gave me the optimist error in Ubuntu 14(32 bits). I fixed it by running:
sudo npm install optimist
Cheers!