jodit / jodit-angular

Angular wrapper for Jodit && Hey. Due to the fact that I do not use Angular in my projects, I cannot fix plugin errors in a timely manner. If you want the plugin to develop, send PR or better become a contributor
MIT License
48 stars 35 forks source link

Unable to install Jodit-angular@1.9.4 in Angular 9 #107

Closed hamessoft closed 1 year ago

hamessoft commented 1 year ago

We are trying to install the Jodit-angular version - 1.9.4 in Angular 9. Following issues with the zone.js is occurring while trying to install the jodit-angular. npm i jodit-angular@1.9.4

npm ERR! While resolving: commercial-fe@0.0.0
npm ERR! Found: zone.js@0.10.3
npm ERR! node_modules/zone.js
npm ERR!   zone.js@"^0.10.3" from the root project
npm ERR!   peer zone.js@"~0.10.3" from @angular/core@9.1.13
npm ERR!   node_modules/@angular/core
npm ERR!     @angular/core@"^9.1.13" from the root project
npm ERR!     peer @angular/core@"^9.0.0-0" from jodit-angular@1.9.4
npm ERR!     node_modules/jodit-angular
npm ERR!       jodit-angular@"1.9.4" from the root project
npm ERR!     6 more (@angular/animations, @angular/common, @angular/forms, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer zone.js@"~0.9.1" from jodit-angular@1.9.4
npm ERR! node_modules/jodit-angular
npm ERR!   jodit-angular@"1.9.4" 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.

Any suggestions would be appreciated.

MrElectroNick commented 1 year ago

Hi @hamessoft, unfortunately this version is not supported anymore. Also it really looks like a bit of mess up in dependencies in general.