node.js: fix library path in caveats
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2eab58fe7f
commit
4b69e3f78b
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ class Node < Formula
|
|||
end
|
||||
|
||||
def caveats
|
||||
"Please add #{HOMEBREW_PREFIX}/lib/node to your NODE_PATH environment variable to have node libraries picked up."
|
||||
"Please add #{HOMEBREW_PREFIX}/lib/node_modules to your NODE_PATH environment variable to have node libraries picked up."
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue