Hi all - dependabot is trying to bump to kotlin 1....
# javascript
x
Hi all - dependabot is trying to bump to kotlin 1.8.20, and building js target fails because
Copy code
Execution failed for task ':kotlinStoreYarnLock'.
> yarn.lock was changed. Run the `kotlinUpgradeYarnLock` task to actualize yarn.lock file
fair enough - but running
./gradlew kotlinUpgradeYarnLock
throws
Copy code
Execution failed for task ':kotlinNpmInstall'.
> Process 'Resolving NPM dependencies using yarn' returns 139
Any clue whats causing this issue?
1
Found this old issue but bumping node didn't help.
v
Afair 139 is Linux segmentation fault. So yarn crashed. Maybe try with a different version, it at least delete the cached version and let Kotlin/JS get a fresh copy.
x
different node version you mean?
h
Do you have included build? We got the same problem with sqldelight using a sample with a included build but yarn does not support parallel execution.
x
not sure what you mean by included build? 🤔
v
different node version you mean?
No
x
Don't think I have included builds 🤔 source attached above
also, how do i delete the cached version?
v
In the file system
In
yarn
in the Gradle user home
x
That worked! 🙌 thank you so much
👌 1
319 Views