### Describe the bug After running the migration cli wizard `npx sb upgrade` ### Steps to reproduce the behavior 1. Go to your project root folder (that runs storybook 6.5) 2. Run the migration commend `npx sb upgrade` 3. Answer the questions accordingly to your project 4. Run the serve and see the error `Error: Cannot find module '@storybook/core/server'` ### Expected behavior To run the server properly ### Screenshots and/or logs I found a similar issue and a PR to fix the same (or very close to) issue for version 6.5 https://github.com/storybookjs/vue-cli-plugin-storybook/issues/128 ### Environment - OS: ARM M1 silicon - Node.js version: v16.17.1 - NPM version: 8.15.0 ### Additional context https://github.com/storybookjs/vue-cli-plugin-storybook/issues/128