phaser3-typescript-parcel-template
phaser3-typescript-parcel-template copied to clipboard
Parcel Installation fails
Parcel by default is installing v1 and fails at least on node v16.
Instead had to install v2 npm install -g parcel@next
I was able to use this fork I made to get this working with parcel 2.