5

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?

2 Answers 2

3

it is not supported yet. but will be supported soon. you can watch this PR for updates: https://github.com/angular/angular/pull/48005

Sign up to request clarification or add additional context in comments.

Comments

1

TS 4.9 support has landed with the release of Angular 15.1 !

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.