-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove inferring turbo version from package.json or turbo.json (#…
…8437) ### Description We're seeing failures when we try to invoke `turbo` via npx with a range instead of a fully resolved version. We'll try to get to the bottom of this, but in the meantime we'll avoid this codepath. For the most part this makes sense as users should have a lockfile. Guessing version based on package.json or turbo.json can still result in a version mismatch so restricting this behavior only when we're sure of the version the user wants makes sense. ### Testing Instructions Updated unit tests
- Loading branch information
1 parent
fb35321
commit 53393f5
Showing
1 changed file
with
4 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters