Closed Pomax closed 3 years ago
Thanks for the report. This is a duplicate of https://github.com/taoqf/node-html-parser/issues/139
I have a fix ready. Should be released shortly.
Nice! As a potentially breaking change, releasing it as a new major version's probably a good idea.
Yep. That's the plan. Will post a comment in this thread when it's released.
Corrected in v5
Installed 4.1.5, running a project with
type: "module"
in package.json, and used the syntaximport { parse } from 'node-html-parser';
as per the README. Got this error.