Miraculous Owonubi

Results 279 comments of Miraculous Owonubi

That's an interesting case. What does this return for you? ```console $ npx bin-version-check-cli python ">=2" ```

I see, this seems to be a common issue among MacOS users, I don't know what method you used to install `nodejs` but you should remove it and use [nvm](https://nvm.sh/)...

Closing this issue as it's not an issue with freyr itself. Reinstall node with nvm and it should fix your issue.

@Goooler, can you test this?

```console $ git clone https://github.com/miraclx/freyr-js $ cd freyr-js $ git checkout proxy-support $ npm install # ensure the HTTP_PROXY, HTTPS_PROXY envs are set $ node cli.js ``` Note that instead...

Halfway through, that's good.. Now to figure out this last part.

Hm.. I'm not sure that this is a freyr issue. Can you make sure `https_proxy` isn't a "http" address? (I mean, `https_proxy` if specified, should be a "https" url, not...

What is the output of; ```console $ echo $http_proxy ```

`global-agent` seems to think otherwise. https://github.com/gajus/global-agent/blob/3735fa1cac1a6680caa5afd853edba38674d8f27/src/utilities/parseProxyUrl.ts#L16-L18

I'll try to reproduce this issue on my end and let you know the next steps.