I am trying to run karma tests from gulp task and I am getting this error:
Error: 1 at formatError (C:\\Users\\Tim\\AppData\\Roaming\\npm\\node_modules\\g
Not sure about Ubuntu, but I was getting a similar error on Windows, and installing one version back fixed it right away like this:
npm install -g gulp@3.8.8 npm install gulp@3.8.8