[Bug]: npx sb@next init --skip-install
is broken on new SvelteKit project
#28819
Labels
npx sb@next init --skip-install
is broken on new SvelteKit project
#28819
Describe the bug
Running
npx sb@next init --skip-install
on a new SvelteKit project is currently brokenThe compiled code on that line is:
Which seems to correspond to
getNpmTarballUrl
in the source: https://github.com/storybookjs/storybook/blob/c0d3fdf50402aa00f36b10a5f52cd73c17e8b5f6/code/core/src/cli/dirs.ts#L20C15-L20C31get-npm-tarball-url
was moved around to differentpackage.json
files in #28519, so this is probably a regression from that PR.I also noticed it was prebundled in an earlier PR, so perhaps there's some config that's not aligning: #28481
Reproduction link
happens with a brand new project
Reproduction steps
System
Additional context
No response
The text was updated successfully, but these errors were encountered: