Hi, anyone met with this problem before? I am buil...
# javascript
a
Hi, anyone met with this problem before? I am building kotlin js application that build well in my machine but fails on a CI server. I have tried clean building both on the machine and on the server. What am I doing wrong? Here is the error from gradle
Copy code
Execution failed for task ':todo-core:jsPackageJson'.
> Failed to create MD5 hash for file '/home/runner/work/builders/builders/applikation-runtime/build/js/packages/applikation-runtime-test/package.json' as it does not exist.
I am failing to reproduce in my machine so that I can debug it
b
different gradle/JVM versions?
a
using java 1.8 both on my machine and CI & CD. also using gradle wrapper to make sure it is the same gradle version
r
what platform do you have on your CI?
a
github actions running a job that runs on ubuntu-latest
b
Are you developing on linux as well?
a
Yes, A debian distro called Zorin