TwentyT
Twenty7mo ago
6 replies
piket23

I am not able to run twenty in my local setup. Need help

I am able to do upto before yarn, I did every step. Context: I am doing this in Xubuntu in Virtual Box, I run "yarn install" it said like enough space not available so I increased Virtual Box size and then used GParted mounted it, run and allocated the unused space for using. Even after also this it didn't work. I am providing the reply of chatgpt on giving the error and telling to tell what is breaking: " 💥 What's Breaking
❌ Build failures – Native packages like:

sharp

canvas

nx
...are failing to build during install.

Why?
These need system-level dependencies (C++ compilers, image libraries, etc.) that are missing in your VirtualBox Ubuntu.

⚠️ Peer dependency warnings
Yarn is warning that your monorepo packages (like twenty-front, twenty-server, etc.) are missing required packages like:

react

vite

typescript

prettier

nestjs/common, etc.

These don't break the install, but can cause runtime issues or build errors later." // I would really appreciate if someone can guide me what is going wrong, is something I am missing. It is my first time I am running this mcuh huge repo, please guide me. If you want the full error, I can send that too.
Was this page helpful?