You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inferred type of 'useMeta' cannot be named without a reference to '.pnpm/[email protected]/node_modules/zhead/dist/shared/zhead.177ad851'. This is likely not portable. A type annotation is necessary.
! Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-9.15.1.tgz
node:events:495
throw er; // Unhandled 'error' event
^
TypeError: terminated
at Fetch.onAborted (node:internal/deps/undici/undici:11190:53)
at Fetch.emit (node:events:517:28)
at Fetch.terminate (node:internal/deps/undici/undici:10375:14)
at Object.onError (node:internal/deps/undici/undici:11308:38)
at _Request.onError (node:internal/deps/undici/undici:7468:31)
at errorRequest (node:internal/deps/undici/undici:10038:17)
at TLSSocket.onSocketClose (node:internal/deps/undici/undici:9193:9)
at TLSSocket.emit (node:events:529:35)
at node:net:350:12
at TCP.done (node:_tls_wrap:657:7)
Emitted 'error' event on Readable instance at:
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
[cause]: SocketError: other side closed
at TLSSocket.onSocketEnd (node:internal/deps/undici/undici:9169:26)
at TLSSocket.emit (node:events:529:35)
at endReadableNT (node:internal/streams/readable:1400:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'UND_ERR_SOCKET',
socket: {
localAddress: '10.1.0.173',
localPort: 62412,
remoteAddress: '104.16.2.35',
remotePort: 443,
remoteFamily: 'IPv4',
timeout: undefined,
bytesWritten: 451,
bytesRead: 3285332
}
}
}
Node.js v18.20.5