-
Notifications
You must be signed in to change notification settings - Fork 4
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
Aliv crashes when ran with node >= 11.1.0 and --http2 is enabled #40
Comments
|
Actually, it doesn't seem to be working. People are advising others to update from In your case, you can set {
// ...
"http2": false,
// ...
} I'll see what I can do to migrate meanwhile. |
Seems like this is the issue we'll have to keep track of: Issue: expressjs/express#3388 |
Thanks @ericmdantas I did a downgrade to a LTS node version and it worked for me... |
Aliv crashes when ran with node >= 11.1.0
When we ran
Aliv
using node version 11.1.0 or last one, the spdy version used by Aliv crashes...It's related with spdy-http2/node-spdy#350
The text was updated successfully, but these errors were encountered: