You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Using yarn version 4.4.0
The text was updated successfully, but these errors were encountered: