I am trying to deploy my node.js application on render.com then i am getting this error i have tried everthing to resolve this

error when using the multer dependency

node:internal/modules/cjs/loader:1148

Oct 31 10:54:51 AM throw err;

Oct 31 10:54:51 AM ^

Oct 31 10:54:51 AM

Oct 31 10:54:51 AMError: Cannot find module ‘multer’

Oct 31 10:54:51 AMRequire stack:

Oct 31 10:54:51 AM- /opt/render/project/src/app.js

Hi,

That error would imply you’ve not installed your dependencies (npm install), or that multer is not listed as a dependency in your package.json.

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