fullstack-lang/gongfly

Add markdown tabs

Closed this issue · 0 comments

ng build Compilation issue:

./node_modules/ngx-markdown/fesm2015/ngx-markdown.mjs:5:0-52 - Error: export 'Renderer' (reexported as 'MarkedRenderer') was not found 
in 'marked' (module has no exports)
...

Analysis step1:

  • This is quite strange since the the compilation in gongmarkdown did work when importing ngx-markdown.

Steps:

  • search on the web
  • resolution
  • questions ?

ng is not go

closed issue 1692 in markedjs

it suggest

markedjs/marked#1692 (comment)

Use import { marked } from 'marked' like the error says marked doesn't have a default export.

I do not import marked, this is ngx-markdown that imports marked. Where can I put this ?