Agile Web Development with Rails 7:[Page 68][solved]

When you generate the application, because you have added TailwindCSS you’ll get problems since this isn’t installed locally.

You apparently need to run “bundle install” to pull the gem for this.