Skip to content
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

Please update react-scripts' dependencies to use [email protected] #6478

Closed
patrickhrastnik opened this issue Feb 21, 2019 · 1 comment
Closed

Comments

@patrickhrastnik
Copy link

Is this a bug report?

No, not really...

webpack-dev-server got an update and (indirectly) supports AIX systems now (because of some changes in its dependencies).

Long story:

  • default-gateway: 3.0.1 -> 3.1.0 (added AIX support)
  • internal-ip: 3.1.? -> 4.0.0 (updated dependency of default-gateway, requires node>6 now)
  • webpack-dev-server: 3.1.14 -> 3.2.0 (updated dependency of internal-ip)

Now to the point of this issue:
react-scripts requires [email protected], that's why the previous changes to other dependencies aren't pulled when installing the dependencies of a react project that uses react-scripts.

Could you please update the dependency of react-scripts to use [email protected]?
(or at least check out if everything still works if you use v3.2.0?)

@patrickhrastnik
Copy link
Author

There is some issue with ssl in [email protected]
Please wait with this issue until the following issue has been solved:
webpack/webpack-dev-server#1674

@lock lock bot locked and limited conversation to collaborators Feb 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant