digitalascetic / ngx-pica

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

Angular 9 #36

Closed alexey-gromov closed 4 years ago

alexey-gromov commented 4 years ago
ERROR in The target entry-point "@digitalascetic/ngx-pica" has missing dependencies:
 - exifr
 - pica

Shouldn't the dependencies automatically install?

edezacas commented 4 years ago

Hi @Wo0nder exifr and picajs are not installed automatically because it are declared as peerDependencies. So you need to install manually.