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
Hi, when I run yarn start:env, I get this error. Does this example require any other configuration prior to running the script ?
yarn run v1.22.10
$ ./scripts/start-env.sh
Starting new ganache-cli instance with an ap-chain snapshot.
Applying Pre-signed Transactions...
/mnt/d/code/example/node_modules/web3-core-helpers/src/errors.js:42
return new Error(message);
^
Error: Invalid JSON RPC response: ""
at Object.InvalidResponse (/mnt/d/code/example/node_modules/web3-core-helpers/src/errors.js:42:16)
at XMLHttpRequest.request.onreadystatechange (/mnt/d/code/example/node_modules/web3-providers-http/src/index.js:98:32)
at XMLHttpRequestEventTarget.dispatchEvent (/mnt/d/code/example/node_modules/xhr2-cookies/dist/xml-http-request-event-target.js:34:22)
at XMLHttpRequest._setReadyState (/mnt/d/code/example/node_modules/xhr2-cookies/dist/xml-http-request.js:208:14)
at XMLHttpRequest._onHttpRequestError (/mnt/d/code/example/node_modules/xhr2-cookies/dist/xml-http-request.js:349:14)
at ClientRequest.<anonymous> (/mnt/d/code/example/node_modules/xhr2-cookies/dist/xml-http-request.js:252:61)
at ClientRequest.emit (node:events:369:20)
at Socket.socketOnEnd (node:_http_client:496:9)
at Socket.emit (node:events:381:22)
at endReadableNT (node:internal/streams/readable:1307:12)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
error Command failed with exit code 1.
Hi, when I run yarn start:env, I get this error. Does this example require any other configuration prior to running the script ?