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 trialPaulius Aleksiunas
24,087 PointsConsole Error.
When I Launch Console I get this error:
"We're sorry. We're are having trouble getting your computer set up. We are working on it right now. Please try again later."
How to fix this problem?
3 Answers
Justin Horner
Treehouse Guest TeacherHello Paulius,
This is a Treehouse issue. I tried launching the console and experienced the same issue. Hopefully this will be fixed soon. If you continue to have this problem contact help@teamtreehouse.com.
Cory Spitzer
595 PointsIf you are using Unix (Linux or OSX) you can just launch a terminal from your computer.
Muzafar Haq
14,272 PointsI am on windows, and I installed Ruby when I was learning sass can I used ruby command prompt, as the console is still showing errors, and I have no reasons to move on without actually launching and practicing the code side by the lecture videos.
Cory Spitzer
595 PointsThe Ruby prompt is different, so it won't really help you wth this. You can try a program called Cygwin, which lets you emulate a Unix terminal on Windows: https://www.cygwin.com/
Alternately, you can try http://bellard.org/jslinux/ Just wait for it to load and you have a Linux command prompt!
Robert Richey
Courses Plus Student 16,352 PointsAnother option is to install a Linux Virtual Machine to run inside Windows. That's what I'm doing right now to go through this course. I'm running Fedora 21 inside VMWare and the console for this course launched without a problem.