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