nest-cli 9.4.2 -> 10.1.11 https://github.com/nestjs/nest-cli/releases attrpath: nest-cli Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/nest-cli/default.nix b/pkgs/development/tools/nest-cli/default.nix index 5fc0c87dc55..c7b1d03df38 100644 --- a/pkgs/development/tools/nest-cli/default.nix +++ b/pkgs/development/tools/nest-cli/default.nix @@ -5,13 +5,13 @@ buildNpmPackage rec { pname = "nest-cli"; - version = "9.4.2"; + version = "10.1.11"; src = fetchFromGitHub { owner = "nestjs"; repo = pname; rev = version; - hash = "sha256-9I6ez75byOPVKvX93Yv1qSM3JaWlmmvZCTjNB++cmw0="; + hash = "sha256-rVBgV/NYP1nlcX4DUZBCCfwluGSF7WX+xuzi2Q8ryVk="; }; # Generated a new package-lock.json by running `npm upgrade` Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A nest-cli nix build failed. npm WARN 1 more (fork-ts-checker-webpack-plugin) npm WARN npm WARN Could not resolve dependency: npm WARN peer typescript@">3.6.0" from fork-ts-checker-webpack-plugin@8.0.0 npm WARN node_modules/fork-ts-checker-webpack-plugin npm WARN fork-ts-checker-webpack-plugin@"8.0.0" from the root project npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: @nestjs/cli@10.1.11 npm WARN Found: webpack@5.80.0 npm WARN node_modules/webpack npm WARN webpack@"5.88.1" from the root project npm WARN 3 more (@types/webpack-node-externals, ...) npm WARN npm WARN Could not resolve dependency: npm WARN peer webpack@"^5.11.0" from fork-ts-checker-webpack-plugin@8.0.0 npm WARN node_modules/fork-ts-checker-webpack-plugin npm WARN fork-ts-checker-webpack-plugin@"8.0.0" from the root project npm ERR! code ENOTCACHED npm ERR! request to https://registry.npmjs.org/@angular-devkit%2fschematics-cli 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/s3vb2p4riz83f3mdhgximc2a23qdxyaa-nest-cli-10.1.11-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" ]`