DEV Community

Discussion on: How to Build Scalable Architecture for your Next.js Project

Collapse
 
piratex profile image
Chhay Toch

It's not working anymore if we use the latest of the storybook

Error occur

Module not found: Error: Can't resolve 'util' in 'project-root/nextjs-fullstack-app-template/node_modules/@storybook/router/dist/esm'
Enter fullscreen mode Exit fullscreen mode
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
Enter fullscreen mode Exit fullscreen mode
Collapse
 
piratex profile image
Chhay Toch

Quick fix is too install util as devDependency

yarn add -D util
Enter fullscreen mode Exit fullscreen mode

Thanks leschdom

github.com/storybookjs/storybook/i...