Open
Description
When running pnpm run dev
I get a constantly flowing stream of errors, seemingly from storybook making the Nuxt server crash. It makes the terminal useless because any warnings or errors that come up are immediately swept away by a new wall of text.
If I comment out the line '@nuxtjs/storybook',
in the modules
list in nuxt.config.ts
, the problem goes away.
This is what I see in the terminal:
bq. lfx-insights@ dev /linuxfoundation/insights/frontend
bq. nuxt dev
[ nuxi ] Nuxt 3.16.0 with Nitro 2.11.6
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
[nuxt:tailwindcss] ℹ Using default Tailwind CSS file
ERROR (node:477541) ExperimentalWarning: Type Stripping is an experimental feature and might change at any time
(Use node --trace-warnings ... to show where the warning was created)
[nuxt:storybook:build] ERROR Storybook failed to load the following preset: @storybook-vue/nuxt/preset.
Please check whether your setup is correct, the Storybook dependencies (and their peer dependencies) are installed correctly and there are no package version clashes.
If you believe this is a bug, please open an issue on Github.
Error [ERR_REQUIRE_CYCLE_MODULE]: Cannot require() ES Module /linuxfoundation/insights/frontend/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/vite/dist/node/index.js in a cycle. (from /linuxfoundation/insights/frontend/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]_b4e8a22fc3d799f3743a5dbefcfbe75f/node_modules/@storybook-vue/nuxt/dist/preset.cjs)
at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:352:15)
at loadESMFromCJS (node:internal/modules/cjs/loader:1565:24)
at Module._compile (node:internal/modules/cjs/loader:1716:5)
at Object..js (node:internal/modules/cjs/loader:1899:10)
at Module.load (node:internal/modules/cjs/loader:1469:32)
at Function._load (node:internal/modules/cjs/loader:1286:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
at Module.require (node:internal/modules/cjs/loader:1491:12)
at require (node:internal/modules/helpers:135:16)
More info:
Please check whether your setup is correct, the Storybook dependencies (and their peer dependencies) are installed correctly and there are no package version clashes.
If you believe this is a bug, please open an issue on Github.
Error [ERR_REQUIRE_CYCLE_MODULE]: Cannot require() ES Module node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/vite/dist/node/index.js in a cycle. (from /linuxfoundation/insights/frontend/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]_b4e8a22fc3d799f3743a5dbefcfbe75f/node_modules/@storybook-vue/nuxt/dist/preset.cjs)
at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:352:15)
at loadESMFromCJS (node:internal/modules/cjs/loader:1565:24)
at Module._compile (node:internal/modules/cjs/loader:1716:5)
at Object..js (node:internal/modules/cjs/loader:1899:10)
at Module.load (node:internal/modules/cjs/loader:1469:32)
at Function._load (node:internal/modules/cjs/loader:1286:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
at Module.require (node:internal/modules/cjs/loader:1491:12)
at require (node:internal/modules/helpers:135:16)
More info:
at loadPreset (node_modules/.pnpm/@[email protected]/node_modules/@storybook/core/dist/common/index.js:16416:13)
[nuxt:storybook:build] WARN
Broken build, fix the error above.
You may need to refresh the browser.
➜ DevTools: press Shift + Alt + D in the browser (v2.2.1)
[nuxt] ℹ Running with compatibility version 4
✔ Vite client built in 17ms
✔ Vite server built in 361ms
ERROR [unhandledRejection] Storybook failed to load the following preset: @storybook-vue/nuxt/preset.
Please check whether your setup is correct, the Storybook dependencies (and their peer dependencies) are installed correctly and there are no package version clashes.
If you believe this is a bug, please open an issue on Github.
Error [ERR_REQUIRE_CYCLE_MODULE]: Cannot require() ES Module /linuxfoundation/insights/frontend/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/vite/dist/node/index.js in a cycle. (from /linuxfoundation/insights/frontend/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]_b4e8a22fc3d799f3743a5dbefcfbe75f/node_modules/@storybook-vue/nuxt/dist/preset.cjs)
at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:352:15)
at loadESMFromCJS (node:internal/modules/cjs/loader:1565:24)
at Module._compile (node:internal/modules/cjs/loader:1716:5)
at Object..js (node:internal/modules/cjs/loader:1899:10)
at Module.load (node:internal/modules/cjs/loader:1469:32)
at Function._load (node:internal/modules/cjs/loader:1286:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
at Module.require (node:internal/modules/cjs/loader:1491:12)
at require (node:internal/modules/helpers:135:16)
More info:
Please check whether your setup is correct, the Storybook dependencies (and their peer dependencies) are installed correctly and there are no package version clashes.
If you believe this is a bug, please open an issue on Github.
Error [ERR_REQUIRE_CYCLE_MODULE]: Cannot require() ES Module node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/vite/dist/node/index.js in a cycle. (from /linuxfoundation/insights/frontend/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]_b4e8a22fc3d799f3743a5dbefcfbe75f/node_modules/@storybook-vue/nuxt/dist/preset.cjs)
at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:352:15)
at loadESMFromCJS (node:internal/modules/cjs/loader:1565:24)
at Module._compile (node:internal/modules/cjs/loader:1716:5)
at Object..js (node:internal/modules/cjs/loader:1899:10)
at Module.load (node:internal/modules/cjs/loader:1469:32)
at Function._load (node:internal/modules/cjs/loader:1286:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
at Module.require (node:internal/modules/cjs/loader:1491:12)
at require (node:internal/modules/helpers:135:16)
More info:
at loadPreset (node_modules/.pnpm/@[email protected]/node_modules/@storybook/core/dist/common/index.js:16416:13)
[ nuxi :nuxi] ℹ Restarting Nuxt due to error: `SB_CORE-SERVER_0002 (CriticalPresetLoadError): Storybook failed to load the following preset: @storybook-vue/nuxt/preset.
Please check whether your setup is correct, the Storybook dependencies (and their peer dependencies) are installed correctly and there are no package version clashes.
If you believe this is a bug, please open an issue on Github.
Error [ERR_REQUIRE_CYCLE_MODULE]: Cannot require() ES Module /linuxfoundation/insights/frontend/node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/vite/dist/node/index.js in a cycle. (from /linuxfoundation/insights/frontend/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected]_b4e8a22fc3d799f3743a5dbefcfbe75f/node_modules/@storybook-vue/nuxt/dist/preset.cjs)
at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:352:15)
at loadESMFromCJS (node:internal/modules/cjs/loader:1565:24)
at Module._compile (node:internal/modules/cjs/loader:1716:5)
at Object..js (node:internal/modules/cjs/loader:1899:10)
at Module.load (node:internal/modules/cjs/loader:1469:32)
at Function._load (node:internal/modules/cjs/loader:1286:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
at Module.require (node:internal/modules/cjs/loader:1491:12)
at require (node:internal/modules/helpers:135:16)