You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be different from the similar issue #331. I dropped react-rails into a brand new Rails app and when I try to run the generator it hangs. When I press ctrl + c to stop it I get this:
^C/Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/lib/spring/client/run.rb:98:in `gets': Interrupt
from /Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/lib/spring/client/run.rb:98:in `verify_server_version'
from /Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/lib/spring/client/run.rb:56:in `run'
from /Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/lib/spring/client/run.rb:37:in `warm_run'
from /Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/lib/spring/client/run.rb:26:in `call'
from /Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/lib/spring/client/command.rb:7:in `call'
from /Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/lib/spring/client/rails.rb:24:in `call'
from /Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/lib/spring/client/command.rb:7:in `call'
from /Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/lib/spring/client.rb:28:in `run'
from /Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/bin/spring:49:in `<top (required)>'
from /Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/lib/spring/binstub.rb:11:in `load'
from /Users/chris/.rvm/gems/ruby-2.2.2/gems/spring-1.4.0/lib/spring/binstub.rb:11:in `<top (required)>'
from /Users/chris/.rvm/rubies/ruby-2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /Users/chris/.rvm/rubies/ruby-2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
from /Users/chris/Documents/Projects/Personal/blog.cwatsondev.com/bin/spring:13:in `<top (required)>'
from bin/rails:3:in `load'
from bin/rails:3:in `<main>'
This seems to be different from the similar issue #331. I dropped
react-rails
into a brand new Rails app and when I try to run the generator it hangs. When I pressctrl + c
to stop it I get this:My Gemfile.lock:
The text was updated successfully, but these errors were encountered: