aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorClaudia2014-11-25 04:43:12 +0100
committerMike McQuaid2014-11-25 10:13:14 +0000
commit4b9395f16393eb139b8b5a728895d78c53ab2a9a (patch)
treeddd42e90e28513ab4be8ea7925f80af768bb65cf /Library/Formula
parentb0ed382157b4585a09320791852ff8c5e1621a80 (diff)
downloadhomebrew-4b9395f16393eb139b8b5a728895d78c53ab2a9a.tar.bz2
node: Rephrase caveat to clarify post-#22408 situation
Closes #34413. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 7beead81a..c373963c5 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -94,8 +94,8 @@ class Node < Formula
if build.with? "npm"
s += <<-EOS.undent
- If you update npm itself do NOT use the npm upgrade command
- Instead execute:
+ If you update npm itself, do NOT use the npm update command.
+ The recommended way to update npm is:
npm install -g npm@latest
EOS
else