Describe the bug
When upgrading Storybook versions, users frequently encounter build errors or unexpected runtime behavior in the manager/preview UI. These issues are often resolved by manually deleting the node_modules/.cache/storybook directory.
Currently, the cache does not seem to be strictly tied to the specific version of Storybook installed, leading to "stale" cache issues that are difficult for users to debug.
Reproduction link
Reproduction steps
System
Additional context
No response