When I first install parcel and run parcel index.html, I meet the following problem:

env:
npm: 5.6.0
node: v6.11.2
Run node 8.x+ Async functions are not supported in node 6
We need to compile the bin folder with babel to support node 6.
Most helpful comment
We need to compile the
binfolder with babel to support node 6.