codelyzer icon indicating copy to clipboard operation
codelyzer copied to clipboard

Angular 14

Open LukasMachetanz opened this issue 2 years ago • 2 comments

Hey.

Is it possible to update angular, specifically @angular/compiler and @angular/core, to the latest version (e.g. ~14.1.0)?

This would help to resolve the following peer dependency warning within a nrwl/nx workspace:

npm WARN [email protected] requires a peer of @angular/compiler@>=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/core@>=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next but none is installed. You must install peer dependencies yourself.

Greets, Lukas

LukasMachetanz avatar Jul 27 '22 11:07 LukasMachetanz

this issue is keeping me from updating angular. please fix!

chaixdev avatar Oct 13 '22 13:10 chaixdev

As far as i know you should use https://github.com/angular-eslint/angular-eslint instead of this

scurk1415 avatar Nov 26 '22 12:11 scurk1415