[SOLVED] Unable to Install Meteor (Timeout)

Hello,

I am trying to start a new Meteor project however I get the following error.

$ meteor create
? What is the name/path of your app?  node-app
? Which skeleton do you want to use? 
? Which skeleton do you want to use? Vue # To create a basic Vue3-based app
AggregateError                                
    at internalConnectMultiple (node:net:1134:18)
    at internalConnectMultiple (node:net:1210:5)
    at Timeout.internalConnectMultipleTimeout (node:net:1742:5)
    at listOnTimeout (node:internal/timers:590:11)
    at processTimers (node:internal/timers:523:7) {
  code: 'ETIMEDOUT',
  [errors]: [
    Error: connect ETIMEDOUT 172.67.137.45:443
        at createConnectionError (node:net:1678:14)
        at Timeout.internalConnectMultipleTimeout (node:net:1737:38)
        at listOnTimeout (node:internal/timers:590:11)
        at processTimers (node:internal/timers:523:7) {
      errno: -110,
      code: 'ETIMEDOUT',
      syscall: 'connect',
      address: '172.67.137.45',
      port: 443
    },
    Error: connect ENETUNREACH 2606:4700:3035::ac43:892d:443 - Local (:::0)
        at internalConnectMultiple (node:net:1206:16)
        at Timeout.internalConnectMultipleTimeout (node:net:1742:5)
        at listOnTimeout (node:internal/timers:590:11)
        at processTimers (node:internal/timers:523:7) {
      errno: -101,
      code: 'ENETUNREACH',
      syscall: 'connect',
      address: '2606:4700:3035::ac43:892d',
      port: 443
    },
    Error: connect ETIMEDOUT 104.21.26.159:443
        at createConnectionError (node:net:1678:14)
        at Timeout.internalConnectMultipleTimeout (node:net:1737:38)
        at listOnTimeout (node:internal/timers:590:11)
        at processTimers (node:internal/timers:523:7) {
      errno: -110,
      code: 'ETIMEDOUT',
      syscall: 'connect',
      address: '104.21.26.159',
      port: 443
    },
    Error: connect ENETUNREACH 2606:4700:3037::6815:1a9f:443 - Local (:::0)
        at internalConnectMultiple (node:net:1206:16)
        at Timeout.internalConnectMultipleTimeout (node:net:1742:5)
        at listOnTimeout (node:internal/timers:590:11)
        at processTimers (node:internal/timers:523:7) {
      errno: -101,
      code: 'ENETUNREACH',
      syscall: 'connect',
      address: '2606:4700:3037::6815:1a9f',
      port: 443
    }
  ]
}
1 Like

Closed as Resolved.

The issue was resolved by disabling ipv6.

1 Like