deej81 / ngx-croppie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

edgarmkrtchyan opened this issue · comments

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.

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