Closed edgarmkrtchyan closed 6 years ago
Hi,
I'm getting the error in subject when doing ng build --prod.
ng build --prod
Module not found: Error: Can't resolve 'croppie' in '/node_modules/ngx-croppie/esm5'
Using the latest version 1.1.0.
Any clues how this can be solved?
Thanks.
This is resolved. Had to include this in dependencies: "croppie": "2.6.2" And then do npm install
"croppie": "2.6.2"
npm install
Hi,
I'm getting the error in subject when doing
ng build --prod
.Module not found: Error: Can't resolve 'croppie' in '/node_modules/ngx-croppie/esm5'
Using the latest version 1.1.0.
Any clues how this can be solved?
Thanks.