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
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 codelyzer@6.0.2 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 codelyzer@6.0.2 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
The text was updated successfully, but these errors were encountered:
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:
Greets,
Lukas
The text was updated successfully, but these errors were encountered: