You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional Information that can help to investigate : when i tried nvm on same server it is working well with the proxy setup mentioned in the previous comment
for example,
I setup socks proxy using this command
ssh -i ~/priv.pem -D 8080 -q -f -C -N [email protected]
and setup above exports
how can I use this socks proxy to download node using
fnm install 22
?When i tried this i got
error: can't get remote versions file: error sending request for url (https://nodejs.org/dist/index.json)
I could not find any help or document that will allow me to sue socks proxy with fnm.
Please help me to understand how we can achieve this..
Note: when i tried
curl -I https://nodejs.org
this command is working as expectedThe text was updated successfully, but these errors were encountered: