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 npm Basics (retiring) Updating and Uninstalling Packages with npm Uninstalling Packages with npm

Rita A
Rita A
4,732 Points

Once you install your dependencies, do you still leave a script link to the MDN version just in case?

Say I'm using Handlebars for templates. In the past, I used a link to the MDN version in a script tag. Do I now delete this script tag from my HTML, since I no longer need it, or leave it in as a back-up?

1 Answer

jason chan
jason chan
31,009 Points

handlebars will be in your views folder, but you have to set that up in server.js file

https://expressjs.com/en/starter/generator.html

You can learn more about the structure by scaffolding the template projects express g provides.