I'm trying to use angular-cropperjs but keep getting an error when I install it with npm install angular-cropperjs --save
I read on the internet I could use --force to fix the problem, but it seems it's not working. Here's a screenshot of when I do that: Already tried using --force
I also tried using --legacy-peer-deps but same result as with --force, here's a screenshot of that try: Also tried --legacy-peer-deps
Could you please direct me as to how can I can install this package. I'm using angular-cli 14.0.1, and the ng --version looks like this:
@angular-devkit/architect 0.1303.6
@angular-devkit/build-angular 13.3.6
@angular-devkit/core 13.3.6
@angular-devkit/schematics 13.3.6
@angular/cli 13.3.6
@angular/fire 7.3.0
@schematics/angular 13.3.6
rxjs 7.5.5
typescript 4.6.4