diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/npm.rb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Library/Formula/npm.rb b/Library/Formula/npm.rb index 60ee770f2..7c7d62094 100644 --- a/Library/Formula/npm.rb +++ b/Library/Formula/npm.rb @@ -55,12 +55,19 @@ EOS def caveats; <<-EOS.undent npm will install binaries to: #{share_bin} + You may want to add this to your PATH. npm will install libraries to: - #{node_lib}/.node_libraries + #{node_lib}/.npm To manually remove libraries installed by npm, delete this (hidden!) folder. + + npm will also symlink libraries to: + #{node_lib} + + You will want to add this to your NODE_PATH if you wish to + require libraries without a path. EOS end end |
