Skip to content

Commit fa02ab7

Browse files
committed
pnpm: remove conflicts_with corepack
Signed-off-by: Rui Chen <[email protected]>
1 parent 0aa17e9 commit fa02ab7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Formula/p/pnpm.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class Pnpm < Formula
2121

2222
depends_on "node" => [:build, :test]
2323

24-
conflicts_with "corepack", because: "both installs `pnpm` and `pnpx` binaries"
25-
2624
def install
2725
system "npm", "install", *std_npm_args
2826
bin.install_symlink libexec.glob("bin/*")

0 commit comments

Comments
 (0)