Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Installing a Ruby Development Environment Installing a Ruby Development Environment Installing Ruby on Mac

Alexander Kallaway (Emelianov)
Alexander Kallaway (Emelianov)
10,307 Points

Could not find minitest-5.6.1 - when running: bin/rails server

Hi Everyone,

I'm installing Rails on my Mac (in the Terminal), and I've experienced many problems but was able to solve all of them but this one using Forum.

It happens when I do the last step: input the command: bin/rails server

(Also, I cd'd into the folder in which I've installed testapp)

It says to fix it I need to run: bundle install. I've done it (I've also tried doing: sudo bundle install)

Could you please help me out?

Thank you so much!

Alex

You should copy and paste the console output when you run 'rails server' and 'bundle install'.

As for running 'bundle install' with sudo, it is generally not recommended and should not be required.