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
I'm getting a weird error when using nuxt and @nuxtjs/storybook with NPM.
Using Node v20.16.0 and installing nuxt with NPM npx nuxi@latest init (Nuxt: 3.12.4) choosing NPM as package manager. Then installing storybook (@nuxtjs/storybook: 8.1.5) with npx nuxi@latest module add storybook then running npx storybook-nuxt init then running npm run storybook gives the error above.
But when installing nuxt with pnpm and choosing pnpm as package manager, it just works.
Hi,
I'm getting a weird error when using nuxt and @nuxtjs/storybook with NPM.
Using Node v20.16.0 and installing nuxt with NPM
npx nuxi@latest init
(Nuxt: 3.12.4) choosing NPM as package manager. Then installing storybook (@nuxtjs/storybook: 8.1.5) withnpx nuxi@latest module add storybook
then runningnpx storybook-nuxt init
then runningnpm run storybook
gives the error above.But when installing nuxt with pnpm and choosing pnpm as package manager, it just works.
I'm just following the steps from:
The text was updated successfully, but these errors were encountered: