Sævar Öfjörð Magnússon

Results 57 comments of Sævar Öfjörð Magnússon

@jsma I could not get the frontend container to run correctly. Here are the steps I took: - Deleted the containers and volumes from Docker desktop. - Rebuilt with `docker...

I had the v5.2 tag checked out in wagtail to test something else but now I'm on `main`. I redid all the steps, took care to destroy all containers, images...

Thanks! Regarding 1. and 2. Did you do a `docker compose build web` after switching to this branch? I assumed that would rebuild the container with the contents of your...

I agree that the node part of this setup is a real pain. I have probably about 50 projects locally on docker and all my problems come from node in...

I agree, let's try that out and see where it takes us. I'll set up a branch for this and make a draft PR.

@lb- You probably have to delete the node_modules volume if you want to totally clear the npm cache.

@lb- Another way would be to go to shell on the web container and try to `rm` everything **inside** the node_modules folder, not the folder itself. Then try rebuilding the...

@thibaudcolas I'm guessing this is not relevant after yesterday's discussion and decisions?

Yes, I agree that a historic record is very useful.

I have no idea what is going on with the linting, I get a pass from the pre-commit hook locally, but the github action claims that the template fails the...