ngx-md
ngx-md copied to clipboard
Conflict in @angular/common versions
I am trying to update and old project from Angular 11. The issue is adding ngx-mdto the package.json file results in a conflict and installation error.
Could you let me know if this package is still being updated? I got the following issue:
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"14.3.0" from @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR! peer @angular/common@"^14.0.0" from [email protected]
npm ERR! node_modules/ngx-md
npm ERR! ngx-md@"^14.0.9" from the root project
I can decide to use another if it is not active anymore. Thanks indeed.