I'm trying to run the wasm target for web, but get...
# compose-web
m
I'm trying to run the wasm target for web, but getting this error, tried updating it still error popping up
kotlinWasmStoreYarnLock Error
Execution failed for task ':kotlinWasmStoreYarnLock'.
Lock file was changed. Run the
kotlinWasmUpgradeYarnLock
task to actualize lock file
a
as the error states, run
gradlew kotlinWasmUpgradeYarnLock
m
updates it still this issue comes again, tasks.matching { it.name == "kotlinWasmStoreYarnLock" }.configureEach { enabled = false } disabled worked, but not sure about its impact
a
don't disable it, just run it first then run the dev task