I am using ngx-image-cropper dependency and I don't know why this error is coming whenever I import it in my app.component.module.ts in angular.
Trying to solve this issue from 3 hours but unable to!!
I am using ngx-image-cropper dependency and I don't know why this error is coming whenever I import it in my app.component.module.ts in angular.
Trying to solve this issue from 3 hours but unable to!!
Remove the node modules
rm -rf node_modules
And npm install again and it works properly.
for more information check this link: https://github.com/Mawi137/ngx-image-cropper/issues/282