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.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 7c3ef51fc..c556b4c03 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -27,4 +27,8 @@ class Node <Formula
system "./configure", *args
system "make install"
end
+
+ def caveats
+ "Please add #{HOMEBREW_PREFIX}/lib/node to your NODE_PATH environment variable to have node libraries picked up."
+ end
end