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

Ruby

Trouble installing coffee-rails gem in Ubuntu 14.10 [SOLVED]

When attempting to create a new test app in rails, I keep getting the error :

Could not find gem 'coffee-rails (~> 3.2.1) ruby' in the gems available on this machine.

This is after installing the coffee-rails 4.1.0 gem.

Do I need to install an earlier version to get this working?

UPDATE:

After troubleshooting further, I discovered that a few dependencies were missing and installed them.

Chad Buie
Chad Buie
Courses Plus Student 1,820 Points

Was this solved? It's says solved, just did'nt see the answer posted here. I assume you ran:

sudo apt-get install coffee script

or sudo npm apt-get install coffee script

I ran bundler and it gave Me an error and a possible solution. I followed the instructions given and it worked. I can't recall the method that was suggested, however.