I'm trying to pull a library I'm working on throug...
# multiplatform
a
I'm trying to pull a library I'm working on through jitpack.io. It supports all of the KMP targets, and it looks like the JS targets fail to build with a some what unhelpful:
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':kotlinNpmInstall'.
> Process 'Resolving NPM dependencies using yarn' returns 1
Was curious if anyone had experience publishing a KMP library through jitpack?