uploadcare / ngx-uploadcare-widget

Angular 2+ wrapper for Uploadcare Widget
MIT License
15 stars 10 forks source link

Angular 10 upgrade fails. #51

Closed mwawrusch closed 4 years ago

mwawrusch commented 4 years ago

Describe the bug

Angular 10 upgrade fails.

Upgrade to angular 10, then launch. You will receive the following error message:

ERROR in The target entry-point "ngx-uploadcare-widget" has missing dependencies:

Expected behavior

Not to fail

Environment

gopal-augment commented 4 years ago

Try to to install its peer dependency "uploadcare-widget": "^3.10.2".

mwawrusch commented 4 years ago

Haha, ok totally missed that. Maybe I need to start drinking coffee again. Thx, much appreciate the quick help.

rsedykh commented 4 years ago

@mwawrusch we've updated the repo's readme to remind installing this dependency. :-)

jonmbennett commented 2 years ago

The peer dependency is not mentioned here: https://uploadcare.com/docs/integrations/angular/

That might cause some people to experience this. Such as myself, today. :)