Upgrade dependencies, require Yarn 3.1.0

This commit is contained in:
Stéphan Kochen
2021-12-14 09:55:07 +01:00
parent 16b661b7aa
commit 00b7adf473
5 changed files with 541 additions and 466 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ export default async (project: Project, cache: Cache, report: Report) => {
`Preloaded ${numToPreload} packages into the Nix store`
);
}
} catch (err) {
} catch (err: any) {
// Don't break if there appears to be no Nix installation after all.
if (err.code !== "ENOENT") {
throw err;