We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fnm
The phenomenon: 'error sending request for url (https://*)'
env
brew
eval "$(/opt/homebrew/bin/fnm env --use-on-cd)"
Taking effect on your .bash_profile
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
nodejs
fnm ls-remote
Install a target version which you need,Wish all you guys success!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to resolve
fnm
'error sending request for url (https://nodejs.org/dist/index.json)' of MacOS users?1 Open your network proxy(Clash,Clash X, ...)
2 Open terminal of your computer
Set
env
as below if you're installedfnm
bybrew
:3 Copy command line for terminal and execute
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
4 Verify
fnm
send requests tonodejs
Install a target version which you need,Wish all you guys success!
The text was updated successfully, but these errors were encountered: