📚 Subject area/topic
Quick start
📋 Page(s) affected (or suggested, for new content)
https://docs.solidjs.com/quick-start
📋 Description of content that is out-of-date or incorrect
degit seems to ignore https_proxy settings according to this pull request. I am the guy who often uses a proxy in the company, so it is a little annoying to see the error of ! could not download https://github.com/solidjs/templates/archive/.... And degit is not actively maintained for 4 years so it might be impossible to let them merge some modifications.
tiged, which is a fork of degit, seems to resolve this problem according to this issue.
Well, this has nothing to do with the library code. It is because the wiki recommends us to use npx degit, globally replace it into npx tiged should be fine.
🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
No response
📚 Subject area/topic
Quick start
📋 Page(s) affected (or suggested, for new content)
https://docs.solidjs.com/quick-start
📋 Description of content that is out-of-date or incorrect
degitseems to ignorehttps_proxysettings according to this pull request. I am the guy who often uses a proxy in the company, so it is a little annoying to see the error of! could not download https://github.com/solidjs/templates/archive/.... Anddegitis not actively maintained for 4 years so it might be impossible to let them merge some modifications.tiged, which is a fork ofdegit, seems to resolve this problem according to this issue.Well, this has nothing to do with the library code. It is because the wiki recommends us to use
npx degit, globally replace it intonpx tigedshould be fine.🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
No response