-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
ESM errors due to require
of sub-package
#182
Comments
asamuzaK
added a commit
to asamuzaK/cssstyle
that referenced
this issue
Jan 14, 2025
Fix jsdom#181, fix jsdom#182 Related jsdom/jsdom#3814
asamuzaK
added a commit
to asamuzaK/cssstyle
that referenced
this issue
Jan 25, 2025
Fix jsdom#181, fix jsdom#182 Related jsdom/jsdom#3814
asamuzaK
added a commit
to asamuzaK/cssstyle
that referenced
this issue
Jan 25, 2025
Fix jsdom#181, fix jsdom#182 Related jsdom/jsdom#3814
asamuzaK
added a commit
to asamuzaK/cssstyle
that referenced
this issue
Jan 26, 2025
Fix jsdom#181, fix jsdom#182 Related jsdom/jsdom#3814
asamuzaK
added a commit
to asamuzaK/cssstyle
that referenced
this issue
Jan 31, 2025
Fix jsdom#181, fix jsdom#182 Related jsdom/jsdom#3814
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running a new project with JSDom via Vitest, I get the following error:
This appears to be because:
4.2.0 introduced
@asamuzakjp/css-color
, which seems to be packaged incorrectly for ESM usage in this PR:#171
I'll make an issue upstream to https://github.com/asamuzaK/cssColor to try and suggest some changes there, but wanted to flag here since it appears to affect many JSDom projects as-is
The text was updated successfully, but these errors were encountered: