You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 cheeriojs/cheerio#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
The text was updated successfully, but these errors were encountered:
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 cheeriojs/cheerio#2545, I think this might be of some help.
Thanks in advance!!!
The text was updated successfully, but these errors were encountered: