79720765

Date: 2025-07-31 04:05:13
Score: 0.5
Natty:
Report link

In your root pnpm-workspace.yaml, make sure it includes all packages:

packages:
  - "apps/*"
  - "packages/*"

Then hoist shared deps to the root by adding them at the top-level package.json:

{
  "dependencies": {
    "zod": "^3.24.2",
    "sonner": "^2.0.6"
  }
}

Then run:
pnpm install

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mike Tabag Estonanto