I am trying to run the <ImageViewer wasm sample>, ...
# compose-web
a
I am trying to run the ImageViewer wasm sample, but when i do
Copy code
./gradlew :webApp:wasmRun
I get:
Copy code
* What went wrong:
Execution failed for task ':kotlinNpmInstall'.
> Process 'Resolving NPM dependencies using yarn' returns 139
I deleted the
yarn
folder in my
.gradle
directory (also cleaned project) but still getting the same issue. Anyone figured out how to fix? EDIT: For some crazy reason, restarting the mac fixed it