Skip to content

Fix pnpm

Salem Mohammed Shamakh requested to merge salemkode/backend:fix-pnpm into master

This PR addresses an issue encountered when using pnpm as the package manager for the project. The body-parser package was not functioning properly when installed via pnpm due to dependency resolution constraints.

To resolve this issue, I've added body-parser as a direct dependency in the project's package.json. This ensures that it is properly installed and functional when using pnpm.

Merge request reports