I used vite to bootstrap my react project and now I want to build and I am getting a lot of errors from appwrite causing the build to stop.
Upon going to appwrite in my node_modules, I get error from vscode too.
The appwrite client version I'm using is 13.0.0.
Would I need to downgrade my appwrite version? If yes, to what version.
I will drop some of the errors I got when building in the chat.
The errors are still a lot
weeeird. it worked fine for me running:
npm create vite@latest
# change into folder
npm i appwrite
npm run dev
I also tried with these options and it built fine:
✔ Select a framework: › React
✔ Select a variant: › TypeScript + SWC
Strangee, then why isn't it working on my end?!
does restarting your IDE change anything?
Sorry for the late reply. No, restarting my IDE did not help.
I tried creating a new project and building after installing appwrite and it built. The errors i saw in the node_modules are still there too but it is not stopping the build
I have eslint installed in my project and i dont have it installed in the sample project. Could that be why?
Is it an old version? Maybe there's some conflicting setting?
Recommended threads
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...