Tobias Diez
Tobias Diez
> I suggest you slim down this PR to the minimal changes required to get rid of the `@fs` prefix. The discussions about dependencies and code logic are becoming bigger...
> > Is there any chance of this getting unblocked soon? If not, could someone suggest maximum version numbers and/or an install procedure for continuing to use the vue-addon with...
@kasperpeulen and @JReinhold Thanks for the review!
Thanks for this PR and your tests! > Error: Cannot find module '@storybook/builder-vite' > Require stack: > - ./node_modules/@storybook/core/dist/core-server/index.cjs > - ./node_modules/storybook/dist/generate.cjs > - ./node_modules/storybook/bin/index.cjs > at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15) >...
> @tobiasdiez I am encountering the browser following error after init while testing the revert: > > npx nuxi@latest init (pnpm) cd ./nuxt-app npx [email protected] init Running Storybook > >...
Many thanks. This worked like a charm! 🚀 In https://github.com/nuxt-modules/storybook/pull/729, I've now also added e2e tests (using this PR here to add storybook to a nuxt starter). Running `build-storybook` now...
@kasperpeulen @valentinpalkovic Thanks for the suggestion. Adding a sandbox would indeed give some confidence that things are working, but I was hoping for a solution that we can apply in...
I've added a nuxt sandbox, but not sure if I did it correctly (it appears it is not run as part of the ci)
We do have default stories in https://github.com/nuxt-modules/storybook/tree/main/packages/storybook-addon/template/cli, but I have no idea how they get installed nor why this would fail in the sandbox. If you give me some pointers...
Can we please get this in as soon as possible? We constantly have people opening issues at the nuxt-storybook module because they configured something wrong. Having the cli integration would...