Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
node: add icu caveat
Browse files Browse the repository at this point in the history
Closes #46084.
  • Loading branch information
DomT4 committed Nov 17, 2015
1 parent 304d101 commit de802bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Library/Formula/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ def caveats
EOS
end

if build.without? "full-icu"
s += <<-EOS.undent
Please note by default only English locale support is provided. If you need
full locale support you should:
`brew reinstall node --with-full-icu`
EOS
end

s
end

Expand Down

0 comments on commit de802bc

Please sign in to comment.