kentcdodds / jest-cypress-react-babel-webpack

Configure Jest for Testing JavaScript Applications and Install, Configure, and Script Cypress for JavaScript Web Applications on TestingJavaScript.com
https://testingjavascript.com
Other
512 stars 329 forks source link

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

Closed tmerlet closed 3 years ago

tmerlet commented 3 years ago

When running npm run dev, I'm getting Error: Cannot find module 'webpack-cli/bin/config-yargs'

as explained here: https://github.com/webpack/webpack-dev-server/issues/2759

I had to update the package.json from:

"dev:client": "webpack-dev-server --mode=development",

to

"dev:client": "webpack serve --mode=development",