Description
When i attempt to run the dev server by sending the command npm run dev in the command prompt it accepts the command, but fails due to the "webpack" not being recognised as a command. Here is what it responds with-
cncjs-widget-boilerplate@0.2.0 build C:\Users\isano\Documents\GitHub\cncjs-widget-boilerplate
webpack --config webpack.config.js
'webpack' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! cncjs-widget-boilerplate@0.2.0 build: webpack --config webpack.config.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the cncjs-widget-boilerplate@0.2.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\isano\AppData\Roaming\npm-cache_logs\2017-10-27T16_28_36_558Z-debug.log
What should I do? I really need the ability to develop a widget. Thanks so much for all the work you have put into this!