html-table-to-json
html-table-to-json copied to clipboard
Error due to cheerio dependency.
Hi team, I was using the module earlier but recently there is some problem due to cheerio dependency, can you please look into it? I found this on cheerio site https://github.com/cheeriojs/cheerio/issues/2545, I think this might be of some help. Thanks in advance!!!
Module parse failed: Unexpected token (59:9)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| return getFeed(parseDOM(feed, options));
| }
> export * as DomUtils from "domutils";
| // Old name for DomHandler
| export { DomHandler as DefaultHandler };
@ ./node_modules/cheerio/lib/esm/index.js 11:0-68 13:6-26
@ ./node_modules/html-table-to-json/index.js
ERROR in ./node_modules/parse5/dist/index.js 6:9
Module parse failed: Unexpected token (6:9)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| export { serialize, serializeOuter } from './serializer/index.js';
| /** @internal */
> export * as foreignContent from './common/foreign-content.js';
| /** @internal */
| export * as html from './common/html.js';
@ ./node_modules/cheerio/lib/esm/parsers/parse5-adapter.js 2:0-79 22:10-23 23:10-23 48:18-32
@ ./node_modules/cheerio/lib/esm/index.js
@ ./node_modules/html-table-to-json/index.js