Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

WAPM Error: Could not connect to proxy: builder error: unknown proxy scheme #191

Open
liborui opened this issue Apr 15, 2020 · 1 comment

Comments

@liborui
Copy link

liborui commented Apr 15, 2020

Summary

I am using wapm-cli 0.5.0.

When I am trying to install a package with wapm, I used

wapm install cowsay

But I got the return:

Error: Could not connect to proxy: builder error: unknown proxy scheme

I checked my proxy setting, which is absolutely empty:

$ echo $https_proxy
# empty
$ echo $http_proxy
# empty

Additional details

None

@MarkMcCaskey
Copy link
Contributor

MarkMcCaskey commented Apr 15, 2020

Thanks for the report! That is confusing. Perhaps the code is interpreting a set but empty env var as a valid proxy and then failing because it can't connect to "", you could try unsetting the vars in the short term, but this looks like something we should handle in wapm!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants