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

General Discussion Optimizing SVG

3 Answers

Steven Parker
Steven Parker
229,783 Points

There's an entire course on Node.js Basics, but you should have it installed by the 2nd video. There's also some installation guides.

And it's pre-installed in the workspace environment if you want to experiment without (or before) installing it.

Rachel Varon
seal-mask
.a{fill-rule:evenodd;}techdegree
Rachel Varon
Front End Web Development Techdegree Student 16,723 Points

I am working on the Front End Web Development track in the TechDegree Program. Should we have already taken the Node.js basics course by project 8? I have not come across it yet. Besides the course curriculum, I was able to complete the workshop without installing and running node.js but rather using the webapp version of SVGOMG. Am I missing something big by doing that? Thanks! Rachel

Steven Parker
Steven Parker
229,783 Points

Since node.js is essentially a "back-end" JavaScript engine, it might not be included in a "front-end" track. In the front-end, JavaScript is executed by the browser.