We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node_modules/parse5/dist/tokenizer/index.d.ts:3:10 - error TS2305: Module '"entities/lib/decode.js"' has no exported member 'EntityDecoder'.
3 import { EntityDecoder } from 'entities/lib/decode.js';
Found 1 error in node_modules/parse5/dist/tokenizer/index.d.ts:3 [email protected] version has breaking change was fine on [email protected] version
The text was updated successfully, but these errors were encountered:
Interesting. entities has exported EntityDecoder for a while now
EntityDecoder
@fb55 any idea about this? Maybe npm needs to bump the locally installed entities version but we did bad semver? I don't see how though 🤔
Sorry, something went wrong.
This has been out for years now. My guess would be bad package deduplication. Removing your node modules and lock file should fix this.
No branches or pull requests
node_modules/parse5/dist/tokenizer/index.d.ts:3:10 - error TS2305: Module '"entities/lib/decode.js"' has no exported member 'EntityDecoder'.
3 import { EntityDecoder } from 'entities/lib/decode.js';
The text was updated successfully, but these errors were encountered: