Closed Mr-Vinti closed 5 months ago
working on this now
should be resolved in #9. V18.0.0 published
I think you might've missed bumping a dependency:
npm ERR! Found: @angular/common@18.0.0
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"^18.0.0" from the root project
npm ERR! peer @angular/common@"^18.0.0 || ^19.0.0" from @angular/cdk@18.0.0
npm ERR! node_modules/@angular/cdk
npm ERR! @angular/cdk@"^18.0.0" from the root project
npm ERR! peer @angular/cdk@"^18.0.0" from ngx-flexible-layout@18.0.0
npm ERR! node_modules/ngx-flexible-layout
npm ERR! ngx-flexible-layout@"18" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^17.0.4" from ngx-flexible-layout@18.0.0
npm ERR! node_modules/ngx-flexible-layout
npm ERR! ngx-flexible-layout@"18" from the root project
Would this line also require changes? I notice in the last PR that it was also updated: https://github.com/jtc10005/ngx-flex-layout/blob/438733dab1185c624179c568b3ec15108654c262/package.json#L32C1-L33C1
reopening till issue resolved
@Mr-Vinti Good catch. I did miss that. Will you see if it works now? I will leave this open till you say its good.
That worked perfectly, thank you!
Bug Report
What is the expected behavior?
To install ngx-flex-layout via npm without issues This is a copy of https://github.com/jtc10005/ngx-flex-layout/issues/5 , as Angular just launched v18
What is the current behavior?