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 trialjason limmm
8,009 Points/products route not working
here is my new snapshot:https://w.trhou.se/hb1zqejqwl
my /products route isn't loading for some reason. i put off the project for a because i was busy. so i may not see the problem.
jason limmm
8,009 Pointsi can't install the package.json file for some reason and i moved all my pug files from the publics file to the empty views file
Travis Alstrand
Treehouse Project ReviewerTravis Alstrand
Treehouse Project ReviewerI'm currently unable to get the project to run at all. Is there supposed to be a
package.json
file? I see thepackage-lock.json
but not the regular to install dependencies.At a glance, I believe the pug files should be in your
views
folder, as that is where they are looked for by default unless that is altered manually. But it's hard to tell without being able to test anything