framework icon indicating copy to clipboard operation
framework copied to clipboard

Can not initialize the project

Open J4MSH1D opened this issue 3 years ago • 1 comments

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 (also try npx nuxi@latest init but doesn't work)

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)

J4MSH1D avatar Sep 21 '22 01:09 J4MSH1D

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?

danielroe avatar Sep 21 '22 08:09 danielroe

I think have the same problem, eternal loading at access port 3000 Ubuntu 20.04.4 LTS x86_64 Node v16.16.0 image

devsquad-gustavo avatar Sep 23 '22 16:09 devsquad-gustavo

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

danielroe avatar Nov 02 '22 20:11 danielroe