Nico Jansen
Nico Jansen
Good point. We should improve this error message. Did you have a look at our [troubleshooting guide](https://stryker-mutator.io/docs/stryker-js/troubleshooting/)? I notice that this problem is missing there, should be an easy fix...
Just a heads up. Stryker recently released with the `'command'` test runner. This is also the default if you don't specify a test runner. It just runs your `npm test`...
Ok, please don't forget about us. 👋
I want to try to implement this
Thanks for opening this issue. We're thinking of ways to improve, but for now I've added a section to stryker-mutator/mutation-testing-elements. It explains how to merge multiple report JSON files together:...
@simondel will V6 break the cli? Probably 😢
Yes, definitely: ``` nicojs@NicoJ01 ~/github/typed-inject (master)$ stryker run require() of ES Module /home/nicojs/github/typed-inject/node_modules/@stryker-mutator/core/bin/stryker.js from /home/nicojs/.nvm/versions/node/v16.14.2/lib/node_modules/stryker-cli/src/NodeWrapper.js not supported. stryker.js is treated as an ES module file as it is a .js...
This problem is fixed with https://github.com/stryker-mutator/stryker-js/commit/330ef6c9763db5bf47d23de64a6c72073bc44bc7
For the future, we want to move away from the stryker-cli. Instead, we want to create a [npm init](https://docs.npmjs.com/cli/v8/commands/npm-init) command.
You mean: for `stryker init`? Sure. PRs welcome.