aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 200955c4e..6e626b3a2 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -24,6 +24,7 @@ class Node < Formula
s.gsub! '/opt/local/lib', '/usr/lib'
end
+ # Why skip npm install? Read https://github.com/mxcl/homebrew/pull/8784.
args = ["--prefix=#{prefix}", "--without-npm"]
args << "--debug" if ARGV.include? '--debug'