deej81 / ngx-croppie

16 stars 23 forks source link

Error: Cannot find type definition file for 'croppie'. #9

Closed mainawycliffe closed 6 years ago

mainawycliffe commented 6 years ago

I am getting the following error when i try and build my project.

ERROR in node_modules/ngx-croppie/src/app/modules/ngx-croppie/ngx-croppie.component.d.ts(1,23): error TS2688: Cannot find type definition file for 'croppie'.

When is remove the line it disappears.

deej81 commented 6 years ago

Hi, you need to have the type definitions for croppie installed, you can install them by running this command:

npm i @types/croppie --save-dev

hope that solves the problem for you.

mainawycliffe commented 6 years ago

Thanks. It works. Am closing this.