-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 failing on Node v11.3 due to SPDY module #1592
Comments
Thanks for issue, maybe we can find workaround |
@nzapponi sorry for delay, problem still exists? if yes, please create minimum reproducible test repo, thanks! |
The bug is fixed. #1660 |
@evilebottnawi the same problem. 😄 |
Fixed #1660 |
Issue still exist node - v11.11.0, spdy - 4.0.0 webpack: Compiled with warnings. |
Can you still confirm this @cicibobo? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code
Expected Behavior
The server should not crash at the first request
Actual Behavior
Webpack compiles successfully but the server crashes at the first request
For Bugs; How can we reproduce the behavior?
Upgrade to Node v11.3 and try to run webpack-dev-server.
For Features; What is the motivation and/or use-case for the feature?
See here: spdy-http2/node-spdy#350
The text was updated successfully, but these errors were encountered: