Closed peterjuras closed 9 months ago
Hi! I wasn't able to reproduce. Could you please check the version of socket.io-adapter
, which is installed by the socket.io
and @socket.io/redis-streams-adapter
packages? You may have two distinct versions, which could explain the typescript error.
+1 I had same error
Dependency versions:
UPDATE I was deleted everything from package.json and package-lock.json by hands and reinstall again these packages, and it's stop give me a TypeScript error
Thanks for the quick replies. I re-ran npm install after adjusting the lockfile a bit and it is also working for me now 👍
Hi,
after updating to 0.2.0, I'm getting the following TypeScript error message:
from the following code:
Error screenshot:
Dependency versions:
Can you please check & fix this issue?