Error of cloudinary pear with multer-storage-cloudinary

npm error Could not resolve dependency:

Oct 14 02:11:19 PMnpm error peer cloudinary@“^1.21.0” from multer-storage-cloudinary@4.0.0

Oct 14 02:11:19 PMnpm error node_modules/multer-storage-cloudinary

Oct 14 02:11:19 PMnpm error multer-storage-cloudinary@“^4.0.0” from the root project

Hi,

That looks like a conflicting peer dependency, which is an issue with your defined packages (package.json). This is not an issue unique to Render.

You’ll need to review your dependencies to make sure peer dependencies are compatible. It can often point to packages that need to be updated.

That error usually contains more details suggesting a way to ignore conflicting dependencies. However, it would be better to review/fix your dependencies than to force-install possibly incompatible packages.

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