Results 3 comments of DorskFR

`FROM --platform=linux/amd64 tiangolo/uvicorn-gunicorn-fastapi:python3.9` in your Dockerfile or `platform: linux/amd64` in your docker-compose

Same issue with a crash with `npm run build` or `npm run dev` on an mbp m1 with node v16.13.1 edit: fixed using optimizeImports.

Hello! This repository is indeed lacking proper setup instructions. If you're running a global install of Python you should be good with running first `pip install -r requirements.txt` it will...