From 196c7e4685e616434dc4aa0599445db34a069337 Mon Sep 17 00:00:00 2001 From: Greg Flynn Date: Mon, 9 Jun 2025 13:43:35 +0100 Subject: [PATCH] fix: add common issues back in Fix broken URL to common issues --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 306b6e754..cce70f6c7 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,20 @@ You can press `ctrl + c` to cancel/quit out of a terminal process. **Use the start script provided** - it handles a lot of common use cases. We're trying to reduce the barrier to entry by providing an all-inclusive script. +## Common Issues + +* `bad option: --import` + +You are using an older version of Node. Reinstall and re-run. + +* `'"java"' is not recognized as an internal or external command` + +You do not have Java installed. + +* `XXXXX has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0` + +You are using Java 8 or Java 11. If you have multiple Java versions, you will need to set `JAVA_PATH=path-to-java.exe` in your .env file. + + ## License This project is licensed under the [MIT License](https://opensource.org/licenses/MIT). See the [LICENSE](LICENSE) file for details.