-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
What version of Turborepo are you using?
1.9.3
What package manager are you using / does the bug impact?
npm
What operating system are you using?
Mac
Describe the Bug
After upgrading to 1.9.3. from 1.8, I'm seeing the following warning when running any turbo command:
Issues occurred when constructing package graph. Turbo will function, but some features may not be available: 4 errors occurred:
* error performing lockfile operation
* error performing lockfile operation
* error performing lockfile operation
* error performing lockfile operation
I also see it on the canary builds. Turborepo operates the way it used to (from what I can tell) but I can't find a way to determine the actual nature of these errors. Increasing verbosity doesn't appear to help.
Expected Behavior
Expected to see a description of the actual lockfile error(s) so that they can be corrected.
To Reproduce
This happens whenever I run turbo <command>
. Unable to share a repo link, as it's a private repository.
Reproduction Repo
No response
amaechler, kkoudelka, xmlking, tonytargaryen and mathix420