Facing the following error when deploying a NestJS Project

When deploying a NestJS application, I am seeing the following error on the logs:
sh: 1: nest: not found

I have seen this issue raised on some other threads, but the provided solutions are not working for me. I have a .node-version and an .nvmrc file in the root directory specifying my node versions.

This is what my package.json files looks like:

Hi there,

This might be a situation where nest is getting listed in the package.json but is never actually getting installed via something like npm install. Can you please verify that nestjs is actually getting i_nstalled_?

Regards,
Mike


Render Support Engineer, MT (UTC-6, UTC-7 in Winter)