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 Setting up Webpack Dev Server

evan rost
PLUS
evan rost
Courses Plus Student 13,971 Points

issues connecting project to webpack dev server

i followed guills instructions step by step, everything has been running smooth untill i run the npm start command. my command line is giving me these errors.

npm ERR! Linux 3.13.0-95-generic npm ERR! argv "node" "/usr/local/bin/npm" "start" npm ERR! node v0.10.25 npm ERR! npm v3.10.3

npm ERR! missing script: start npm ERR!

Any help will be appreciated. thanks -evan

1 Answer

evan rost
PLUS
evan rost
Courses Plus Student 13,971 Points

Turns out this error was occuring because i was not in the directory where the project files were located. a simple cd, npm start, and now i am online!