jest-webpack icon indicating copy to clipboard operation
jest-webpack copied to clipboard

Error: Cannot find module 'webpack-cli/bin/config-yargs'

Open ImSingee opened this issue 6 years ago • 2 comments

With the following version of webpack and webpack-cli

{
    "webpack": "^4.33.0",
    "webpack-cli": "^3.3.2"
}

The webpack-cli/bin/config-yargs has been moved to webpack-cli/bin/config/config-yargs

ImSingee avatar Jun 05 '19 04:06 ImSingee

I created a PR (#39) for this issue.

ImSingee avatar Jun 05 '19 06:06 ImSingee

I have the same problem

self-exploration avatar Jul 08 '19 04:07 self-exploration