-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
flowbite-react installation error issue with v0.7.6 #1329
Comments
I faced the same issue when building Docker image in local host and in GitHub Actions. "flowbite": "^2.3.0", |
I faced the same problem with "flowbite-react": "^0.7.5" and "flowbite-react": "^0.7.6". I tried different approaches, but none of them worked out. Finally, I changed the version to "flowbite-react": "0.7.0", and now the Docker build is working without any issues. |
worked for me npm i flowbite-react@0.7.5 |
same issue, imports broken. |
OK folks, confirmed. |
I reply to my self. I fixed by copying package-lock.json in Dockerfile. I don't know why it worked until now without package-lock.json but at least I can build image now. |
Check |
Thanks @SutuSebastian for the fix! Hope it works for everyone now. |
Released Please read the release changelog for the breaking changes and the steps to upgrade. |
Current behavior
Error Log
Expected behaviour
Operation review
Please kindly look into these issues
The text was updated successfully, but these errors were encountered: