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

JavaScript

Node JS environment

I am about to begin the node.js course. The introductory video states that all work will be carried out in the console within the workspaces on the treehouse website.

This is very annoying. Why does it not help you set up your local build and then take it from there. I am now left to use youtube tutorials on node.js to set it all up.

I'm not convinced with this workspaces approach. This teaching style may not be suited to me. I prefer to use my own machine and my own text editor.

Could anybody recommend a good online tutorial for setting up node.js on a server or local environment? Thanks.

1 Answer

Antonio Rodrigues
Antonio Rodrigues
2,306 Points

There are a lot of tutorials on youtube... Installing node on your machine or server is actually quite easy, basically just follow the instructions on https://nodejs.org and you use it on your regular command prompt. Shoundn't take more than five minutes, it's just download -> install. From there I guess you can probably do everything as you see on the videos, but replicating on your own console.