-
Notifications
You must be signed in to change notification settings - Fork 904
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
feat (doctor): add packager healthcheck to report if packager is running correctly #1941
feat (doctor): add packager healthcheck to report if packager is running correctly #1941
Conversation
Thanks for the PR @tarunrajput |
Driveby wording nit: "Metro" is the name of the bundler, not "Metro Packager". "Packager" (and the |
a8e077a
to
7b53258
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @tarunrajput.
Changes look good and sufficient warning for the packager to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contribution! 🚀
Summary:
Part of #1936
Added packager healthcheck in cli-doctor to report if packager is running correctly
Test Plan:
node ./scripts/build.js && yarn build:debugger
yarn link
yarn link "@react-native-community/cli-doctor"
npx @react-native-community/cli doctor
Failure:
Success