deej81 / ngx-croppie

16 stars 23 forks source link

Module not found: Error: Can't resolve 'croppie' in '/node_modules/ngx-croppie/esm5' #16

Closed edgarmkrtchyan closed 6 years ago

edgarmkrtchyan commented 6 years ago

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.

edgarmkrtchyan commented 6 years ago

This is resolved. Had to include this in dependencies: "croppie": "2.6.2" And then do npm install