Stefan Koppier
06/25/2025, 4:20 PM.\gradlew build
on GitHub Actions. Locally, everything works fine.
The error I get is.
> 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 🙂Artem Kobzar
06/25/2025, 4:23 PMIlya Goncharov [JB]
06/26/2025, 10:13 AMStefan Koppier
06/26/2025, 3:57 PM