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
When running the Storybook watch server I keep running into the following error:
[vagrant@localhost project]$ yarn storybook-watch
yarn run v1.22.22
$ sb dev -p 6006 --no-open --disable-telemetry
@storybook/core v8.4.2
WARN The following packages are incompatible with Storybook 8.4.2 as they depend on different major versions of Storybook packages:
WARN - @storybook/[email protected]
WARN Repo: https://github.com/storybookjs/storybook/tree/next/code/lib/cli
WARN
WARN
WARN Please consider updating your packages or contacting the maintainers for compatibility details.
WARN For more on Storybook 8 compatibility, see the linked GitHub issue:
WARN https://github.com/storybookjs/storybook/issues/26031
(node:254156) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
info => Starting manager..
WARN No story files found for the specified pattern: stories/**/*.mdx
info => Starting preview..
[HPM] Proxy created: / -> https://localhost
[HPM] Proxy created: / -> https://localhost
[HPM] Proxy created: / -> https://localhost
[HPM] Proxy created: / -> https://localhost
=> Failed to build the preview
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at Object.join (node:path:1250:7)
at base (./node_modules/@sensiolabs/storybook-symfony-webpack5/src/server/framework-preset.ts:101:11)
at Array.map (<anonymous>)
at base (./node_modules/@sensiolabs/storybook-symfony-webpack5/src/server/framework-preset.ts:101:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async base (./node_modules/@sensiolabs/storybook-symfony-webpack5/src/server/framework-preset.ts:101:11)
at async starter (./node_modules/@sensiolabs/storybook-symfony-webpack5/node_modules/@storybook/builder-webpack5/dist/index.js:1:22057)
at async Object.start (./node_modules/@sensiolabs/storybook-symfony-webpack5/node_modules/@storybook/builder-webpack5/dist/index.js:1:25862)
at async storybookDevServer (./node_modules/storybook/node_modules/@storybook/core/dist/core-server/index.cjs:36000:11)
at async buildOrThrow (./node_modules/storybook/node_modules/@storybook/core/dist/core-server/index.cjs:35017:12)
WARN Broken build, fix the error above.
WARN You may need to refresh the browser.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[vagrant@localhost project]$
When running the Storybook watch server I keep running into the following error:
These are the files I have:
Is there something I'm missing? Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: