For Blitz.js to wrok properly you need to have Node.js 12 or newer.
You can create a new Blitz.js project using the Framework's cli tool.
Run npm install -g blitz
npm install -g blitz
blitz new myApp
cd myApp
blitz start