Replies: 1 comment 3 replies
-
You probably have a version mismatch somewhere. New apps should be generated with the latest version which guarantees that everything will work as intended. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps to reproduce
I'm trying out Feathers 4.5.15, app generated from feathers CLI with Typescript. Just added
@feathersjs/socketio
, also 4.5.15 and configured withapp.configure(socketio());
, but unable to compile with the type error:am I using the right version of
@feathersjs/socketio
or what should I do with this??Expected behavior
Tell us what should happen
Actual behavior
Tell us what happens instead
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working): 4.5.15
NodeJS version: 16.0.0
Operating System:
Browser Version:
React Native Version:
Module Loader:
Beta Was this translation helpful? Give feedback.
All reactions