Skip to content

Commit

Permalink
yarn: remove conflicts_with corepack
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Oct 27, 2024
1 parent fda9221 commit c086f5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/y/yarn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class Yarn < Formula
depends_on "node" => :test

conflicts_with "hadoop", because: "both install `yarn` binaries"
conflicts_with "corepack", because: "both install `yarn` and `yarnpkg` binaries"

def install
libexec.install buildpath.glob("*")
Expand Down

0 comments on commit c086f5c

Please sign in to comment.