MintyTON icon indicating copy to clipboard operation
MintyTON copied to clipboard

'ERR_UNHANDLED_REJECTION'

Open vitotoman opened this issue 10 months ago • 1 comments

Hello, I just started learning programming, please tell me what the problem is?

MintyTON % yarn start

yarn run v1.22.19 $ tsc --skipLibCheck && node dist/app.js Started uploading images to IPFS... node:internal/process/promises:289 triggerUncaughtException(err, true /* fromPromise */); ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<Object>".] { code: 'ERR_UNHANDLED_REJECTION' }

Node.js v20.5.1 error Command failed with exit code 1.

vitotoman avatar Apr 29 '24 20:04 vitotoman