(Storybook Webpack 5) Error: Cannot find module 'webpack/lib/util/makeSerializable.js'

SeongKuk Han - Feb 16 '22 - - Dev Community
npx sb init --builder webpack5
Enter fullscreen mode Exit fullscreen mode

if you get the error Error: Cannot find module 'webpack/lib/util/makeSerializable.js'after setting up storybook with above command, check whether you've installed webpack^5.x.x in dependencies or not.

If webpack^5.x.x isn't installed, install with npm i -D webpack@^5.x.x.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player