-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
What version of Turborepo are you using?
1.0.24
What package manager are you using / does the bug impact?
Yarn v1
What operating system are you using?
Windows
Describe the Bug
First, thanks for you amazing work 😄 👍
Whenever I use yarn turbo prune --scope=web
, even with the default starter, i get the following error :
ERROR Failed finalize lockfile: rename C:\Users\xxxxxxxx\test-turborepo\out\yarn-tmp.lock C:\Users\xxxxxxxx\test-turborepo\out\yarn.lock: The process cannot access the file because it is being used by another process.
Expected Behavior
Finish the turbo prune command without any error
To Reproduce
npx create-turbo@1.0.24
cd my-turborepo
yarn turbo prune --scope=web
Node v16.13.1
Windows 10
Metadata
Metadata
Assignees
Labels
No labels