-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
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
problem downloading template with custom http proxy #15555
Comments
See unjs/giget#23 for context. cc: @pi0 |
Thank you, i try a lot of things to solve it, but still i couldn't fix it. I think there is a problem with my proxy |
yeah, there is a problem with the proxy that's why it's not connecting |
Could you suggest something to solve it? should i take the computer to technical support? |
I'm closing this issue as it isn't an issue with Nuxt; do feel free to ask away in the Nuxt Discord for help. I would also consider asking your company's IT support. |
Environment
npx nuxi init nuxt-app
Reproduction
$ npx nuxi init nuxt-app
Nuxi 3.0.0 19:52:38
ERROR Failed to download template from registry: request to https://raw.githubusercontent.com/nuxt/starter/templates/templates/v3.json failed, reason: getaddrinfo ENOTFOUND my-company-proxy.com 19:52:39
Describe the bug
When i try to install nuxt3 app, the terminal throw me an error with this message:
Failed to download template from registry: request to https://raw.githubusercontent.com/nuxt/starter/templates/templates/v3.json failed, reason: getaddrinfo ENOTFOUND my-company-proxy.com
Additional context
Then, i ran this commands: env | grep -i proxy and then npm config list | grep -i proxy
The output of the first one : HTTP_PROXY=http://my-company-proxy.com
the output of the second one : nothing
Logs
No response
The text was updated successfully, but these errors were encountered: