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

Warn users on package dependency mismatch #3869

Closed
bugzpodder opened this issue Jan 19, 2018 · 1 comment
Closed

Warn users on package dependency mismatch #3869

bugzpodder opened this issue Jan 19, 2018 · 1 comment

Comments

@bugzpodder
Copy link

I have a CRA app where I work with other developers.
Occasionally I upgrade the code base with a dependency upgrade that causes a breaking change. (eg a new version of react-bootstrap)

Currently I have to send an email to everyone to stop their dev server and do a npm install after they pull in the new change for package.json and the codebase. Is there a way to streamline this process? Would it be possible for CRA to detect such a discrepancy with package versions and show a warning to the end user?

@gaearon
Copy link
Contributor

gaearon commented Jan 19, 2018

This is the same issue as #2956.
If you can investigate it it would be great! It used to reload but something broke. We're not sure what.

@gaearon gaearon closed this as completed Jan 19, 2018
@lock lock bot locked and limited conversation to collaborators Jan 20, 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

2 participants