79585801

Date: 2025-04-22 06:22:58
Score: 1.5
Natty:
Report link

Is there any reason you add @types/node inside the prebuild ? (You may not need that. you can remove the prebuild or remove installing @types/node in prebuild)

Remove npm install in build step

"build": "npx prisma generate && next build",

and try this version for the node types

"@types/node": "^20.8.10"
Reasons:
  • Blacklisted phrase (1): Is there any
  • Whitelisted phrase (-1): try this
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (0.5):
Posted by: Shane Dushyantha