#[Storybook automigrate] ❌ Unable to determine storybook version so the automigrations will be skippe

5 messages · Page 1 of 1 (latest)

sullen locust
#

I just noticed this message underneath 🤔 Are you running automigrate from your project directory? Please specify your Storybook config directory with the --config-dir flag. ERR! TypeError: Cannot convert undefined or null to object

#

Our storybook is in a folder from the root called .storybook

#

And I am running npx storybook@latest upgrade --prerelease in the root

sullen locust
#

If I run npm run storybook I see Cannot set properties of undefined (setting 'isSelfAccepting') (x171)

sullen locust