react-rails: Unable to run rails g react:install
I’m getting the following output when I try to run rails g react:install
.
git://github.com/reactjs/react-rails.git (at master) is not yet checked out. Run `bundle install` first.
I had a different issue (I believe related to the coffee-script-source being 1.9.0 but react-rails requiring 1.9.0). I ran bundle update to resolve this, but now I’m running into this error.
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 22 (7 by maintainers)
I had to run
spring stop
. That worked for me 👍rails/spring#383 I have same issue. Workaround: run with DISABLE_SPRING environment variable, e.g.: