You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after installing the gem and running the install, when I try to generate a new controller, i am seeing the error: error tailwindcss [not found], and it fails to generate the view:
rails g controller main index
create app/controllers/main_controller.rb
route get 'main/index'
error tailwindcss [not found]
invoke rspec
create spec/requests/main_spec.rb
invoke assets
invoke css
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
after installing the gem and running the install, when I try to generate a new controller, i am seeing the error:
error tailwindcss [not found]
, and it fails to generate the view:rails g controller main index create app/controllers/main_controller.rb route get 'main/index' error tailwindcss [not found] invoke rspec create spec/requests/main_spec.rb invoke assets invoke css
The text was updated successfully, but these errors were encountered: