detect-port-alt@1.1.5 fails with an Error: getaddrinfo ENOTFOUND
See original GitHub issueIs this a bug report?
Yes
Did you try recovering your dependencies?
Not relevant.
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
node -v
: v9.7.1npm -v
: v5.6.0yarn --version
(if you use Yarn):npm ls react-scripts
(if you haven’t ejected):
Then, specify:
- Operating system: MacOSX Sierra 10.12.6 MacOSX Sierra 10.13.3
- Browser and version (if relevant):
Steps to Reproduce
(Write your steps here:)
- npm run start # fresh installation
Expected Behavior
If it’s an error caused by the system configuration, it probably should suggest something meaningful.
Actual Behavior
This issue has been reported on a bunch of different repositories: https://github.com/halfzebra/create-elm-app/issues/239 https://github.com/node-modules/detect-port/issues/29
The original maintainer @fengmk2 says it has been fixed in the original detect-port package.
Reproducible Demo
Not available.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Node.js getaddrinfo ENOTFOUND - Stack Overflow
My issue was that within my nodejs script I was making a request to the wrong url and this error was thrown. –...
Read more >`wrangler dev` fails to start due to `getaddrinfo ENOTFOUND ...
When a workers script is deployed to a custom domain, and that domain is a subdomain of the zone, and the zone does...
Read more >MongoServerSelectionError: getaddrinfo ENOTFOUND
The getaddrinfo ENOTFOUND error indicates that the hostname you have provided for your MongoDB deployment cannot be resolved by the client ...
Read more >Connecting the Collaboration Server to the remote MongoDB ...
Connecting the Collaboration Server to the remote MongoDB that uses IPv6 returns an error “getaddrinfo ENOTFOUND” in MicroStrategy 10.9.
Read more >Survey123 error when creating feature report - Esri Community
Survey123 error when creating feature report ... I get an error that says 'getaddrinfo ENOTFOUND. ... What's the problem?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
And what’s the difference between detect-port-alt and detect-port? Why not send a PR to dectect-port? If you think it is necessary to fork detect-port so please let us know the repo address then I can make a PR for you.
This is now released in
react-scripts@1.1.4
.