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
Describe the bug
After bootstrapping a project with @storybook/reactv5.3.11 and running start-storybook -p 6006, I received the following error in the CLI:
TypeError: Cannot read property 'toJson' of null
at Watching.handler (/[my project]/node_modules/@storybook/core/dist/server/dev-server.js:84:17)
After adding additional logging to dev-server.js to get some more useful debug info, it appears that this is due to the following error:
Error: ENOENT: no such file or directory, open '/[my project]/node_modules/@storybook/core/dll/storybook_ui-manifest.json'
When I look in the @storybook/core/dll/ directory, there is nothing in it.
I've tried deleting my node_modules and installing from scratch, but get the same results.
The text was updated successfully, but these errors were encountered:
sawyerh
changed the title
Storybook not working due to dll/storybook_ui-manifest.json not existing
@storybook/core – dll/storybook_ui-manifest.json does not exist after installation
Feb 5, 2020
Describe the bug
After bootstrapping a project with
@storybook/react
v5.3.11
and runningstart-storybook -p 6006
, I received the following error in the CLI:After adding additional logging to
dev-server.js
to get some more useful debug info, it appears that this is due to the following error:When I look in the
@storybook/core/dll/
directory, there is nothing in it.I've tried deleting my
node_modules
and installing from scratch, but get the same results.System:
Additional context
Potentially related to #9707?
The text was updated successfully, but these errors were encountered: