No analytics data has been sent yet (or will be during this `install` run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
==> Installing dependencies for node: icu4c
==> Installing node dependency: icu4c
==> Downloading https://homebrew.bintray.com/bottles/icu4c-64.2.high_sierra.bott
==> Downloading from https://akamai.bintray.com/02/02afdd6a472c31351e46a3b2a38c1
######################################################################## 100.0%
==> Pouring icu4c-64.2.high_sierra.bottle.tar.gz
==> Caveats
icu4c is keg-only, which means it was not symlinked into /usr/local,
because macOS provides libicucore.dylib (but nothing else).
If you need to have icu4c first in your PATH run:
echo ‘export PATH=”/usr/local/opt/icu4c/bin:$PATH”‘ >> ~/.bash_profile
echo ‘export PATH=”/usr/local/opt/icu4c/sbin:$PATH”‘ >> ~/.bash_profile
For compilers to find icu4c you may need to set:
export LDFLAGS=”-L/usr/local/opt/icu4c/lib”
export CPPFLAGS=”-I/usr/local/opt/icu4c/include”
==> Summary
🍺 /usr/local/Cellar/icu4c/64.2: 257 files, 69.5MB
==> Installing node
==> Downloading https://homebrew.bintray.com/bottles/node-13.11.0.high_sierra.bo
==> Downloading from https://akamai.bintray.com/27/27ece592611f84f56af9e4cf14308
######################################################################## 100.0%
==> Pouring node-13.11.0.high_sierra.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Summary
🍺 /usr/local/Cellar/node/13.11.0: 4,686 files, 60.2MB
==> Caveats
==> icu4c
icu4c is keg-only, which means it was not symlinked into /usr/local,
because macOS provides libicucore.dylib (but nothing else).
If you need to have icu4c first in your PATH run:
echo ‘export PATH=”/usr/local/opt/icu4c/bin:$PATH”‘ >> ~/.bash_profile
echo ‘export PATH=”/usr/local/opt/icu4c/sbin:$PATH”‘ >> ~/.bash_profile
For compilers to find icu4c you may need to set:
export LDFLAGS=”-L/usr/local/opt/icu4c/lib”
export CPPFLAGS=”-I/usr/local/opt/icu4c/include”
==> node
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
なんでビール出るん……。でも大丈夫ぽい。
次に以下を実行。
brew install watchman
あ、成功した。
React Native CLIのインストール
以下を実行する。
npm install -g react-native-cli
どうかな。
+ react-native-cli@2.0.1
added 72 packages from 25 contributors in 6.918s
コメント