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 Build a Simple Ruby on Rails Application Getting Started with Rails Generate a Rails Application

nickko tejares
nickko tejares
459 Points

I can't start this course. It give me an error could not find gem 'uglifier ( = 1.0.3) x86-mingw32'. Please help

I saw many problems similiar to mine. Kindly help me resolve this. Thank you.

2 Answers

Colin Bell
Colin Bell
29,679 Points

Sometimes the bundler won't install certain gems on certain machines for one reason or another. Have you tried installing the uglifier gem manually? Type this into the command console:

gem install uglifier

nickko tejares
nickko tejares
459 Points

Thank you very much. Now I'm solving the error ExecJS::ProgramError in Statuses#index. Found an answer to edit the ExecJS but I have two version of ExecJS folders the first one is execjs2.2.2 and the other one is 2.4.0. . Which one should I edit?

Thanks.

nickko tejares
nickko tejares
459 Points

Thank you for your reply Colin Bell I appreciate it. I have solved the issue by installing the ssl.

Colin Bell
Colin Bell
29,679 Points

Ah, yes. That's a very common issue as well.

Here is a link for anyone coming across this question and having that same problem: Workaround RubyGems' SSL errors on Ruby for Windows