Solve the problem
How to fix Error: cannot find module “webpack”
Jun 11, 2022
--
1: Error
internal/modules/cjs/loader.js:905
throw err;
^
Error: Cannot find module ‘webpack’
Require stack:
2:
https://www.educative.io/edpresso/how-to-fix-error-cannot-find-module-webpacknpm install webpack
npm link webpack
Enjoy