-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Network error w/ scoped packages (@foo/bar) on Node 17.7 #8797
Comments
I am getting the same issues on my local project too:
|
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Correct - it seems to cause a breaking change in |
Opened an issue at nodejs/node#42279 |
The problematic change has been reverted in Node and v17.7.1 should be released soon. |
@merceyz 1.22.18 is still not published in npm |
@yura3d The bug is fixed with node v17.7.1 so you not really need yarn v1.22.18 |
Same problem in node 18.1.0 |
Same problem on node 18.15.0, with |
I also have |
Running
yarn outdated
in project that has@apollo/client
(for example) inpackage.json
, I get many lines in output:And finally:
Seems like
@apollo/client
converts tohttps://apollo/%2fclient
May be this behavior relates to nodejs/node#42136
Trace:
The text was updated successfully, but these errors were encountered: