It is showing this error, i'm using npx still it is showing using yarn, npx is working fine when i'm using it for react app
It should provide me the next app starter
A temporary fix might be "npx create-next-app@latest --use-npm", so that creat-next-app will use npm instead of yarn while installing.