-
Notifications
You must be signed in to change notification settings - Fork 74
Description
I have GraalVM for JDK 21 installed.
It seems there is an issue with
https://github.com/metaforte/es4x/blob/develop/pm/src/main/java/io/reactiverse/es4x/cli/GraalVMVersion.java
I tried to change the regular expression and I compiled the es4x-pm-0.20.0.jar locally and copied my local snapshot jar into my node_modules.
I still get an error when I run the postgres example
$npm start
[email protected] start
es4x
Runtime GraalVM version mismatch { wanted: [22.3.2], provided: [21.35.1] }
For installation help see: https://www.graalvm.org/docs/getting-started-with-graalvm/
$ java -version
openjdk version "21" 2023-09-19
OpenJDK Runtime Environment GraalVM CE 21+35.1 (build 21+35-jvmci-23.1-b15)
OpenJDK 64-Bit Server VM GraalVM CE 21+35.1 (build 21+35-jvmci-23.1-b15, mixed mode, sharing)