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

Could not resolve "@floating-ui/dom" #77

Open
mruknowme opened this issue Nov 12, 2024 · 3 comments
Open

Could not resolve "@floating-ui/dom" #77

mruknowme opened this issue Nov 12, 2024 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@mruknowme
Copy link
Contributor

With nx setup getting this error during build

[ERROR] Could not resolve "@floating-ui/dom"
      
          node_modules/flowbite-angular/fesm2022/flowbite-angular-dropdown.mjs:9:65:
            9 │ ...osition, offset, flip, shift, autoUpdate } from '@floating-ui/dom';
@MGREMY
Copy link
Collaborator

MGREMY commented Nov 14, 2024

That's why we have to get rid of @floating-ui

Add this into your package.json
"@floating-ui/dom": "1.2.6",

@mruknowme
Copy link
Contributor Author

Yes, added for now, hopefully it's temporary.

@MGREMY
Copy link
Collaborator

MGREMY commented Nov 14, 2024

It's temporary, this library need to go out since we can achieve the same result with TailwindCSS classes

@MGREMY MGREMY added bug Something isn't working enhancement New feature or request labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants