I don't know what is going on but with latest rails 8.0.0 , rails new approach to railsui results in error. They might not be related to railsui but rails.
When I run "rails new my_shiny_rails8_app -c tailwind -j esbuild" , I get these:
This messes up everything for RailsUI.
then going into my project folder and manually running it attempts to fix it ( like "bin/rails solid_cache:install" etc)
not knowing this and continuing to install railsui will result in the frustration as the application js and other stuff is not setup currently because of the errors.
I don't know what is going on but with latest rails 8.0.0 , rails new approach to railsui results in error. They might not be related to railsui but rails.
When I run "rails new my_shiny_rails8_app -c tailwind -j esbuild" , I get these:
This messes up everything for RailsUI.
then going into my project folder and manually running it attempts to fix it ( like "bin/rails solid_cache:install" etc)
not knowing this and continuing to install railsui will result in the frustration as the application js and other stuff is not setup currently because of the errors.