Open yarinsa opened 1 year ago
I'm also having this issue after updating to the latest version
yarn 3.5.0
yarn nodeLinker: node-modules
turbo 1.9.9
First version we were able to reproduce it was turbo@1.9.7
, but we were blocked by another issue so it might have been introduced earlier.
I get the same but while using patches (e..g "froala-editor": "patch:froala-editor@4.0.14#../../patches/froala-editor+4.0.14.patch",)
We get the same error with resolutions in the workspace root using the latest canary (or any other version for that matter).
Still seeing this issue with the latest version 1.10.7, this is a blocker to update, we are kind of stuck in an old version
We are experiencing this issue on 1.10.13
Still happening in turbo 1.12.2 and yarn 3.7.0
11.13 Turbo error: unable to find any locator for froala-editor@patch:froala-editor@4.0.14#../../patches/froala-editor+4.0.14.patch
package.json:
"froala-editor": "patch:froala-editor@4.0.14#../../patches/froala-editor+4.0.14.patch",
yarn.lock:
"froala-editor@patch:froala-editor@4.0.14#../../patches/froala-editor+4.0.14.patch::locator=%40apps%2Feditor%40workspace%3Aapps%2Feditor":
version: 4.0.14
resolution: "froala-editor@patch:froala-editor@npm%3A4.0.14#../../patches/froala-editor+4.0.14.patch::version=4.0.14&hash=431c3b&locator=%40apps%2Feditor%40workspace%3Aapps%2Feditor"
checksum: 85613e8dae9206989f29b9f8b88874f51be990c4c8eb6a06743bdc83fe87230f366fd416dd6676c23bb4924c7ffeb65c4d6739c2eae718100967e786114447b5
languageName: node
linkType: hard
maybe this could be fixed for yarn v3 like it got fixed for v4 by chris-olszewski in this PR? https://github.com/vercel/turbo/pull/6974
Looks like this is still an issue with 2.1.3
and yarn 4.
What version of Turborepo are you using?
1.9.8
What package manager are you using / does the bug impact?
Yarn v2/v3 (node_modules linker only)
What operating system are you using?
Mac
Describe the Bug
I am using a local dependency (that can't be uploaded to private registry unfortunately).
When running 'turbo prune --scope="my-pkg" --docker The outcome is that the final output of docker prune doesn't include the lock file
I am getting the following RUST error:
Expected Behavior
The process will exit with code 0
To Reproduce
Run the following codesandbox And run in the terminal
yarn turbo prune --scope=docs --docker
Reproduction Repo
No response