#Storybook with Node.js 14
7 messages · Page 1 of 1 (latest)
Storybook requires Node 16 or higher https://storybook.js.org/docs/react/contribute/code#prerequisites
Thank you for your reply.
This is a condition for contributing, right?
No, it's a condition for using the tool at all. Storybook 7+ requires Node 16+.
I think for contributing to Storybook, we're just about to make the minimum Node 18.
Understood.
So can I solve the problem of not being able to install on Node 14 by installing Storybook v6?
I tried it, but it didn't work...
It seems that @storybook/[email protected] will be installed no matter what.
this is log
Yeah, unfortunately, our CLI tool doesn't provide a way to install a previous version. You have to install the latest and then follow the migration guide (https://storybook.js.org/docs/7.4/react/migration-guide) in reverse. ☹️