superplate icon indicating copy to clipboard operation
superplate copied to clipboard

Issue with storybook

Open Rig14 opened this issue 3 years ago • 0 comments

Storybook is broken out of the box when starting a new nextjs project and shows the following error when started:

    mainCompilation.fileSystemInfo.createSnapshot(
                                   ^

TypeError: Cannot read properties of undefined (reading 'createSnapshot')

This seems to be a Webpack version error

It can be fixed by installing html-webpack-plugin

npm i --save-dev html-webpack-plugin

Rig14 avatar May 16 '22 17:05 Rig14