-
Notifications
You must be signed in to change notification settings - Fork 196
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
RangeError: Invalid typed array length: -4095 #363
Comments
Small additions:
Therefore I believe this is a bug with spdy module |
I also have this issue. I'm not using spdy directly, but through another module. |
I work with spdy and it shows me the same error when I try to run the server
|
I am also hitting the same issue when using express+spdy. Seems to go away if I disable the h2 protocol and don't attempt to provide a certificate, but that is the whole reason I want to use spdy in the first place. |
是的,与node的版本有关 10 的版本没问题,我升级之后也遇到了相同的问题 |
The same for me. UPDATE: The referenced fix works for me. |
Can you please elaborate what the fix is for this issue? I'm running into the same error on Node 12.8.1, but it works when I revert to Node 10.15.3. Is there a way to resolve the error on Node 12? I really appreciate your help! |
Still broken on v12.14.1 and seems like no active maintainers. |
we're also having the same issues with SPDY Is this even maintained?? |
I am also experiencing this issue [email protected] Very simple app
|
bump macOS Catalina 10.15.3 workaround right now is https://github.com/nvm-sh/nvm + v10.19.0 |
It's fixed. When you update, make sure to manually inspect your yarn or npm lock file. |
you are right, update webpack version can solve this quesiton |
I'm trying to get express + spdy working together. I followed this walkthrough and encountered an error.
I'm pared down the example to a very simple case that consistently fails with the error below. I don't believe I'm making any obvious mistakes. To reproduce the error, visit the URL (server starts without errors).
Using this code:
I have latest express and spdy:
node version v12.4.0
Is this possibly related to this issue?
The text was updated successfully, but these errors were encountered: