Closed as not planned
Description
Environment:
Ruby Version: 3.0.6
Rails Version: 7.1.3.2
Background:
My env haven't had foreman before I added tailwindcss-rails
to my Gemfile. After integrating tailwindcss-rails in my rails app and running rails tailwindcss:install
, I expected bin/dev
can automatically install foreman and execute the commands in Procfile.dev. However, I saw my terminal returned bin/dev: 16: exec: foreman: not found
.
Issue:
The issue happened when running gem list foreman -i --silent
.
Possible fix:
I deleted the --silent
, and re-ran the bin/dev
. It did successfully execute gem install foreman
.
Metadata
Metadata
Assignees
Labels
No labels