gnosischain/posdao-test-setup

Bad error message when running with Node versions older than 10

Closed this issue · 2 comments

Running on Node 8 failed with a confusing error that suggests a problem with our code, not a too-old version of Node.

Let's remove using assert from scripts/getReservedPeer.js to be able to launch it with node js 8.

I have Node 8, so each time I clone this repo I have to comment out those lines to make it work.

Fixed by #13.