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
The tailwindcss:install command fails on a fresh Rails 6.1.1 application, while using version 0.3.2.
./bin/rails tailwindcss:install
Copying Tailwindcss JavaScript
rails aborted!
Thor::Error: Could not find "/Users/marco.borromeo/.rvm/gems/ruby-2.7.1/gems/tailwindcss-rails-0.3.2/lib/install/app/assets/javascripts" in any of your source paths. Your current source paths are:
/Users/marco.borromeo/.rvm/gems/ruby-2.7.1/gems/railties-6.1.1/lib/rails/generators/rails/app/templates
/Users/marco.borromeo/temp/demo/bin/rails:5:in <top (required)>' /Users/marco.borromeo/temp/demo/bin/spring:10:in require'
/Users/marco.borromeo/temp/demo/bin/spring:10:in block in <top (required)>' /Users/marco.borromeo/temp/demo/bin/spring:7:in tap'
/Users/marco.borromeo/temp/demo/bin/spring:7:in <top (required)>' Tasks: TOP => app:template (See full trace by running task with --trace)
Downgrading to 0.3.1 perfectly works.
The text was updated successfully, but these errors were encountered:
Hi!
The
tailwindcss:install
command fails on a fresh Rails 6.1.1 application, while using version0.3.2
.Downgrading to
0.3.1
perfectly works.The text was updated successfully, but these errors were encountered: