-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Socket.io private chat example outdated #4681
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
Comments
I will take a look at into this issue 👍 ! |
can you provide link to the instructions? |
I could reproduce several issues in the vue project. They are
On the server side, it fails to connect to the port 6379 because you aren't running a Redis server. You have run it using the command |
Thanks @haneenmahd for the "not supported ..... after node v16" part. I don't have much time and wants to learn about private messaging. Didn't know about the error's cause. I can use it with 16 lts right now 👍 I hope going to fix in the near future. |
I'm gonna take a look into the example and let me do what I can do with it 😊! |
I have opened up a new PR fixing the docs and legacy provider bug. Hope it helps future devs checking out the example. FYI, you can fix the dependency installation by adding a |
I've bumped the dependencies in cbf0362, it should now work properly on Node.js 18. Could you please check? |
@darrachequesne yes, it does work now! the dependencies are up-to-date. |
@haneenmahd awesome, thanks for the feedback 👍 I'm closing this now, please reopen if needed. |
Discussed in #4680
Originally posted by theSmartRed April 3, 2023
I am trying to run the private chat example following the readme instructions but I see this error trying to install the client side
I am using Node 18.15 and NPM 9.5 that are the current LTS versions for both. How to fix?
On the server side trying to run I see:
The text was updated successfully, but these errors were encountered: