-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
[email protected] and react-styleguidist@7 incompatibility #4567
Comments
While not a long term solution, nor a suggested, nor supported solution; I was able to temporarily solve this issue by locking webpack-dev-server in my package.json
|
fyi there is another issue with running styleguidist on @next: #4477 |
These two things should never be installed side-by-side, so I'm closing this. There's too many nuanced bugs in package managers and packages for us to even attempt to solve this; the package manager should handle it. |
@Timer CRA currently supports using react-styleguidist. Is react-scripts 2 removing support for this then? |
react-scripts 2 will change how this works, suggesting you install it to a monorepo/separate package. |
Is this a bug report?
Yes
Did you try recovering your dependencies?
Yes
Which terms did you search for in User Guide?
N/A
Environment
Environment:
OS: macOS High Sierra 10.13.4
Node: 8.11.1
Yarn: 1.7.0
npm: 6.1.0
Watchman: Not Found
Xcode: Not Found
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-dom: 16.2.0 => 16.2.0
react-scripts: 2.0.0-next.66cc7a90 => 2.0.0-next.66cc7a90
Steps to Reproduce
yarn start
ornpm run start
Expected Behavior
The application server should start without failing a pre-flight check
Actual Behavior
Application server fails to start due to strict matching on webpack-dev-server to version 2.11.0 and react-styleguidist@7 uses [email protected]
Reproducible Demo
I don't have time to build one right now. I'll add one if I have time later.
The text was updated successfully, but these errors were encountered: