I really want to use the satisfies operator and when I try to install [email protected], I get the following error.
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/typescript
npm WARN peer typescript@"~4.8.2" from @angular-devkit/[email protected]
npm WARN node_modules/@angular-devkit/build-angular
npm WARN dev @angular-devkit/build-angular@"^15.0.1" from the root project
npm WARN 3 more (@ngtools/webpack, @angular/compiler-cli, the root project)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer typescript@"~4.8.2" from @angular-devkit/[email protected]
npm WARN node_modules/@angular-devkit/build-angular
npm WARN dev @angular-devkit/build-angular@"^15.0.1" from the root project
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/typescript
npm WARN peer typescript@"~4.8.2" from @angular-devkit/[email protected]
npm WARN node_modules/@angular-devkit/build-angular
npm WARN dev @angular-devkit/build-angular@"^15.0.1" from the root project
npm WARN 3 more (@ngtools/webpack, @angular/compiler-cli, the root project)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer typescript@">=4.8.2 <4.9" from @angular/[email protected]
npm WARN node_modules/@angular/compiler-cli
npm WARN peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/[email protected]
npm WARN node_modules/@angular-devkit/build-angular
npm WARN 2 more (@ngtools/webpack, the root project)
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/typescript
npm WARN peer typescript@"~4.8.2" from @angular-devkit/[email protected]
npm WARN node_modules/@angular-devkit/build-angular
npm WARN dev @angular-devkit/build-angular@"^15.0.1" from the root project
npm WARN 3 more (@ngtools/webpack, @angular/compiler-cli, the root project)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer typescript@">=4.8.2 <4.9" from @angular/[email protected]
npm WARN node_modules/@angular/compiler-cli
npm WARN peer @angular/compiler-cli@"^15.0.0" from @angular-devkit/[email protected]
npm WARN node_modules/@angular-devkit/build-angular
npm WARN 2 more (@ngtools/webpack, the root project)
Doesn't angular support 4.9, or is it a local problem. And if it does not support it, where can I ask when will it be supported?