nest-cli 10.2.1 -> 10.3.0 https://github.com/nestjs/nest-cli/releases attrpath: nest-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] Replacing npmDepsHash with sha256-bJ1k6MpEGxvSebG2UDKONPefIhZKTQxsPp1TJ2Y/Hfk= Received ExitFailure 1 when running Raw command: /nix/store/dsqs4fpljrws4ikzfriyixcp0n7kxrmk-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A nest-cli nix build failed. got build log for 'nest-cli' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/iyxy5dsrkr3s0m6mw97p56z3xd6jyx4f-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase Executing npmConfigHook Configuring npm Validating consistency between /build/source/package-lock.json and /nix/store/4i4z9hfy0lriyfmbp841x0l02pyn7cap-nest-cli-10.3.0-npm-deps/package-lock.json Fixing lockfile Installing dependencies npm ERR! code ENOTCACHED npm ERR! request to https://registry.npmjs.org/@angular-devkit%2fcore failed: cache mode is 'only-if-cached' but no cached response is available.  npm ERR! Log files were not written due to an error writing to the directory: /nix/store/4i4z9hfy0lriyfmbp841x0l02pyn7cap-nest-cli-10.3.0-npm-deps/_logs npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal  ERROR: npm failed to install dependencies Here are a few things you can try, depending on the error: 1. Set `makeCacheWritable = true` Note that this won't help if npm is complaining about not being able to write to the logs directory -- look above that for the actual error. 2. Set `npmFlags = [ "--legacy-peer-deps" ]`