flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Rails 7: Error: Cannot find module 'flowbite/plugin'

Open didlix opened this issue 2 years ago • 4 comments

Describe the bug I was running Rails 7.0.4 and an outdated version of tailwindcss-rails, followed the instructions from the documentation and got the error described in the title

I decided to update the version of tailwindcss-rails to try and resolve it that way, at which point I got a new error which you can find described here..

(I eventually uodated everything so am now on Rails 7.0.8)

It seems there is an issue resolving the plugin and I am not sure what to do to try and resolve it. Any suggestions would be appreciated.

Expected behavior The plugin would load and I would be able to boot my rails 7 app and use flowbite.

Desktop (please complete the following information):

  • OS: Intel MacOS 14.0

Additional context Add any other context about the problem here.

https://github.com/rails/tailwindcss-rails/discussions/269

didlix avatar Oct 17 '23 11:10 didlix

defaultTheme is not found.

spaquet avatar Oct 26 '23 14:10 spaquet