parent
270609af6c
commit
5a2055639b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue