From 7e9f295cc90f06358a228495f0c954a33a36ea5b Mon Sep 17 00:00:00 2001 From: John Earles Date: Mon, 5 Dec 2011 19:54:10 -0500 Subject: node: Add comment explaining why --without-npm Users looking at the formula don't know why we are not installing npm. Add a comment pointing to the original discussion. Closes #8989. Signed-off-by: Charlie Sharpsteen --- Library/Formula/node.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula/node.rb') 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' -- cgit v1.2.3