ajthinking
ajthinking
TTCTheo's Typesafe Cult
Created by ajthinking on 2/5/2025 in #questions
Why does "yarn create t3-app" freeze? | Mac, node 22.5.1, yarn 4.6.0 (via nvm)
➜ Code yarn --version 4.6.0 ➜ Code yarn create t3-app ➤ YN0000: · Yarn 4.6.0 ➤ YN0000: ┌ Resolution step ➤ YN0085: │ + create-t3-app@npm:7.38.1, @babel/code-frame@npm:7.26.2, @babel/generator@npm:7.26.5, and 91 more. ➤ YN0000: └ Completed in 0s 893ms ➤ YN0000: ┌ Post-resolution validation ➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details. ➤ YN0000: └ Completed ➤ YN0000: ┌ Fetch step ➤ YN0013: │ 94 packages were added to the project (+ 8.96 MiB). ➤ YN0000: └ Completed in 0s 723ms ➤ YN0000: ┌ Link step ➤ YN0000: │ ESM support for PnP uses the experimental loader API and is therefore experimental ➤ YN0000: └ Completed ➤ YN0000: · Done with warnings in 1s 668ms │ ◇ What will your project be called? │ freezer │ ◇ Will you be using TypeScript or JavaScript? │ TypeScript │ ◇ Will you be using Tailwind CSS for styling? │ Yes │ ◇ Would you like to use tRPC? │ Yes │ ◇ What authentication provider would you like to use? │ None │ ◇ What database ORM would you like to use? │ Prisma │ ◇ Would you like to use Next.js App Router? │ Yes │ ◇ What database provider would you like to use? │ SQLite (LibSQL) │ ◇ Should we initialize a Git repository and stage the changes? │ No │ ◇ Should we run 'yarn'? │ Yes │ ◇ What import alias would you like to use? │ ~/ Using: yarn ✔ freezer scaffolded successfully! Adding boilerplate... ✔ Successfully setup boilerplate for prisma ✔ Successfully setup boilerplate for tailwind ✔ Successfully setup boilerplate for trpc ✔ Successfully setup boilerplate for envVariables ✔ Successfully setup boilerplate for eslint Installing dependencies... ⠼ ➤ YN0007: │ @prisma/client@npm:5.22.0 [7ebc9] must be built because it never has been before or the last one failed
2 replies