Skip to content
New issue

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

webpack-dev-server doesn't start after upgrading #1266

Closed
1 task done
Ky6uk opened this issue Jan 9, 2018 · 3 comments
Closed
1 task done

webpack-dev-server doesn't start after upgrading #1266

Ky6uk opened this issue Jan 9, 2018 · 3 comments

Comments

@Ky6uk
Copy link

Ky6uk commented Jan 9, 2018

  • Operating System: OS X
  • Node Version: 9.3.0
  • NPM Version: 5.6.0
  • webpack Version: 3.10.0
  • webpack-dev-server Version: 2.10.0
  • This is a bug

I have tried to upgrade dependencies today and webpack-dev-server crashed with message

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).

Running command is webpack-dev-server --config ./webpack.config.dev.js --progress

@anymost
Copy link

anymost commented Jan 9, 2018

so do I!

@5angel
Copy link

5angel commented Jan 9, 2018

Yup, had to downgrade to 2.9.7, this is a pretty common problem now judging by responses from my collegues

@Ky6uk
Copy link
Author

Ky6uk commented Jan 9, 2018

Ahh. It seems to be duplicate of #1259

@Ky6uk Ky6uk closed this as completed Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants