Proxy issue #96
Comments
|
Ugly solution : |
|
👍 |
|
This solution should be part of the docs. See #243 |
|
Note also that as of now just replacing uploaded with fetched doesn't work - you'll want to have the failure first so there's that .downloading file and rename it to what the .downloading file had, then just remove .downloading |
|
This is old but still, it might be useful to some : PKG uses the module PKG-FETCH to download required bin files. If you still have an error like "Failed to get local issuer certificate" then your you can try to set NODE_TLS_REJECT_UNAUTHORIZED=0 |
|
Facing same error , can you help
|
|
Try these steps https://docs.cloudfoundry.org/cf-cli/http-proxy.html |
|
I tried (in CMD of Windows):
But it didn't work. I also tried:
But it didn't work either. |
|
Solution:
|
|
Hi,
Are you working behind some corporate proxy?
…On Thu, 4 Mar, 2021, 2:09 pm Aymeric, ***@***.***> wrote:
I tried:
SET ***@***.***:80"
SET ***@***.***:80"
But it didn't work.
I also tried:
npm config set proxy ***@***.***:80
npm config set https-proxy ***@***.***:80
But it didn't work either.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#96 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG7JXL2CDDLIFNKNF6FM3FTTB5BLJANCNFSM4DLDW6HQ>
.
|
|
Yes, I'm behind a corporate proxy. I ended by doing it on another computer, not on the corporate network. |
At work i'm dehind a proxy and i got the folowing error message :
do i have to configure something ?
I already configure npm to go through my proxy.
The text was updated successfully, but these errors were encountered: