You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2023. It is now read-only.
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'
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/aemnode module and configured storybook with a single story.Here's the repo: https://github.com/madoni/storybook-aem
To replicate the error:
npm installfrom within theui.frontenddirectorynpm run storybookThis is gist of the error:
Module not found: Error: Can't resolve '@storybook/aem'Please let me know if you need further details.