1

Stryker 因卸载模块“mutation-testing-report-schema/dist/src/api”而开始失败。我尝试删除 node_modules 和 npm clean install。

这是我的依赖列表:

"@stryker-mutator/core": "^1.2.0",
"@stryker-mutator/html-reporter": "^1.2.0",
"@stryker-mutator/javascript-mutator": "^1.2.0",
"@stryker-mutator/jest-runner": "^1.2.0",

这是错误

Error: Cannot find module 'mutation-testing-report-schema/dist/src/api'
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    'my_project/node_modules/@stryker-mutator/api/report.js',
    'my_project/node_modules/@stryker-mutator/core/src/ScoreResultCalculator.js',
    'my_project/node_modules/@stryker-mutator/core/src/Stryker.js',
    'my_project/node_modules/@stryker-mutator/core/src/StrykerCli.js',
    'my_project/node_modules/@stryker-mutator/core/bin/stryker'

]

4

0 回答 0