-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
urlIssues and PRs related to the legacy built-in url module.Issues and PRs related to the legacy built-in url module.
Description
Version
17.7
Platform
n/a
Subsystem
n/a
What steps will reproduce the bug?
yarn init
yarn add @zkochan/cmd-shim
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
Should work as in 17.6
What do you see instead?
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...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
Additional information
Caused by #42136. This diff seems to break Yarn Classic, which does:
url.resolve('https://registry.npmjs.org', '@foo/bar')
Node 17.6: https://registry.npmjs.org/@foo/bar
Node 17.7: https://foo/bar
mlandalv, yura3d, slorber, timotheeguerin and bl-ue
Metadata
Metadata
Assignees
Labels
urlIssues and PRs related to the legacy built-in url module.Issues and PRs related to the legacy built-in url module.