"make bootstrap" command error
SpeakyDre opened this issue · 4 comments
SpeakyDre commented
Hi,
I am going through the steps to setup the project.
When doing a "make bootstrap", I get the following error:
bundle install
make: bundle: No such file or directory
make: *** [bootstrap] Error 1
Could you help me with that please?
Thank you.
johneris commented
I'm having the same error.
PeterGumball commented
Please install bundler:
gem install bundler
johneris commented
Thanks @PeterGumball !
SpeakyDre commented
Thanks @PeterGumball