79572486

Date: 2025-04-14 06:37:10
Score: 1
Natty:
Report link

I had this issue only when working with Docker and Nestjs, above solutions didn't worked. This one eventually helped:

in package.json:

"pnpm": {
    "onlyBuiltDependencies": ["bcrypt"]
},

in Dockerfile:

RUN pnpm install
RUN pnpm rebuild bcrypt
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MichaƂ Cesarczyk