"Webpack module not found" while running nestjs app

I am trying to deploy my nestjs app but it keeps bring up this error “Webpack module not found” even though I am doing nothing related with webpack.

Hi there,
It might be related to the Node version here - older versions of npm didn’t install a packages dependencies, webpack may be a dependency of a package you have listed as a dependency.

See https://render.com/docs/node-version for details

Regards,

John B
Render Support, UTC+1 :uk:

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