angular / flex-layout

Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API
MIT License
5.9k stars 771 forks source link

Support for Angular14 #1407

Closed eskinderg closed 2 years ago

eskinderg commented 2 years ago

Any plans on supporting Angular 14 ?

Run npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @angular/flex-layout@13.0.0-beta.38 npm ERR! Found: @angular/cdk@14.0.0 npm ERR! node_modules/@angular/cdk npm ERR! @angular/cdk@"^14.0.0" from the root project npm ERR! peer @angular/cdk@"14.0.0" from @angular/material@14.0.0 npm ERR! node_modules/@angular/material npm ERR! @angular/material@"^14.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @angular/cdk@"^13.0.0" from @angular/flex-layout@13.0.0-beta.38 npm ERR! node_modules/@angular/flex-layout npm ERR! @angular/flex-layout@"^13.0.0-beta.38" from the root project npm ERR! npm ERR! Conflicting peer dependency: @angular/cdk@13.3.9 npm ERR! node_modules/@angular/cdk npm ERR! peer @angular/cdk@"^13.0.0" from @angular/flex-layout@13.0.0-beta.38 npm ERR! node_modules/@angular/flex-layout npm ERR! @angular/flex-layout@"^13.0.0-beta.38" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /home/runner/.npm/eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! /home/runner/.npm/_logs/2022-06-12T100353_901Z-debug-0.log Error: Process completed with exit code 1.

KhizerRehan commented 2 years ago

Same Error CI pipeline and local npm installation fails.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @angular/flex-layout@13.0.0-beta.38
npm ERR! Found: @angular/cdk@14.0.0
npm ERR! node_modules/@angular/cdk
npm ERR!   @angular/cdk@"14.0.0" from the root project
npm ERR!   peer @angular/cdk@"14.0.0" from @angular/material@14.0.0

npm ERR! Could not resolve dependency:
npm ERR! peer @angular/cdk@"^13.0.0" from @angular/flex-layout@13.0.0-beta.38
npm ERR! node_modules/@angular/flex-layout
npm ERR!   @angular/flex-layout@"13.0.0-beta.38" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @angular/cdk@13.3.9
npm ERR! node_modules/@angular/cdk
npm ERR!   peer @angular/cdk@"^13.0.0" from @angular/flex-layout@13.0.0-beta.38
npm ERR!   node_modules/@angular/flex-layout
npm ERR!     @angular/flex-layout@"13.0.0-beta.38" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /root/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2022-06-15T07_09_4
Acdesignart commented 2 years ago

angular flex-layout 14.0.0-beta.39 🧶 😒

eskinderg commented 2 years ago

@Acdesignart thanks for the info. Looks like angular flex-layout 14 is in development and is due in early July.

angular-automatic-lock-bot[bot] commented 2 years ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.