digitalascetic / ngx-pica

@digitalascetic/ngx-pica is an Angular(LTS) module to resize images files in browse
36 stars 26 forks source link

Can't resolve 'exifr' in 'node_modules\@digitalascetic\ngx-pica\fesm5' #42

Closed dabasejumper closed 4 years ago

dabasejumper commented 4 years ago

I'm getting a compiler error with Angular 8

"@digitalascetic/ngx-pica": "^10.0.1", "exif-js": "^2.3.0", "pica": "6.1.1",

I've been googling this but haven't come across anything... Any ideas?

edezacas commented 4 years ago

@dabasejumper Have you tried install exifr dependecy manually? npm i exifr

dabasejumper commented 4 years ago

OMG... really?... I'm sorry to waste your time... I thought it was in exif-js