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 Managing Packages with NPM Installing Packages

Katie Diamond
Katie Diamond
2,035 Points

Where are the project files for this video? I don't see them in the Downloads folder. Do I need to upgrade?

In this video Reggie indicates you should download project files in the Downloads folder but I don't see anything in that folder. It indicates I should upgrade to Courses Plus to download the videos, but that's not really what I'm looking to do. Any help would be appreciated!

2 Answers

Hey Katie, looks to me like this is an oversight - I'm in the techdegree and there are no files available for me. However, the testApp files Reggie is referring to really aren't important here. http-server will work with any of your own projects, or things you've developed as part of your treehouse studies.

If you want to follow along in the same way Reggie demonstrates in the clip, copy a folder containing one of your projects or exercises into your downloads folder. If you enter http-server whatever-your-folder-is-called, it should allow you to view your project!

nadybee
seal-mask
.a{fill-rule:evenodd;}techdegree
nadybee
Full Stack JavaScript Techdegree Student 10,072 Points

I was so dang confused! So thanks! I copied one of my project folders into downloads, just to follow along, and instead of taskApp I used the name of my folder.

I don't see any files in the Downloads section. You should be able to get them from the project's repository, or npm may be able to install the app without the files. Have you tried running the npm install command for the app you're looking to install? If that doesn't work, which app are you trying to install, and maybe I can point you in the right direction?