79330408

Date: 2025-01-05 08:27:47
Score: 2
Natty:
Report link

when you get the error , first check the root pnpm-workspace.yaml to have your packages like:

packages:

then try to add the custom dependency into your each project package.json

"dependencies": { "@Custom-package": "workspace:*", }

and then try to install your project one by one

pnpm install

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): when you
  • Low reputation (0.5):
Posted by: Alireza Atashnejad