chromaui / intro-storybook-angular-template

Boilerplate template for the Intro to Storybook tutorial for Angular
MIT License
9 stars 13 forks source link

Unable to run storybook on M1 MacBook #6

Closed ebh closed 2 years ago

ebh commented 2 years ago

I'm following the Storybook for Angular tutorial on an M1 MacBook:

image

When attempt the npm run storybook step, I get this error:

image

Updating the version of @compodoc/compodoc in the package.json from 1.1.11 to 1.1.18 fixes the problem.

ebh commented 2 years ago

I've raised a Pull Request (#7) to "fix" the issue.

jonniebigodes commented 2 years ago

Closing this issue as fixed with #9 . Updated the template to use the new versions of Storybook and bumped it to Angular 13 and it seems to be working without any issues.

Feel free to reach out and I'll gladly re-open it if the issue surfaces back.