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
The updating process goes fine, all dependencies get updated. Then when trying to start Storybook using 'yarn storybook' I'm getting the following error:
@storybook/cli v8.0.0
info => Starting manager..
✘ [ERROR] Cannot start service: Host version "0.18.20" does not match binary version "0.20.1"
1 error
Error: The service was stopped: write EPIPE
at ./node_modules/node_modules/esbuild/lib/main.js:1083:25
at responseCallbacks.<computed> (./node_modules/node_modules/esbuild/lib/main.js:703:9)
at afterClose (./node_modules/node_modules/esbuild/lib/main.js:693:28)
at ./node_modules/node_modules/esbuild/lib/main.js:2143:11
at onwriteError (node:internal/streams/writable:589:3)
at process.processTicksAndRejections (node:internal/process/task_queues:84:21)
WARN Broken build, fix the error above.
WARN You may need to refresh the browser.
To Reproduce
Update to Storybook v8 using instructions found here
vanessayuenn
changed the title
[Bug]: Can't update to Storybook 8 because of node version
[Bug]: Can't update to Storybook 8 because of esbuild version mismatch
Mar 12, 2024
Describe the bug
The updating process goes fine, all dependencies get updated. Then when trying to start Storybook using 'yarn storybook' I'm getting the following error:
To Reproduce
yarn storybook
System
Additional context
No response
The text was updated successfully, but these errors were encountered: