What are we expecting out of this, we should be able to run following apps:
Create Turborepo App
I am going to use npm for now (Not yarn, not pnpm, but the classic npm)
npx create-turbo@latest turborepo-stack
It already creates a repo with two nextjs apps.

I am not happy with the default nextjs app, seems cheating. Also, there is no guarantee it would install the latest version.