-
Notifications
You must be signed in to change notification settings - Fork 488
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
TypeError with @socket.io/redis-adapter on Node.js v18.15.0 #534
Comments
It looks like the following change silently changed the minimum version of Some package managers will automatically install required peer dependencies. Mine did not; I ran |
@nwalters512 arf, I did not test with yarn, sorry for that. @govind-amt which version of |
I get same error, I used [email protected] and @socket.io/[email protected] |
@vvtri that's weird, you should have |
Yeah same issue here, it installs [email protected]. Even pinning it to 2.5.4 in package.json doesn't help
in package.json works and fixes the issue |
I'm encountering an unexpected error when utilizing the socket.io/redis-adapter in my application. Below are the error logs for your reference:
Environment:
Dependencies:
Error Log:
I would appreciate any assistance to resolve this issue.
The text was updated successfully, but these errors were encountered: