fullstackreact / food-lookup-demo-rails

A demonstration of using `create-react-app` with a Rails API server
94 stars 56 forks source link

rake start not working #3

Open VienNguyen113 opened 7 years ago

VienNguyen113 commented 7 years ago

Hi, thanks for your guide. It is very helpful but I have an issue when running rake start 16:50:12 web.1 | started with pid 3361 16:50:12 api.1 | started with pid 3362 16:50:12 api.1 | /usr/local/bin/bundle:22:in load': cannot load such file -- /usr/share/rubygems-integration/all/gems/bundler-1.11.2/exe/bundle (LoadError) 16:50:12 api.1 | from /usr/local/bin/bundle:22:in <main> 16:50:13 api.1 | exited with code 1 16:50:13 system | sending SIGTERM to all processes 16:50:13 web.1 | terminated by SIGTERM I am using:

Thanks for your help!