Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
node: Rephrase caveat to clarify post-#22408 situation
Browse files Browse the repository at this point in the history
Closes #34413.

Signed-off-by: Mike McQuaid <[email protected]>
  • Loading branch information
claui authored and MikeMcQuaid committed Nov 25, 2014
1 parent b0ed382 commit 4b9395f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def caveats

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
Expand Down

0 comments on commit 4b9395f

Please sign in to comment.