Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find "_form.html.tailwindcss" in any of your source paths. #3

Open
klippas-rob opened this issue Sep 25, 2022 · 2 comments
Open

Comments

@klippas-rob
Copy link

I'm new to Rails and am struggling to get this resolved:

I added gem 'simple_form-tailwind' and did a bundle install, then executed rails g simple_form:install which generated this error:

Could not find "_form.html.tailwindcss" in any of your source paths. Your current source paths are: 
~/.rvm/gems/ruby-3.1.2/gems/simple_form-5.1.0/lib/generators/simple_form/templates
@Robyboy17
Copy link

try 'rails g simple_form:tailwind:install'

@HuntBurdick
Copy link

I was able to get around this with the following command:

rails g simple_form:install --template_engine erb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants