-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to add a new dependency to the project using pnpm #101
Comments
how did you fixed it? |
I didn't actually fixed it, but I closed it cause I doesn't look like a bug, maybe something around permissions, I'm gonna investigate it later today, because I tried to install the same dependency in another project and it worked. Maybe Eckzzo can clarify it to me |
it's likely because of pnpm not linking packages from workspace. This happens when link-workspace-packages is set to there's a fix: when you reference a workspace package, for example: "@woovi-playground/tsconfig": "*" add the "@woovi-playground/tsconfig": "workspace:*" |
alternatively, you can set |
Bug
while trying to add the dependency cpy-cli, i've got the follow error:
this happens both on the server folder and the web folder, when I run the follow command: pnpm add -D cpy-cli
Environment info
Windows 10
Node v21.6.1
pnpm v9.1.1
npm v10.5.0
The text was updated successfully, but these errors were encountered: