Parcel by default is installing v1 and fails at least on node v16. Instead had to install v2 npm install -g parcel@next
Parcel by default is installing v1 and fails at least on node v16.
Instead had to install v2
npm install -g parcel@next