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
When trying to run a service with the following TSConfig:
"module": "ESNext",
"moduleResolution": "node",
an error is thrown:
import { Parser as T } from "../../../../node_modules/htmlparser2/lib/esm/Parser.js";
^^^^^^
SyntaxError: Named export 'Parser' not found. The requested module '../../../../node_modules/htmlparser2/lib/esm/Parser.js' is a CommonJS module, which may not support all module.exports as named exports.
The text was updated successfully, but these errors were encountered:
When trying to run a service with the following TSConfig:
an error is thrown:
The text was updated successfully, but these errors were encountered: