You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the ajv dependency can be relaxed or upgraded. 6.x was only needed for Typescript 3 support, see firebaseConfigValidate.ts. The repo is now using typescript 4.5.4, see package.json
Note that @angular-devkit/core imports [email protected] which would seem to be a viable alternative.
P.S. This might also resolve the issue mentioned in webpack.common
The text was updated successfully, but these errors were encountered:
[REQUIRED] Environment info
firebase-tools:
v13.29.1
Platform:
nix 2.24.10/nixos 24.05 linux_x86-64 and aarch64-darwin (and likely all)
[REQUIRED] Test case
It's a build error. See NixOS/nixpkgs#369813
[REQUIRED] Steps to reproduce
nix-build -A
[REQUIRED] Expected behavior
It should build
[REQUIRED] Actual behavior
The build fails.
The errors are coming from
npm rebuild
of [email protected]. This, is a dependency of [email protected] imported in package.json. See npm-shrinkwrap.jsonHowever, the ajv dependency can be relaxed or upgraded. 6.x was only needed for Typescript 3 support, see firebaseConfigValidate.ts. The repo is now using typescript 4.5.4, see package.json
Note that @angular-devkit/core imports [email protected] which would seem to be a viable alternative.
P.S. This might also resolve the issue mentioned in webpack.common
The text was updated successfully, but these errors were encountered: