Created
April 8, 2025 21:15
-
-
Save zi-gae/cf3c67682e5bd71bd458d50970937416 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path /Users/geonwoo.jeong/Documents/gitrepo/chatgpt-your-files/node_modules/supabase | |
command failed | |
command sh -c node scripts/postinstall.js | |
Downloading https://github.com/supabase/cli/releases/download/v1.102.0/supabase_darwin_arm64.tar.gz | |
file:///Users/geonwoo.jeong/Documents/gitrepo/chatgpt-your-files/node_modules/node-fetch/src/index.js:108 | |
reject(new FetchError(`request to ${request.url} failed, reason: ${error.message}`, 'system', error)); | |
^ | |
FetchError: request to https://github.com/supabase/cli/releases/download/v1.102.0/supabase_darwin_arm64.tar.gz failed, reason: unable to get local issuer certificate | |
at ClientRequest.<anonymous> (file:///Users/geonwoo.jeong/Documents/gitrepo/chatgpt-your-files/node_modules/node-fetch/src/index.js:108:11) | |
at ClientRequest.emit (node:events:517:28) | |
at TLSSocket.socketErrorListener (node:_http_client:501:9) | |
at TLSSocket.emit (node:events:517:28) | |
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) { | |
type: 'system', | |
errno: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY', | |
code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY', | |
erroredSysCall: undefined | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment