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
Same errors here on Windows 11, running on Nodejs LTS and was able to run it fine on WSL (Ubuntu) same Nodejs LTS. For Wi ndows, I manually tried to add the below to my main.ts
core: {builder: "@storybook/builder-vite",}
This got around the no builder found, however launched storybook with errors such as Expected your framework's preset to export a `renderToCanvas` field..
Problems
Clean https://github.com/storybook-vue/storybook-nuxt-starter master
Updating "@storybook-vue/nuxt" to 0.1.0-rc.8:
How to reproduce
Steps:
pnpm install
pnpm storybook
The problem was reproducible on two different windows 10 machines.
On MacOs/Linux the issue does not occur.
Repository with "@storybook-vue/nuxt" to 0.1.0-rc.8: can be found here https://github.com/Pecral/storybook-nuxt-starter-no-builder-configured
The text was updated successfully, but these errors were encountered: