How to use yarn in create-t3-app ? [SOLVED]
Just started discovering t3 and noticed that it ran npm install in the initialization part. what's the way to install dependencies with yarn?
4 Replies
yarn create t3-app
You can also just remove the
package-lock.json
and run yarn
thanks! actually mb i just discovered t3 released their docs
Create T3 App
Create T3 App
The best way to setup an opinionated, full-stack, typesafe Next.js project
gotcha