T
Twentyβ€’2mo ago
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.
4 Replies
Prastoin
Prastoinβ€’2mo ago
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
piket23
piket23OPβ€’2mo ago
oh ohk
piket23
piket23OPβ€’2mo ago
See I am getting this @Prastoin , is it breaking?
No description
No description
Prastoin
Prastoinβ€’2mo ago
I'm sorry not sure to understand the question The issue seems to be your twenty-server here

Did you find this page helpful?