Open WuglyakBolgoink opened 4 years ago
I have this error message (angular v10):
I checked ngx-showdown@5.1.0
with angular@10.0.8
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.
I have this error message (angular v10):