Closed alexciesielski closed 1 month ago
It works when I downgrade @nx/playwright
to 19.0.2
but leave all others at 19.1.1
@alexciesielski Can you confirm that this still exists in the latest version of Nx (19.5.7)?
This issue has been automatically marked as stale because no results of retrying on the latest version of Nx was provided within 7 days. It will be closed in 21 days if no results are provided. If the issue is still present, please reply to keep it active. If the issue was not present, please close this issue. Thanks for being a part of the Nx community! 🙏
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
nx run storybook:start-storybook
works and opens the browser with a working Storybook with version19.0.2
.Migrating
nx
to19.1.1
and all its related dependencies causes the above command to throw the following error:Looking inside the provided link there is nothing in my
main.ts
that I could adjust as provided in the solution.My
storybook/.storybook/main.ts
looks like this:Expected Behavior
Running Storybook works with every version
GitHub Repo
No response
Steps to Reproduce
Unfortunately I cannot share my repository, but it's a regular nx repo with one Angular 18 app with a related Storybook app and nothing unusual
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System