[Bug]: fetch must be a function while upgrading to 8.2.X #28596
Replies: 3 comments
-
Have you somehow disabled the experimental fetch for Node.js by setting a flag like --no-experimental-fetch? We have removed the |
Beta Was this translation helpful? Give feedback.
-
Well I could but not in every version of node and it's not something I did explicitely |
Beta Was this translation helpful? Give feedback.
-
I'm getting the same error with NodeJS v18.20.5 and I was able to run storybook by explicitly passing
(I'm using NX) |
Beta Was this translation helpful? Give feedback.
-
Summary
Hi,
When attempting to run Storybook 8.2.2, an error "ArgumentError: fetch must be a function" is thrown, preventing Storybook from starting. This issue occurs after upgrading from a previous version to 8.2.X.
I run the project in 8.1.11
Then
I can't even run the info :
I can't run it, I get into
Additional context :
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions