pnpm install does not work anymore, here is the error I'm getting:
Scope: all 5 workspace projects
/Users/my-username/path/to/ui3/docs:
ERR_PNPM_LINKED_PKG_DIR_NOT_FOUND Could not install from "/Users/my-username/path/to/ui-pro2" as it does not exist.
This error happened while installing a direct dependency of /Users/my-username/path/to/ui3/docs
It seems there is a reference to ui-pro2 inside the docs package, in fact, if I remove docs from pnpm-workspace.yaml everything works: (or at least, I can run pnpm install)
Indeed I'm using this to develop @nuxt/ui-pro v2 is parallel as it's not published yet. You can remove docs from the pnpm-workspace.yaml while developing!
Environment
Version
v3.0.0
Reproduction
https://stackblitz.com/~/github.com/mauroerta/ui3
Description
pnpm install
does not work anymore, here is the error I'm getting:It seems there is a reference to
ui-pro2
inside thedocs
package, in fact, if I removedocs
frompnpm-workspace.yaml
everything works: (or at least, I can runpnpm install
)Additional context
No response
Logs
No response