Closed neemah closed 1 year ago
Hmm.
Weird that you got the error.
The dependency chain is html-to-text -> htmlparser2 -> domutils -> dom-serializer
So it must be present in node_modules
.
But anyway, good point, looks like I've added it explicitly in html-to-md/package.json
and forgot in html-to-text/package.json
Thanks
Published version 9.0.3 with the fix.
Observed output
Expected output
Version information
node: 16
I did not find dom-serializer in package.json of html-to-text package, it seems this is the reason behind error. Added this librabry to our project solved and issue.