-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storybook v6 doesn't work on Windows #9937
Comments
There is another problem on Windows with the latest version of the Everything goes well when launching the command
This error was not present in the previous alpha. It seems related to the changes made in PR #9877 |
^ Looks for me like the same issue. |
Crikey!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.0.0-alpha.20 containing PR #9960 that references this issue. Upgrade today to try it out! You can find this prerelease on the Closing this issue. Please re-open if you think there's still more to do. |
Describe the bug
Storybook v6 fails to start on Windows system as well as inside Windows WSL (Ubuntu 16/18).
To Reproduce
Steps to reproduce the behavior:
"storybook": "start-storybook -p 6006",
Expected behavior
Storybook should start correctly.
Screenshots
System:
Environment Info:
System:
OS: Windows 10 10.0.18362
CPU: (4) x64 Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz
Binaries:
Node: 13.9.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.13.4 - D:\Repos\gaming-shell\node_modules.bin\npm.CMD
Browsers:
Edge: 44.18362.449.0
Additional context
Some code in storybook or some dependency of storybook is using path with backslashes to find files on disk while it's working well on MacOs and Linux it fails on Windows.
The text was updated successfully, but these errors were encountered: