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

fix: allow creating react app on all networks #12082

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

NoamGaash
Copy link

create-react-app uses the registry.yarnpkg.com DNS resolving process as an online status indicator.
This PR propose to use the registry defined in the .npmrc file whenever registry.yarnpkg.com can't be resolved.
This is essential for organizations that use a network where registry.yarnpkg.com DNS record does not exist.

`create-react-app` using `registry.yarnpkg.com`  DNS resolving process as an online status indicator.
This change propose using the registry defined in the `.npmrc` file whenever `registry.yarnpkg.com` can't be resolved.
@NoamGaash
Copy link
Author

may anyone take a look, please?
it's my first contribution...
please tell me if I did anything wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants