material-components / material-components-web-codelabs

Codelabs for Material Components for Web (MDC Web)
MIT License
128 stars 101 forks source link

[codelab] <PLACE YOUR ISSUE TITLE HERE> #385

Open jandeswart opened 2 years ago

jandeswart commented 2 years ago

npm start results in: sh: 1: webpack-dev-server: not found

ctcoleman commented 2 years ago

Make sure you are running npm i and successfully installing all necessary dependencies before you run npm start. This message is letting you know that webpack-dev-server dependency isn't installed.