Running yarn outdated in project that has @apollo/client (for example) in package.json, I get many lines in output:
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
And finally:
error An unexpected error occurred: "https://apollo/%2fclient: getaddrinfo ENOTFOUND apollo".
Seems like @apollo/client converts to https://apollo/%2fclient
May be this behavior relates to nodejs/node#42136
Trace:
Yarn version:
1.22.17
Node version:
17.7.0
Platform:
win32 x64
Trace:
Error: getaddrinfo ENOTFOUND apollo
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:72:26)
Running
yarn outdatedin project that has@apollo/client(for example) inpackage.json, I get many lines in output:And finally:
Seems like
@apollo/clientconverts tohttps://apollo/%2fclientMay be this behavior relates to nodejs/node#42136
Trace: