We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have tried to upgrade dependencies today and webpack-dev-server crashed with message
webpack-dev-server
Missing argument values: config-name, context, entry, module-bind, module-bind-post, module-bind-pre, output-path, output-filename, output-chunk-filename, output-source-map-filename, output-public-path, output-jsonp-function, output-library, output-library-target, records-input-path, records-output-path, records-path, define, target, watch-aggregate-timeout, devtool, resolve-alias, resolve-extensions, resolve-loader-alias, optimize-max-chunks, optimize-min-chunk-size, prefetch, provide, plugin, open-page
I guess this is happening because yargs and yargs-parser packages have been updated (that why dependencies should be stricted).
yargs
yargs-parser
Running command is webpack-dev-server --config ./webpack.config.dev.js --progress
webpack-dev-server --config ./webpack.config.dev.js --progress
The text was updated successfully, but these errors were encountered:
so do I!
Sorry, something went wrong.
Yup, had to downgrade to 2.9.7, this is a pretty common problem now judging by responses from my collegues
Ahh. It seems to be duplicate of #1259
No branches or pull requests
I have tried to upgrade dependencies today and
webpack-dev-server
crashed with messageI guess this is happening because
yargs
andyargs-parser
packages have been updated (that why dependencies should be stricted).Running command is
webpack-dev-server --config ./webpack.config.dev.js --progress
The text was updated successfully, but these errors were encountered: