karma start Cannot find module 'jasmine-core'

后端 未结 6 1305
深忆病人
深忆病人 2021-02-06 21:11

I was getting the following error when I ran \"karma start\"

module.js:340 throw err; ^ Error: Cannot find module \'jasmine-core\' at

6条回答
  •  孤城傲影
    2021-02-06 21:58

    Navigate to folder:

    cd node_modules\karma-jasmine

    Run:

    npm install

    This should download the required dependencies and fix the issue.

提交回复
热议问题