Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "./dist/runtime/preview" specifier in "@storybook-vue/nuxt" package #58

Open
markpinero opened this issue Sep 6, 2023 · 2 comments
Assignees

Comments

@markpinero
Copy link

Missing "./dist/runtime/preview" specifier in "@storybook-vue/nuxt" package

main.ts

import type { StorybookConfig } from '@storybook-vue/nuxt';

const config: StorybookConfig = {
	stories: ['../components/**/*.stories.ts', '../stories/**/*.stories.ts'],
	addons: [
		'@storybook/addon-links',
		'@storybook/addon-essentials',
		'@storybook/addon-interactions',
	],

	framework: {
		name: '@storybook-vue/nuxt',
		options: {},
	},

	docs: {
		autodocs: 'tag',
	},
};

export default config;
@peteromano
Copy link

peteromano commented Nov 23, 2023

Missing "./preview.js" specifier in "@storybook-vue/nuxt" package

Im getting this now too. v0.2.0-alpha.0

@chakAs3
Copy link
Contributor

chakAs3 commented Nov 23, 2023

Missing "./preview.js" specifier in "@storybook-vue/nuxt" package

Im getting this now too. v0.2.0-alpha.0

please use the release v0.2.0 here a new demo repo https://github.com/chakAs3/storybook-nuxt3.8.1-demo

@chakAs3 chakAs3 self-assigned this Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants