-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
storybook: init new project with storybook, deno fails to run it #26404
Labels
Comments
birkskyum
changed the title
storybook: init without existing folder
storybook: init and run project, without existing folder
Oct 18, 2024
birkskyum
changed the title
storybook: init and run project, without existing folder
storybook: init and run, without existing project
Oct 18, 2024
birkskyum
changed the title
storybook: init and run, without existing project
storybook: init new project with storybook, deno fails to run it
Oct 18, 2024
This was referenced Oct 29, 2024
nathanwhit
added a commit
that referenced
this issue
Oct 31, 2024
…ode format (#26632) Fixes the original issue reported in #26404. storybook runs into other errors after this PR (the new errors will be fixed in other PRs). Some code used by a dependency of storybook does a [string comparison on the error message](https://github.com/chromaui/chromatic-cli/blob/ce30b2be343cb96a0826390b95ea42befb2be547/node-src/lib/getConfiguration.ts#L88-L92) thrown here to check for a file not found error.
bartlomieju
pushed a commit
that referenced
this issue
Nov 5, 2024
…ode format (#26632) Fixes the original issue reported in #26404. storybook runs into other errors after this PR (the new errors will be fixed in other PRs). Some code used by a dependency of storybook does a [string comparison on the error message](https://github.com/chromaui/chromatic-cli/blob/ce30b2be343cb96a0826390b95ea42befb2be547/node-src/lib/getConfiguration.ts#L88-L92) thrown here to check for a file not found error.
With deno v2.1.1 (react+vite):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
deno 2.0.2
Repro:
deno run -A npm:storybook@latest init
ornpx storybook@latest init
(select vue 3 + vite)deno task storybook
Error:
The text was updated successfully, but these errors were encountered: