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
i installed happy-dom into my app, and at import of happy-dom:
Error: Cannot find module 'whatwg-encoding' Require stack: - /Users/cdaringe/src/factorio-ts/packages/json-schema-producer/node_modules/happy-dom/lib/file/FileReader.js - /Users/cdaringe/src/factorio-ts/packages/json-schema-producer/node_modules/happy-dom/lib/window/Window.js - /Users/cdaringe/src/factorio-ts/packages/json-schema-producer/node_modules/happy-dom/lib/index.js
indeed, whatwg-encoding is not listed as a dep of happy-dom directly
whatwg-encoding
The text was updated successfully, but these errors were encountered:
#189@patch: Adds missing dependency whatwg-encoding.
53dd635
Merge pull request #190 from capricorn86/task/189-missing-dependency-…
8812481
…whatwg-encoding #189@patch: Adds missing dependency whatwg-encoding.
Thanks for reporting @cdaringe! 🙂
It has been fixed now. I am still not sure why the test didn't fail, but I will look into that in another task.
Read more about the release here: https://github.com/capricorn86/happy-dom/releases/tag/v2.1.4
Sorry, something went wrong.
amazing, thanks!
capricorn86
No branches or pull requests
problem
i installed happy-dom into my app, and at import of happy-dom:
indeed,
whatwg-encoding
is not listed as a dep of happy-dom directlyThe text was updated successfully, but these errors were encountered: