Nest JS not found

Hi, i can’t deploy my project in NestJs with nodejs. This is the error in console:

This is a new proyect, with nestjs + prisma.io + postgresql.
How i can deploy nestjs app?
Thankyou!!!

Hi Marcelo,

Thanks for reaching out.

The error seems to be pointing to a missing dependency. Be sure your Build Command is setting up your service as you need, that you have an up-to-date lockfile, using the same package manager, etc. May also be worth ensuring your using the same Node version as you did in development: Specifying a Node Version

If you’re still having trouble, maybe you could share some more details of the issue you are experiencing that may help us troubleshoot it with you, e.g. service ID/URL, reproduction steps, etc. If you don’t want to share these details on the community forum, please feel free to raise a ticket with support@render.com

Thanks

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.