-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
area: windowsIssues specifically reproducing on WindowsIssues specifically reproducing on Windowskind: bugSomething isn't workingSomething isn't working
Description
What version of Turborepo are you using?
1.4.3
What package manager are you using / does the bug impact?
Yarn v2/v3 (node_modules linker only)
What operating system are you using?
Windows
Describe the Bug
After turbo prune
in out
folder yarn.lock
has empty resolution field in all dependencies:
"@adobe/css-tools@npm:^4.0.1":
version: 4.0.1
resolved: ""
integrity: ""
And after yarn install
it generates the following error:
Assertion failed: Expected the lockfile entry to have a resolution field (@adobe/css-tools@npm:^4.0.1)
Expected Behavior
yarn install
works correctly
To Reproduce
In the basic
example:
- yarn set version latest
- yarn config set nodeLinker node-modules
- yarn install
- yarn turbo prune --scope=web
- copy
out
folder somewhere (to exclude it from monorepo)
In theout
folder: - yarn set version latest
- yarn config set nodeLinker node-modules
- yarn install
Metadata
Metadata
Assignees
Labels
area: windowsIssues specifically reproducing on WindowsIssues specifically reproducing on Windowskind: bugSomething isn't workingSomething isn't working