angular-admin-lte icon indicating copy to clipboard operation
angular-admin-lte copied to clipboard

Angular 11 problem

Open Mihai-B opened this issue 3 years ago • 0 comments

I cannot make this library work with angular 11. I always get the error:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"~11.0.9" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"^7.2.3" from [email protected]
npm ERR! node_modules/angular-admin-lte
npm ERR!   angular-admin-lte@"~4.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry

I am using the latest version "angular-admin-lte": "4.0.0", that is in npm packages.

Am I missing something ?

Mihai-B avatar Nov 23 '21 15:11 Mihai-B