Open
Description
Describe the bug
On a clean and fresh install of Turbobuil from npx create-turbo@latest -e with-svelte
then, using the npx sv create
with tailwind and storybook (typescript) in the apps directory.
Output from the terminal.
12:49:17 PM [vite] Internal server error: Unexpected character '@'
Plugin: storybook:svelte-docgen-plugin
File: {path to turbo build directory}/apps/ui-docs/src/stories/Page.stories.svelte:3:2
4: </script>
5:
6: {@render children()}
^
at error ({path to turbo build directory}/node_modules/svelte/compiler.cjs:14256:16)
at Parser.error ({path to turbo build directory}/node_modules/svelte/compiler.cjs:14404:3)
at Parser.acorn_error ({path to turbo build directory}/node_modules/svelte/compiler.cjs:14391:8)
at read_expression ({path to turbo build directory}/node_modules/svelte/compiler.cjs:9641:10)
at mustache ({path to turbo build directory}/node_modules/svelte/compiler.cjs:13965:22)
at new Parser ({path to turbo build directory}/node_modules/svelte/compiler.cjs:14352:12)
at parse ({path to turbo build directory}/node_modules/svelte/compiler.cjs:14529:17)
at parseHtmlx ({path to turbo build directory}/node_modules/svelte2tsx/index.js:1679:22)
at processSvelteTemplate ({path to turbo build directory}/node_modules/svelte2tsx/index.js:7742:32)
at Object.svelte2tsx ({path to turbo build directory}/node_modules/svelte2tsx/index.js:7753:187)
It's specifically for running in a mono repo, but it works just fine when created from sv create
.
On a side note, to get it to start working, I have to remove @getAbsolutePath()
from both the addons and framework in main.ts.
Reproduction link
https://github.com/NickLikesPHP/svelte5-turbobuild-storybook-not-working
Reproduction steps
- Make sure in the turbo build root directory
- Run
npm run dev
to start Turbo Build - If you're lucky you should see the error on the first run, if not, the UI will load and the spinner will just spin indefinitely.
- If you don't see the error or get stuck on the white screen. Close and run
npm run dev
again - You should see
[plugin:storybook:svelte-docgen-plugin] Unexpected character '@'
when you click the 'Configure your project' page at the top - Check the terminal for the error log
- The other stories won't load because of the error.
System
Storybook Environment Info:
System:
OS: macOS 15.3
CPU: (8) arm64 Apple M2
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.11.0 - /usr/local/bin/node
npm: 10.9.0 - /usr/local/bin/npm <----- active
Browsers:
Chrome: 132.0.6834.111
Safari: 18.3
npmPackages:
@storybook/addon-svelte-csf: ^5.0.0-next.23 => 5.0.0-next.23
Additional context
I'm on my Mac now but had the same error on my Windows desktop.