Проблема:
Я клонировал репозиторий Hyperledger-Indy SDK и затем я пытаюсь запустить образец nodeJs Сначала я выполнил команду npm run ledger: start
, а затем выдал npm установите и затем npm запустите запуск внутри папки nodejs. После этого я получил
> samples@1.0.0 start /home/tharindu/indy-sdk/samples/nodejs
> node src/main.js
gettingStarted.js -> started
Open Pool Ledger: pool1
done
(node:4013) UnhandledPromiseRejectionWarning: IndyError: PoolLedgerTimeout
at Object.callback (/home/tharindu/indy-sdk/samples/nodejs/node_modules/indy-sdk/src/wrapIndyCallback.js:15:10)
(node:4013) UnhandledPromiseRejectionWarning: Unhandled promise rejection. 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(). (rejection id: 1)
(node:4013) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Эта ошибка на терминале. Может кто-нибудь помочь мне решить эту проблему? Я много пытался найти решение этой проблемы, но мне не удалось найти решение этой проблемы. Спасибо.