Skip to content

Run bin/dev, but it failed to install foreman #337

Closed as not planned
Closed as not planned
@IgnacioFan

Description

@IgnacioFan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions