mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Development docker compose failed to compile / error eslint #554
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nounoursdestavernes on GitHub (Aug 13, 2024).
Hi,
I just clone the repo and want to work on a point and when I docker compose with the docker-compose-dev.yml I got an error:
Does someone just had the same problem or know how to solve it ?
Best regards,
@meltyshev commented on GitHub (Aug 13, 2024):
Hi! Thanks for reporting this. To be honest, I've never tried running a dev environment via Docker. You can try disabling ESLint by changing line 86 of
docker-compose-dev.ymltocommand: DISABLE_ESLINT_PLUGIN=true npm start. But this is just a temporary workaround, we'll try to make it work when we have some time.@Nounoursdestavernes commented on GitHub (Aug 14, 2024):
I found a workaround that fit better my needs:
One major advantage is that I am in the closest environment to production.
But this only work because I don't need any reactivity in my contribution. I note the workaround if my needs change. Thanks for your time. ;)
@meltyshev commented on GitHub (May 14, 2025):
Development docker compose has been reworked and released in v2 :)