I\'m trying to use webpack-dev-server to run a simple program but I\'m getting this error:
module.js:471 throw err; ^ Error: Cannot find module \'we
I had the same problem, but I resolved by installing additional webpack-cli
webpack-cli
npm install --save-dev webpack-cli