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! etherchain-light@0.0.0 start: node ./bin/www
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the etherchain-light@0.0.0 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
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! etherchain-light@0.0.0 start:
node ./bin/wwwnpm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the etherchain-light@0.0.0 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