ngx-showdown icon indicating copy to clipboard operation
ngx-showdown copied to clipboard

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

Open WuglyakBolgoink opened this issue 4 years ago • 3 comments

I have this error message (angular v10):

node_modules/ngx-showdown/showdown.module.d.ts:18:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.

This likely means that the library (ngx-showdown) which declares ShowdownModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

WuglyakBolgoink avatar Jul 08 '20 12:07 WuglyakBolgoink

I have this error message (angular v10):

I checked [email protected] with [email protected] and did not see any compatibility issue.


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

I think this error is thrown because you forgot to install showdown (peer dependency).

yisraelx avatar Aug 16 '20 13:08 yisraelx

@yisraelx ok, i will check this too

WuglyakBolgoink avatar Aug 16 '20 23:08 WuglyakBolgoink

Same problem with Angular 9, fixed by manual installation of showdown. Why don't you add it to package dependencies? And @types/showdown too.

Aleksandr-ru avatar Aug 28 '20 11:08 Aleksandr-ru