Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add markdown tabs #9

Closed
3 tasks
thomaspeugeot opened this issue Mar 27, 2022 · 0 comments
Closed
3 tasks

Add markdown tabs #9

thomaspeugeot opened this issue Mar 27, 2022 · 0 comments
Assignees

Comments

@thomaspeugeot
Copy link
Contributor

thomaspeugeot commented Mar 27, 2022

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 ?

@thomaspeugeot thomaspeugeot self-assigned this Mar 27, 2022
thomaspeugeot added a commit that referenced this issue Mar 27, 2022
Fixes #9 - not yet solved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant