From f732662f4f578d13b8bf1d317f00c93f032b4d8f Mon Sep 17 00:00:00 2001 From: vaibhav45sktech Date: Sun, 30 Nov 2025 22:07:58 +0530 Subject: [PATCH 1/2] docs: add install fallback note in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e28c19f0..00cd0457 100644 --- a/README.md +++ b/README.md @@ -176,3 +176,7 @@ This work was partially supported by grants from the German Federal Ministry for Economic Affairs and Climate Action (BMWK) to the projects LOD-GEOSS (03EI1005E) and PLASS (01MD19003D) +> **If you face dependency-install issues, try**: +> ```bash +> npm install --legacy-peer-deps +> ``` From fe2527d51c24069f21279c395a5cf3f6d965f97f Mon Sep 17 00:00:00 2001 From: vaibhav45sktech Date: Sun, 30 Nov 2025 22:45:50 +0530 Subject: [PATCH 2/2] docs: add MongoDB version check command (fixes #) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 00cd0457..8629ac93 100644 --- a/README.md +++ b/README.md @@ -180,3 +180,7 @@ LOD-GEOSS (03EI1005E) and PLASS (01MD19003D) > ```bash > npm install --legacy-peer-deps > ``` +> **Check MongoDB version (for troubleshooting)** +> ```bash +> mongod --version +> ```