
Hey, I'm trying to setup the appwrite repo on my laptop using the instructions from https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md#setup-from-source
When i do
docker compose build
it is stuck at this stage
ERROR [appwrite node 4/5] RUN npm ci
I am currently running this on Windows with WSL2 docker.
Am I doing anything wrong here?

Did you run git submodule update --init
?

yea

If you go into app/console, can you run npm ci
successfully?

Is there any error/log that says why npm ci failed?

no logs, it was stuck on building step

also, i turned on vpn, and now it went past that error stage. maybe it will build this time

hey, build succeded

thanks for responding
Recommended threads
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
- Is it possible to getRow with all relati...
With the new Opt-In relationship loading, is it possible to query getRow to get all attributes and relationships and possibly even cascading relationships? I tr...
- Cache appwriter
When using Appwrite in React to display data from a database (e.g., some products) on the main page, is it possible to serve cache on the backend side at the Ap...
