framework
framework copied to clipboard
Can not initialize the project
Environment
OS: Windows 10 node: v16.17.0
Reproduction
It does not make sense upload empty folder
Describe the bug
"Hostname/IP does not match certificate's altnames" this kind of error on initializing via npx nuxi init
Additional context
No response
Logs
request to https://codeload.github.com/nuxt/starter/tar.gz/refs/heads/v3 failed, reason: Hostname/IP does not match certificate's altnames: Host: codeload.github.com. is not in the cert's altnames: DNS:dns.google, DNS:dns.google.com, DNS:*.dns.google.com, DNS:8888.google, DNS:dns64.dns.google, IP Address:8.8.8.8, IP Address:8.8.4.4, IP Address:################, IP Address::################, IP Address::################, IP Address::################
at ClientRequest.<anonymous> (/C:/Users/Admin/AppData/Local/npm-cache/_npx/a95e0f536cf9a537/node_modules/nuxi/dist/chunks/init.mjs:11912:11)
at ClientRequest.emit (node:events:513:28)
at TLSSocket.socketErrorListener (node:_http_client:481:9)
at TLSSocket.emit (node:events:513:28)
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
I can't reproduce; would you try again with npx nuxi@latest in case you have an outdated version of nuxi in your npm cache?
I think have the same problem, eternal loading at access port 3000
Ubuntu 20.04.4 LTS x86_64
Node v16.16.0

@J4MSH1D Are you using an http proxy on your system?