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 trialKathy Sohn
783 PointsOk, error message in Windows CMD; could not find gem avail on this machine; run 'bundle install' to install missing gem.
when I type "rails new treebook" I receive an msg: DL is deprecated pls use fiddle. then it runs a create & bottom of page I get error msg error occurred installing rake(10.4.2) and buddler can not continue make sure that gem 'gem install rake' -v 10.4.2 succeeds before bundling.
3 Answers
thisandthat
3,220 PointsHave you tried running the command?
gem install rake -v 10.4.2
It's asking you to install rake, which is a crucial part of a Rails project setup. Please let me know if that helps.
Kathy Sohn
783 PointsThank you
thisandthat
3,220 PointsDid that help?
thisandthat
3,220 PointsKathy Sohn, if you would be so kind as to select this answer as 'Best Answer', I would greatly appreciate it.
Colin Zarzour
79 Pointsthat didnt work for me