Running Storybook v6.x in Node18 #24461
Unanswered
sethdumaguin
asked this question in
Help
Replies: 1 comment
-
We are not actively maintaining Storybook v6.x anymore. You could use the overrides field in your package.json to install a dedicated version of webpack, independently of what Storybook defines internally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! My app is running in node18 with webpack 4's latest minor version (4.47) and it's currently working.
However, when I am running
yarn storybook
for my app, I am getting theError: error:0308010C:digital envelope routines::unsupported
. I know version webpack4.47 was just released a month ago, but will storybook's v6 be supporting this new webpack version?Or is there a way I can run storybook v6 in node18 and webpack4? Appreciate the help!
Beta Was this translation helpful? Give feedback.
All reactions