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

Alexander Nortung
Alexander Nortung
6,930 Points

how do i install node js on a server or locally?

Hello everyone, i watched a little about node.js and we were using the workspaces where it was already installed. I would just like to know if there was a video on treehouse that explained how to do it

1 Answer

David Bath
David Bath
25,940 Points
  1. Go here: https://nodejs.org/en/
  2. Download
  3. Install

As far as installing it on public servers, it really is a special kind of setup, so if you need to host a node project somewhere it's best to use a site like Heroku. Treehouse has a short workshop on how to deploy to Heroku: https://teamtreehouse.com/library/deploy-a-node-application-to-heroku