benjamincanac / ui3

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
54 stars 8 forks source link

Can't run anymore `pnpm install` #82

Closed mauroerta closed 4 months ago

mauroerta commented 4 months ago

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:

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)

packages:
  - "./"
  - "cli"
-  - "docs"
  - "playground"
  - "modules/*"

Additional context

No response

Logs

No response

benjamincanac commented 4 months ago

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!