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 trialKyle Shamblin
9,945 PointsConfused about last step (Installing NodeJS) in Cloud IDE
So I'm trying to get the correct version of Rails installed on Cloud 9 for this tutorial because it wouldn't work on my Windows laptop. I think I have everything correct except for the last step of installing NodeJS. Here is the message I got in my ubuntu terminal:
kyleshamblin:~/workspace $ sudo apt-get install nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nodejs
They do have a seperate workspace for NodeJS but I didnt know if this will work because the video says that some of the Rails Gems have dependencies on NodeJS. Any help would be greatly appreciated, I'm very frustrated and just want to learn. I'm about to give up and save up for a new Mac laptop or at least something faster that I can run on Linux. Any suggestions?
1 Answer
Seth Kroger
56,413 PointsIIRC you don't need to install NodeJS yourself to a Cloud9 Ruby workspace. It should have what it needs to get going.
Kyle Shamblin
9,945 PointsKyle Shamblin
9,945 PointsThank you Seth!