Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows - "pnpm storybook" leads to Error: Invariant failed: No builder configured in core.builder #61

Closed
Pecral opened this issue Sep 13, 2023 · 1 comment · Fixed by #68

Comments

@Pecral
Copy link

Pecral commented Sep 13, 2023

Problems

Clean https://github.com/storybook-vue/storybook-nuxt-starter master
image
Updating "@storybook-vue/nuxt" to 0.1.0-rc.8:
image

How to reproduce

  • On windows 10
  • Nodejs LTS

Steps:

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

@johnggreen
Copy link

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..

Also tried a demo that chakAs3 made at https://github.com/chakAs3/nuxt-storybook-module-demo which also reproduces the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants