Why does karma start karma.conf.js always prompt that jasmime-core is not installed?
Cannot find module 'jasmine-core'
但是我已经安装jasmin-core
"dependencies": {
"jasmine-core": "^2.6.2",
"karma": "^1.7.0",
"karma-jasmine": "^1.1.0"
}
高洛峰2017-05-24 11:39:12
Global installation
npm install -g karma
npm install -g jasmine-core
npm install -g karma-jasmine