1. brew install nodejs
    2. icu4c is keg-only, which means it was not symlinked into /usr/local,
    3. because macOS provides libicucore.dylib (but nothing else).
    4. If you need to have icu4c first in your PATH run:
    5. echo 'export PATH="/usr/local/opt/icu4c/bin:$PATH"' >> ~/.zshrc
    6. echo 'export PATH="/usr/local/opt/icu4c/sbin:$PATH"' >> ~/.zshrc
    7. For compilers to find icu4c you may need to set:
    8. export LDFLAGS="-L/usr/local/opt/icu4c/lib"
    9. export CPPFLAGS="-I/usr/local/opt/icu4c/include"
    10. ==> node
    11. Bash completion has been installed to:
    12. /usr/local/etc/bash_completion.d