For some reason the rake is not working correctly. All I’ve done is just clone into the repository and done the setup. When I run rake it provides this huge wall of an error, which I wont paste into here. But I am not sure what the issue is. Thanks for the help in advance.
Something similar happened to me. I had a gem conflict – was able to figure out which one by reading through the error message, but no longer remember what it was. I uninstalled the gem in question and then re-ran bin/setup to fix the problem.
Try to add gem "rake"
into the Gemfile.
Here I had to run bundle exec rake
instead of rake
.
Was it a file load error? I’m getting…
cannot load such file – rspec/core/rake_task