Open realog32 opened 2 months ago
Hello,
Thank you for reporting this. I had a look but I do not reproduce the issue. The library is currently on version 4.0.3
of the @types/mdast
package. I tried upgrading it to the latest (4.0.4
, published 4 months ago), and it still exports the Node
type.
Can you check which version of the library is installed in your project ? Have you installed remark
version 15.0.1
? (it's a peer dependency)
The following error message is received during the initial build right after installing the package and adding the
RemarkModule
to the project:On closer inspection the latest
@types/mdast
package does not export aNode
type as is expected by ngx-remark.