Hi! I'm <upgrading> my compiler plugin from versio...
# multiplatform
s
Hi! I'm upgrading my compiler plugin from version 2.1.20 to 2.2.0. The api part of the project results in errors when I run
.\gradlew build
on GitHub Actions. Locally, everything works fine. The error I get is.
Copy code
> Task :kotlinWasmYarnSetup
error <https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz>: Extracting tar content of undefined failed, the file appears to be corrupt: "ENOENT: no such file or directory, chmod '/Users/runner/Library/Caches/Yarn/v6/npm-lodash-4.17.21-679591c564c3bffaae8454cf0b3df370c3d6911c-integrity/node_modules/lodash/fp/overEvery.js'"

> Task :kotlinNpmInstall

(node:5395) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
> Task :kotlinNpmInstall FAILED
error An unexpected error occurred: "<https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz>: ENOENT: no such file or directory, open '/Users/runner/Library/Caches/Yarn/v6/npm-@socket-io-component-emitter-3.1.2-821f8442f4175d8f0467b9daf26e3a18e2d02af2-integrity/node_modules/@socket.io/component-emitter/.yarn-tarball.tgz'".

> Task :kotlinWasmNpmInstall

> Task :kotlinWasmNpmInstall FAILED
Does anyone have any insights? Thanks 🙂
a
@Ilya Goncharov [JB] ^^
i
s
Workaround works for me as well. Thanks!