[Bug] Error with using package (vite4) | Vue
See original GitHub issueWhat version of vite
are you using?
4.0.1
System info and storybook versions
System: OS: macOS 13.0.1 CPU: (8) arm64 Apple M1 Pro Binaries: Node: 16.11.1 - /usr/local/bin/node Yarn: 1.22.19 - /opt/homebrew/bin/yarn npm: 8.0.0 - /usr/local/bin/npm Browsers: Chrome: 108.0.5359.98 Safari: 16.1 npmPackages: @storybook/addon-actions: ^6.5.14 => 6.5.14 @storybook/addon-essentials: ^6.5.14 => 6.5.14 @storybook/addon-interactions: ^6.5.14 => 6.5.14 @storybook/addon-links: ^6.5.14 => 6.5.14 @storybook/builder-vite: ^0.2.5 => 0.2.5 @storybook/testing-library: ^0.0.13 => 0.0.13 @storybook/vue3: ^6.5.14 => 6.5.14
Describe the Bug
npm WARN ERESOLVE overriding peer dependency npm WARN ERESOLVE overriding peer dependency npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @storybook/builder-vite@0.2.5 npm ERR! Found: @vitejs/plugin-vue@4.0.0 npm ERR! node_modules/@vitejs/plugin-vue npm ERR! dev @vitejs/plugin-vue@“^4.0.0” from the root project
Hello everyone. Is vite4 support planned?
Link to Minimal Reproducible Example
No response
Participation
- I am willing to submit a pull request for this issue.
Issue Analytics
- State:
- Created 9 months ago
- Comments:7 (4 by maintainers)
I’ll publish an update to use vite 4 as
0.3.0
when I get a chance. Most of my effort has been spent getting Storybook 7.0 beta polished up.I’m getting the following npm error when running
npm install
after I updated my package.json to use vite 4: