-
Notifications
You must be signed in to change notification settings - Fork 170
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
[Bug?]: Internal Error: Error when performing the request #201
Comments
+1 |
EDIT: This did not repro for me when I downgraded to v16.18.1, so my repro may not be the same as the original issue despite the surface level error message being the same. I currently suspect my problem has to do with new requirements imposed by OpenSSL 3.0 that my corporate network is incompatible with. I am having a potentially similar problem, though I am using node v18.12.1 (the latest LTS). I'm trying to enable yarn for my project, but when I run "corepack prepare yarn@stable --activate" I get this same error. I am also running Windows 10. Since the error is so vague I went in to my local corepack.js script and added some print statements just before the error gets logged and this is what I get:
|
same situation. |
same on mac.. @merceyz here is a full repo of what i am getting on a clean machine makefile:
make dep:
make print:
make init:
|
+1 |
Same error, but it was ok when I turned on the VPN/proxy and re-run the command 我也遇到了这个问题,但当我挂梯子后,重新运行 |
This comment was marked as off-topic.
This comment was marked as off-topic.
I faced this fault on a machine which had an IPv6 only. Adding an IPv4 to establish communication solved the problem for me. |
I am running the command 'corepack prepare yarn@ --activate' in my office network environment.It definitely needs network proxy to run it and I did set the proxy(configured by company) for my cmd, it still didn't work though.But I could use google and visit supposed to be banned websites with my proxy.I don't know what's going wrong.By the way, it works at home. 請問是自己配置的vpn代理嗎?我在自己家裡安裝沒有任何問題,在公司的網絡就不行,但是公司的網絡明明也是配置的代理啊~我的錯誤信息裡面也是有"TLSSocket". Update: |
I think this error of corepack occurs randomly. I can download package managers successfully without a proxy on my office's Windows computer, but the subsystem for Linux on this computer keeps failing to download, and it's useless no matter the proxy is on or off. 我甚至认为能不能遇到 corepack 的这个错误完全随机,我在公司的 Windows 电脑上不用代理也可以正常下载包管理器,但是这台电脑上的 Linux 子系统就一直下载失败,挂了代理也没用。 |
I too have this problem. fetch("https://repo.yarnpkg.com/4.2.2/packages/yarnpkg-cli/bin/yarn.js")
|
+1 |
|
I install the node v16.18.0 and enable the corepack as the guide at https://yarnpkg.com/getting-started/install.
And the following error show when I try to run yarn help on my windows 10.
Is there anyone who can help me? thanks.
The text was updated successfully, but these errors were encountered: