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

error: No matching export in "node_modules/storybook-builder-vite/node_modules/@storybook/core-events/dist/esm/index.js" for import "IGNORED_EXCEPTION" #162

Closed
olemarius opened this issue Nov 20, 2021 · 1 comment

Comments

@olemarius
Copy link

olemarius commented Nov 20, 2021

I'm getting this error in my own project without understanding why, so I tried copying example-vue to an own folder with some adjustments to make it work

  • changed dependency from workspace to "storybook-builder-vite": "^0.1.9",
  • remove 'main' : 'index.js'
  • add yarn / github files/folders from parent repo (storybook-builder-vite)

Here's the repo: https://github.com/olemarius/storybook-builder-vite-example-vue-in-isolation

image

PS! Opening storybook-builder-vite and running example-vue in 0.1.8 works perfect.

Easiest way to reproduce in storybook-builder-vite repo:

  1. cd packages/example-vue
  2. npm i
  3. npm run storybook
@IanVS
Copy link
Member

IanVS commented Nov 20, 2021

It looks like this is a duplicate of #161.

@IanVS IanVS closed this as completed Nov 20, 2021
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

2 participants