alec
08/05/2022, 3:24 PM> Task :sqldelight:kotlinNpmInstall
error <https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz>: Extracting tar content of undefined failed, the file appears to be corrupt: "ENOENT: no such file or directory, stat '/Users/runner/Library/Caches/Yarn/v6/npm-typescript-3.9.5-586f0dba300cde8be52dd1ac4f7e1009c1b13f36-integrity/node_modules/typescript/lib/typingsInstaller.js'"
> Task :sqldelight:kotlinNpmInstall FAILED
...
> Task :web:kotlinSourcesJar
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':sqldelight:kotlinNpmInstall'.
> Process 'Resolving NPM dependencies using yarn' returns 1
yarn install v1.22.17
and running out of ideas for what could be going on. It might be a corrupt cache of some sort but this is happening on CI and I'm not sure how to force a clear of the cachehfhbd
08/05/2022, 3:34 PMalec
08/05/2022, 3:39 PMturansky
08/05/2022, 3:51 PM1.22.19
), latest node?hfhbd
08/05/2022, 3:59 PMalec
08/05/2022, 4:00 PMhfhbd
08/05/2022, 4:02 PMturansky
08/05/2022, 4:03 PMhfhbd
08/05/2022, 4:03 PM- name: Upload
uses: actions/upload-artifact@v3
with:
path: build/js/yarn-error.log
alec
08/05/2022, 4:04 PM