aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-01-25 12:48:37 +0000
committerMike McQuaid2015-01-25 12:48:37 +0000
commit8fa3572828672073455f829c58c0130f16e5e3c5 (patch)
tree90ac554974df5476ac5e562a57526b1bd99266de /Library
parent4544bfbf58be167825e479a9b739d96542b480e8 (diff)
downloadhomebrew-8fa3572828672073455f829c58c0130f16e5e3c5.tar.bz2
iojs: clarify npm situation.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/iojs.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/iojs.rb b/Library/Formula/iojs.rb
index 9b1cad58f..817e93af9 100644
--- a/Library/Formula/iojs.rb
+++ b/Library/Formula/iojs.rb
@@ -24,15 +24,9 @@ class Iojs < Formula
end
def caveats; <<-EOS.undent
- iojs was installed without npm. To install npm either:
- brew install node
- or follow:
- https://github.com/npm/npm#fancy-install-unix
+ iojs was installed without npm.
- To prepend iojs to your PATH add to your ~/.bashrc:
- export PATH="#{Formula["iojs"].opt_bin}:$PATH"
-
- This will also e.g. make npm use iojs's node.
+ iojs currently requires a patched npm (i.e. not the npm installed by node).
EOS
end