2

Hello I am currently following a tutorial in order to connect react to my rails app that uses https://github.com/rails/jsbundling-rails and went with esbuild, however when I run bin/dev in my terminal I get the above error any help is appreciated as this is my first time trying to use react along with a rails app

CoolGuy
  • 99
  • 7

1 Answers1

7

You need to install foreman gem. You can install it in the terminal with this command:

gem install foreman
demir
  • 4,591
  • 2
  • 22
  • 30