You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js 24 was released as "Current" on May 6, 2025, and is slated to transition to Active LTS on October 28, 2025. As of today, Storybook does not yet officially support Node 24, but we aim to resolve all compatibility gaps in order to support Node 24 in Storybook 10. This issue will serve as a single source of truth for documenting, tracking, and resolving all known limitations related to Node 24 support.
If you encounter any compatibility issue in Storybook with Node 24, please comment here and we will add it to the list. Thanks for helping us make Storybook great! ❤
The text was updated successfully, but these errors were encountered:
FWIW, this probably occurs because SB hands over to node for transpiling ts files (node 24 supports ts).
Node native typescript is quite limited (no tsconfig, no enums etc.)
If anyone stumbles around this, you can run with NODE_OPTIONS='--no-experimental-strip-types' to skip the error.
Uh oh!
There was an error while loading. Please reload this page.
Node.js 24 was released as "Current" on May 6, 2025, and is slated to transition to Active LTS on October 28, 2025. As of today, Storybook does not yet officially support Node 24, but we aim to resolve all compatibility gaps in order to support Node 24 in Storybook 10. This issue will serve as a single source of truth for documenting, tracking, and resolving all known limitations related to Node 24 support.
If you encounter any compatibility issue in Storybook with Node 24, please comment here and we will add it to the list. Thanks for helping us make Storybook great! ❤
The text was updated successfully, but these errors were encountered: