Have anyone faced this issue when trying to run `:...
# compose-web
b
Have anyone faced this issue when trying to run
:composeApp:wasmJsBrowserRun
? I get
> A problem occurred starting process 'command /usr/home/.gradle/nodejs/node-v22.0.0-linux-arm64/bin/node''
o
kotlin/wasm tooling is supposed to download
node
unless you disable the downloading explicitly. Did you just create the project using the KMP wizard? Do you have a reproducer? Try to run with
./gradle :composeApp:wasmJsBrowserRun --debug
Perhaps it would show more details
b
Thanks for your replying, Yes I created the project using KMP wizard I ran with --debug but no additional info ...