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
I believe this is an issue with Storybook and not Chromatic.
Unfortunately, a transitive dependency of Storybook released a new minor version that is incompatible with Storybook. We're working with the maintainers to come up with a solution, but in the meantime, you can pin the version to the last known working release:
Bug report
I have ran Chromatic without issues until today, when I started getting build errors in CircleCI.
I did a run today locally with the exact same command and in the same repo, with the command
yarn chromatic --project-token=xxxxxxx
I tried both yarn and npx and got the same error.
For reference, here are my version numbers for Node and npm:
$ node --version
v18.12.0
$ npm --version
8.19.2
The error I get is this:
ERR! ModuleNotFoundError: Module not found: Error: Can't resolve 'C:\GitHub\dfweb-v3\storybook-init-framework-entry.js' in 'C:\GitHub\dfweb-v3'
The text was updated successfully, but these errors were encountered: