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 trialAndrew Chalkley
Treehouse Guest TeacherNode.js Installation Guides for Mac, Windows and Linux
Hello world!
Dave McFarland and I have put together some Node.js and NPM installation guides.
They can be found here: http://treehouse.github.io/installation-guides/
We thought that text-based installation guides would be quick to update and change when best practices change too. We can also update them with common issues people run in to.
Hope this helps.
Andrew
1 Answer
Ryan Duchene
Courses Plus Student 46,022 Points<3
Also, nvm makes managing different versions of Node easier. It only works for OS X/Linux, but they've linked a couple Windows alternatives. Also installable via brew
.
Arvin Figueroa
Courses Plus Student 19,052 PointsArvin Figueroa
Courses Plus Student 19,052 PointsQuick question guys: I've installed nodejs in my windows 8 but it seems I can only run when the path is in the nodejs file. I cant access node or npm outside the nodejs file. How do I fix this? thanks!