Development docker compose failed to compile / error eslint #554

Closed
opened 2026-02-04 20:20:20 +03:00 by OVERLORD · 3 comments
Owner

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:

[eslint] Failed to load config "../package.json" to extend from.
Referenced from: /app/package.json
ERROR in [eslint] Failed to load config "../package.json" to extend from.
Referenced from: /app/package.json
webpack compiled with 1 error

error

Does someone just had the same problem or know how to solve it ?

Best regards,

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: ``` [eslint] Failed to load config "../package.json" to extend from. Referenced from: /app/package.json ERROR in [eslint] Failed to load config "../package.json" to extend from. Referenced from: /app/package.json webpack compiled with 1 error ``` ![error](https://github.com/user-attachments/assets/b4ebf0b4-3892-4639-99cd-74652a2cb2e0) Does someone just had the same problem or know how to solve it ? Best regards,
OVERLORD added the help wanted label 2026-02-04 20:20:20 +03:00
Author
Owner

@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.yml to command: 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.

@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.yml` to `command: 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.
Author
Owner

@Nounoursdestavernes commented on GitHub (Aug 14, 2024):

I found a workaround that fit better my needs:

  • Building the docker image with dockerfile and adding the tag planka:local
  • Changing the image in the docker compose.

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. ;)

@Nounoursdestavernes commented on GitHub (Aug 14, 2024): I found a workaround that fit better my needs: - Building the docker image with dockerfile and adding the tag planka:local - Changing the image in the docker compose. 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. ;)
Author
Owner

@meltyshev commented on GitHub (May 14, 2025):

Development docker compose has been reworked and released in v2 :)

@meltyshev commented on GitHub (May 14, 2025): Development docker compose has been reworked and released in v2 :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#554