Hey, I installed Appwrite via npm install appwrite and it is telling me there's a type error in the sdk being any, how can I fix this?
I tried installing rn and seems to be working for me, can you copy paste error message once? Also, maybe update versions while working with npm?
Or restart your IDE?
weird, I restarted and it ended up working
no reason associated I duno
Sometimes IDEs don't detect updated dependencies so restarting it forces it to recheck dependencies
Recommended threads
- [Bug?] row_already_exists (409) after ma...
Hi, I'm experiencing a confusing issue with Appwrite Cloud Setup: A `tournaments` table with a composite UNIQUE index on (tournament_name, date). Steps to rep...
- restore paused project not working
https://cloud.appwrite.io/console/project-sfo-69b1b841002ca6a07f14/overview/platforms
- Realtime doesn't seem to work with Table...
Hi, I am trying to connect my tables rows with realtime on my react website, it connects, but I dont get the rows when a row is being created. I tried with Chan...