Yarn install issue
@shailendra thakur
I am following the local setup documentation,
but error with Yarn 4.4.0 .

9 Replies
It seems like you canot reach the yarn registry, do you have internet on your machine/vm ?
Are you able to run a yarn init in an empty project and add basic dependencies ?
I don't think this is related to Twenty's ecosystem but rather your package manger installation
@shailendra thakur
I am connected to WiFi
I've always used npm before, but this is my first time working with Yarn
Okay, I will try to reinstall Yarn
Hey, I am trying to solve it but cannot do it successfully.



Twenty - Local Setup
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
yes i am following guide - local setup

what is your node version ? when you run yarn you get the same error as before ?
When I am in the root directory of my project, running 'yarn' produces an error. when I run 'yarn init' and then 'yarn install', it executes successfully.
After that, I get an error stating 'email build does not have executor configured'
and there are problems when starting the servers


I don't get why you run yarn init?
Could you remove the repo, clone again and follow that doc carefully https://twenty.com/developers/local-setup
Then if you get an error share all the steps you did
Twenty - Local Setup
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)