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

chore: default to ipv4 #637

Merged
merged 1 commit into from
Jan 11, 2023
Merged

chore: default to ipv4 #637

merged 1 commit into from
Jan 11, 2023

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Jan 11, 2023

merge #629 for less lint warnings first

This will set the default to IPv4 for node 17,18,19 support. Beginning with 17 the default setting of 0 will select a IPv6 (https://stackoverflow.com/a/73732144/5193915) and it won't connect to ADB to get the device or emulator and stops.

Setting it to IPv4 will build apps with all node versions up to 19 again!

We could make this a config setting later but since the default was ipv4 before too it shouldn't hurt to keep it at that level.

@m1ga m1ga mentioned this pull request Jan 11, 2023
31 tasks
@cb1kenobi cb1kenobi merged commit 963746e into master Jan 11, 2023
@m1ga m1ga deleted the 230111_node19 branch March 23, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants