npx create-prisma-appsync-app@latest is not working if the detected package manager is Yarn.
Getting the following error message after initial installation, and also when manually installing and rerunning per error instructions.
Error: Could not resolve @prisma/client despite the installation that we just tried.
Please try to install it by hand with yarn add @prisma/client and rerun yarn dlx "prisma generate" 🙏.
Error: Command failed with exit code 1: npx prisma generate
Using yarn version 4.4.0