If I build my project through the ui with `Gradle ...
# multiplatform
j
If I build my project through the ui with
Gradle -> build -> build
I get the following error :
Execution failed for task ‘myModuleallTests’.
> Failed to execute all tests:
myModulejsBrowserTest: java.lang.IllegalStateException: command ‘/Users/jeantuffier/.gradle/nodejs/node-v16.13.0-darwin-arm64/bin/node’ exited with errors (exit code: 1)
If I use the command line
./gradlew build
it works without any error (if I hit command + enter, Intellij uses the same gradle dæmon than the UI, or whatever it does compared to just hitting enter, and crashes with the same error)