Error: Cannot find module 'webpack’

エラー内容

webpackがinstallされていない

やったこと

yarn add webpack
yarn webpack init

で改善

参考

Error: Cannot find module 'webpack'

I'm just getting started with webpack and am having difficulty getting the multiple-entry-points sample to build. The webpack.config.js file in the example includes the line

 var CommonsChunkPlug...

Stack Overflow