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 Installing a Ruby Development Environment Installing a Ruby Development Environment Installing Ruby on Windows

Help For Node on Ruby on Rails

I've downloaded Ruby and have done the installation. On the Ruby on Rails welcome page, it has my JavaScript Runtime as JScript and not Node as the video says. I have already downloaded Node per the instructions, but it's not showing up there. What do I do?

2 Answers

Hi, Annette Martinez:

Being a heavy user of Node.js on both Windows and Mac, it has a dedicated installer to run after you download it.

If you're on Windows, you can verify Node is on your computer by typing node or npm -h or messages or an interactive REPL (be able to type more code for it to later evaluate) to verify it's installed on your computer.

Thanks for your help Kevin. I do have Node on my computer, it just was not showing up on Localhost:3000. But, I uninstalled everything that I had installed for this and re-installed and now Node shows up and so far, I'm good.