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

Alec Stephens
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Alec Stephens
Web Development Techdegree Graduate 16,488 Points

Nodemon is not starting app, and I'm not sure why.

PS C:\Users\steph\Downloads\node-static-site-with-express_v1\node-static-site-with-express_v1> npx nodemon Usage: nodemon [nodemon options] [script.js] [args]

See "nodemon --help" for more.

I keep seeing this every time I try to start my app with nodemon. I did it the same way when I was following along with the course videos, and it worked fine then. I'm not sure if it's something to do with my code or the way I have nodemon installed. I've also trying uninstalling and reinstalling nodemon, but that hasn't helped either.

Here's a link to the project files in case anyone cant take a look at them. https://github.com/alecstephens/node-static-site-with-express_v1