ngx-showdown
ngx-showdown copied to clipboard
ERROR in The target entry-point "ngx-showdown" has missing dependencies: - showdown
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.
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 ok, i will check this too
Same problem with Angular 9, fixed by manual installation of showdown.
Why don't you add it to package dependencies?
And @types/showdown
too.