Closed airoude closed 1 year ago
Hi there @airoude ! Did you try installing @storybook/html
? That should solve your issue.
In any case, I need some more context. The app you use Storybook for, is it a web components app? If that's the case, then maybe you should use @storybook/web-components
instead of @storybook/html
. In any case, please try installing these packages, and it should fix your issue!
With the next version of Nx, if you initialize with @storybook/html
, the correct dependencies are going to be installed, don't worry.
@mandarini yes I have it installed. No, I don't need the @storybook/web-components. HTML one is sufficient enough.
Hm I see. Can you please send me your repository? Or can you create a minimum reproduction repository?
Also, one more question. Did you use nx migrate
to migrate to the latest version? I see some target configs are not migrated.. And the version of your Storybook package is older. You need ^6.5.15
. nx migrate
takes care of these things...
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
When running the executor
@nrwl/storybook:storybook
with the following config it fails.Expected Behavior
To run without errors
Github Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Additional Information
No response