From 9ebac6df5adbff1fae9c38c0bee7d4d59814b519 Mon Sep 17 00:00:00 2001 From: Danilo Tuler Date: Fri, 6 Sep 2024 01:01:52 -0400 Subject: [PATCH] feat(cartesi): using std_npm_args --- Formula/cartesi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/cartesi.rb b/Formula/cartesi.rb index 913a3e2..f86212b 100644 --- a/Formula/cartesi.rb +++ b/Formula/cartesi.rb @@ -14,7 +14,7 @@ class Cartesi < Formula depends_on "node" def install - system "npm", "install", *Language::Node.std_npm_install_args(libexec) + system "npm", "install", *std_npm_args bin.install_symlink Dir["#{libexec}/bin/*"] # use node installed by the "node" formula instead of the PATH one