ember-cli-storybook icon indicating copy to clipboard operation
ember-cli-storybook copied to clipboard

Can't run Storybook in new 4.10.0 Ember install[Bug]

Open va11ydation opened this issue 1 year ago • 0 comments

Starting up a new ember install version 4.10.0, I cannot set up storybook.

It requires vite or webpack5, I fixed it via the last comment here: https://github.com/storybookjs/storybook/issues/22618

I finally got it all running and it loads storybook but at the very end it errors to this

https://imgur.com/a/Cj6IeNw

Steps to reproduce the behavior

Install fresh copy of 4.10.0 Intall Storybook 7.3.0

Expected behavior

I can load the default storybook button story

Screenshots and/or logs

https://imgur.com/a/Cj6IeNw

Environment

ember-cli: 4.10.0 node: 18.16.1 os: win32 x64

Additional context

N/A

va11ydation avatar Aug 23 '23 21:08 va11ydation