React-rails: rails generate react:install hang (RAILS 6.0.0)

Created on 2 Oct 2019  路  2Comments  路  Source: reactjs/react-rails

Steps to reproduce

Expected behavior

rails generate react:install success

Actual behavior

rails generate react:install just hang, no errors raised.
cant cancel the command by ctrl+c (you must kill that via kill command)

System configuration

Sprockets or Webpacker version: 4.0
React-Rails version: 2.6.0
Rect_UJS version:
Rails version: 6.0.0
Ruby version: 2.6.3

Most helpful comment

there is a problem in spring
run spring stop
then run again rails generate react:install

All 2 comments

there is a problem in spring
run spring stop
then run again rails generate react:install

Thanks for figuring out the issue and closing yourself, it's appreciated.
Glad it's just Spring. I must say that gets me all the time, I aliased sbe to spring stop && bundle exec in my terminal as it happens quite a lot.

Was this page helpful?
0 / 5 - 0 ratings