You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you bump a just task repo to the latest webpack-dev-server and webpack-cli, you'll get this error:
Error: Cannot find module 'webpack-cli/bin/config-yargs'
It seems like the guidance for starting a server is to no longer invoke webpack-dev-server like we do, but rather to call webpack serve https://webpack.js.org/guides/development/
If you bump a just task repo to the latest webpack-dev-server and webpack-cli, you'll get this error:
Error: Cannot find module 'webpack-cli/bin/config-yargs'
It seems like the guidance for starting a server is to no longer invoke webpack-dev-server like we do, but rather to call
webpack serve
https://webpack.js.org/guides/development/
Here is a related issue on webpack-cli
webpack/webpack-cli#1948
The text was updated successfully, but these errors were encountered: