I'm having an issue building my JS target on a <#C...
# javascript
a
I'm having an issue building my JS target on a #multiplatform project. i've tried turning on
--debug
,
--scan
, and
--stacktrace
, but it doesn't elaborate any further on this error:
Copy code
Cause: command '/home/adam/.gradle/nodejs/node-v18.12.1-linux-x64/bin/node' exited with errors (exit code: 1)
my javascript target just looks like this:
Copy code
js(IR) {
            nodejs()
        }
this is for Kotlin 1.8.20. I've also turned off incremental compilation. any help tracking this down?
b
Have a look at various reports in build/reports dir
1
Those often contain more details