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
al_ps
2
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
.
system
Closed
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.