Hi there,
Thanks for all the support so far!
I have set up a basic AEM project generated from AEM maven archetype (23).
In addition, I have installed the @storybook/aem node module and configured storybook with a single story.
Here's the repo: https://github.com/madoni/storybook-aem
To replicate the error:
- Clone the repo
- Run
npm install from within the ui.frontend directory
- Run
npm run storybook
This is gist of the error:
Module not found: Error: Can't resolve '@storybook/aem'
Please let me know if you need further details.