Open ghost opened 2 months ago
This is likely an issue on Storybook side.
Our migration for storybook 8 uses their automigrate
feature.
@Coly010 should Storybook support the custom Nx plugins? Or you're saying they should simply improve the generator to check for those conditions instead of failing?
The latter. I need to investigate further to be sure, but once I am I can talk to the storybook team about it
Current Behavior
Migration fails due to Storybook 8 migration. It adds
getAbsolutePath
function which searches forpackage.json
, however,@nx/react/plugins/storybook
does not have apackage.json
and therefore it fails.Expected Behavior
Should not append
getAbsolutePath
to@nx/react/plugins/storybook
I assume (?) and migration should pass.GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response