npm start returns docker error #1190

Closed
opened 2026-04-05 16:25:54 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @kisonay on 2/22/2024

Describe the bug
Trying to run a hobby install for the first time and recieve the following error:


root@oneuptime:/oneuptime# npm start

> app@3.0.2 start
> export $(grep -v '^#' config.env | xargs) && docker compose up --remove-orphans -d $npm_config_services && npm run status-check

service "status-page" can't be used with `extends` as it declare `depends_on`

Versions

root@oneuptime:/oneuptime# docker -v
Docker version 25.0.3, build 4debf41
root@oneuptime:/oneuptime# node -v
v18.19.0
root@oneuptime:/oneuptime# npm -v
9.2.0

Deployment Type
self hosted

Additional context
the error seems to jump between services, sometimes app service produces the error, sometimes ingestor, etc.

*Originally created by @kisonay on 2/22/2024* **Describe the bug** Trying to run a hobby install for the first time and recieve the following error: ``` root@oneuptime:/oneuptime# npm start > app@3.0.2 start > export $(grep -v '^#' config.env | xargs) && docker compose up --remove-orphans -d $npm_config_services && npm run status-check service "status-page" can't be used with `extends` as it declare `depends_on` ``` **Versions** ``` root@oneuptime:/oneuptime# docker -v Docker version 25.0.3, build 4debf41 root@oneuptime:/oneuptime# node -v v18.19.0 root@oneuptime:/oneuptime# npm -v 9.2.0 ``` **Deployment Type** self hosted **Additional context** the error seems to jump between services, sometimes app service produces the error, sometimes ingestor, etc.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1190