-
Notifications
You must be signed in to change notification settings - Fork 49
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
Problem with local packages in turborepo #182
Comments
Note: There seems to be an incompatibility problem here with manypkg and pnpm. This problem was first reported three years ago. I have the same problem, but I'm referencing my local package dependency (
Error:
Related:
While this does work, be advised that you may be missing out on some of the benefits that come along with using the |
PRs are welcome 😉 I definitely don't have the capacity to work on this but I could review a PR that would introduce such a feature. |
I have this dependency in my app package.json:
"lib": "file:../../packages/lib"
lib package.json:
I get this error when run npm install:
I think this is a bug.
The text was updated successfully, but these errors were encountered: