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
I have set up two nodes node0 and node1 with parity by following their tutorial on Ubuntu 18.04. I have deployed a contract with python web3, and the contract successfully deployed and is displayed in the home of ethereum light.
But when I try to enter the hash page of the contract deployment transaction, etherchain-light crashes with the following error:
npm ERR! Linux 4.18.0-22-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: node ./bin/www
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node ./bin/www'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the etherchain-light package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./bin/www
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs etherchain-light
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls etherchain-light
npm ERR! There is likely additional logging output above.
Why is this happening and how can I fix it? Thanks
The text was updated successfully, but these errors were encountered:
lychongaa
changed the title
Crash when opening contract has after new contract is uploaded
Crash when opening contract hash after new contract is uploaded
Jun 21, 2019
I have set up two nodes node0 and node1 with parity by following their tutorial on Ubuntu 18.04. I have deployed a contract with python web3, and the contract successfully deployed and is displayed in the home of ethereum light.
But when I try to enter the hash page of the contract deployment transaction, etherchain-light crashes with the following error:
npm ERR! Linux 4.18.0-22-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start:
node ./bin/www
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node ./bin/www'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the etherchain-light package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./bin/www
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs etherchain-light
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls etherchain-light
npm ERR! There is likely additional logging output above.
Why is this happening and how can I fix it? Thanks
The text was updated successfully, but these errors were encountered: