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
When I initialize storybook@latest init with the command yarn dlx storybook@latest init, I get the error 'Module not found: Error: Can't resolve 'storybook-config-entry.js', which was created by 'VirtualModulesPlugin'. This is generated by the 'VirtualModulesPlugin'. I've checked the webpack configuration via yarn storybook --debug-webpack and it's fine, how do I proceed to troubleshoot the problem?
The package I want to add is a package in the mono repo, a typescript project with react components compiled by tsc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
When I initialize storybook@latest init with the command
yarn dlx storybook@latest init
, I get the error'Module not found: Error: Can't resolve 'storybook-config-entry.js'
, which was created by 'VirtualModulesPlugin'. This is generated by the 'VirtualModulesPlugin'. I've checked the webpack configuration viayarn storybook --debug-webpack
and it's fine, how do I proceed to troubleshoot the problem?The package I want to add is a package in the mono repo, a typescript project with react components compiled by tsc.
Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions