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.
4 Replies
Hello
You need to increase disk space so you can have access to installed deps
If when building the project you're having module not found that means you don't have the deps installed on your machine
oh ohk
See I am getting this @Prastoin , is it breaking?


I'm sorry not sure to understand the question
The issue seems to be your twenty-server here