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
it leads to typescript errors, in my case caused by @types/node-fetch v2.6.9 being installed through @storybook/core-common that conflict with node-fetch v3 that now directly includes the typescript definition (@types/node-fetch no more necessary with v3)
it downloads & installs unnecessary packages (which is the purpose of correctly using devDependencies vs dependencies)
To Reproduce
No response
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
It has two undesirable effects:
To Reproduce
No response
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: