I had previously installed react_on_rails into my application, and then removed it (including the client folders, the initializer etc). Now I would like to reinstall react_on_rails into the same application. Now when I run rails generate react_on_rails:install, nothing happens and the generator hangs for ages. I have rerun bundle install. Is there a way of turning on more verbose logging when running the generator to see what is going wrong?
Thanks,
Adam
Fix was to run:
spring stop
Most helpful comment
Fix was to run: