Cannot find module ‘webpack‘_解决方法


解决方法:

安装webpack和webpack-cli到项目中

npm install --save-dev webpack
npm install --save-dev webpack-cli