Skip to content
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

[color-convert] Circular dependencies error #137

Closed
piotrkulpinski opened this issue Jan 11, 2024 · 2 comments
Closed

[color-convert] Circular dependencies error #137

piotrkulpinski opened this issue Jan 11, 2024 · 2 comments

Comments

@piotrkulpinski
Copy link

Hi,

I'm trying to bundle a project using @uiw/color-convert package, but I get the Circular dependencies error.

(!) Circular dependencies
node_modules/@uiw/color-convert/esm/index.js -> node_modules/@uiw/color-convert/esm/utils.js -> node_modules/@uiw/color-convert/esm/index.js
node_modules/@uiw/color-convert/esm/index.js -> node_modules/@uiw/color-convert/esm/getContrastingColor.js -> node_modules/@uiw/color-convert/esm/index.js

Anyone had any issue like that? Trying to find out if it's a bug or am I doing something wrong.
Thanks

@piotrkulpinski piotrkulpinski changed the title [color-convert] Circular dependencies [color-convert] Circular dependencies error Jan 11, 2024
@jaywcjlove
Copy link
Member

@piotrkulpinski You can try v2.0.5 to see if the problem is solved.

@piotrkulpinski
Copy link
Author

@jaywcjlove This seems to be fixing this issue! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants