Home Projects Portfolio Dashboard Export PDF Log in

Languages

English
18

Latest Updates

Documenting code, one commit at a time.

Stripe 2 posts
×

Resolving Dependency Resolution Issues in NestJS Projects

The Troubleshooting Journey

When working on the uclosset-server project, I recently encountered the dreaded MODULE_NOT_FOUND error. While common in Node.js environments, these issues can quickly derail development velocity, especially when using a complex stack involving NestJS, Prisma, and Stripe integration.

The Challenge

In a modular architecture, dependency management becomes the

Optimizing Vercel Deployments for NestJS Applications

The Deployment Challenge

When deploying a full-stack application built with NestJS, Prisma, and Stripe, the build configuration is just as important as the code itself. Recently, while working on the uclosset-server project, I encountered a situation where the application failed to compile correctly in a Vercel production environment, despite running perfectly in local development.