Relative Content

Tag Archive for typescriptexpressvitedigital-oceanvps

Cannot build TypeScript projects on DigitalOcean Droplet

I have a GitHub repository in which there are two folders, namely client and server. My client folder is a Vite React TypeScript project and my server one is Express with TypeScript. I can build on my local computer just fine. However, when I clone my repo into my DigitalOcean droplet (1CPU, 512Mb RAM), I cannot build it.