I was getting the following error when I ran \"karma start\"
module.js:340 throw err; ^ Error: Cannot find module \'jasmine-core\' at
Navigate to folder:
cd node_modules\karma-jasmine
Run:
npm install
This should download the required dependencies and fix the issue.