原文**自:
使用 react native,必須安裝的依賴有:node、watchman 和 react native 命令列工具以及 xcode。
推薦使用 homebrew 來安裝 node 和 watchman。
1、homebrew是什麼?
homebrew是以最簡單,最靈活的方式來安裝蘋果公司在macos中不包含的unix工具。 換句話說就是macos 缺失的軟體包的管理器。
2、homebrew 安裝:
開啟mac終端,複製貼上下面命令,根據要求,一步一步即可。
/usr/bin/ruby -e "3、homebrew解除安裝:$(curl -fssl
"
開啟mac終端,複製貼上下面命令(其實只用把上面安裝的install換成uninstall就行了)。
/usr/bin/ruby -e "4、homebrew 怎麼使用?常用命令有哪些?$(curl -fssl
"
安裝軟體,如:brew install node
解除安裝軟體,如:brew uninstall node
搜尋軟體,如:brew search node
更新軟體,如:brew upgrade node
檢視安裝列表,如:brew list
更新homebrew,如:brew update
5、安裝中遇到的問題
(1)錯誤描述如下:
xcode-select: error: invalid developer directory '/library/developer/commandlinetools'
failed during: /usr/bin/sudo /usr/bin/xcode-select --switch /library/developer/commandlinetools
原因:xcode的命令列工具不再安裝在/library/developer/commandlinetools 這個位置了,而是如下圖所示的位置:
這個時候只需要使用下面這個命令設定一下就可以了:
最後再輸入下面命令驗證一下:
xcode-select -p列印輸出
然後再嘗試安裝命令,就沒有出現上面的那個問題了。
想法:個人覺得上面的那個問題可以不用管,因為xcode 已經自動安裝了commandlinetools這個工具。
6、詳細的流程:
password:
$ xcode-select -p/u
sr/b
in/r
uby−
e"'>/
Homebrew 安裝使用簡介
homebre簡稱brew,它其實就是mac osx上的一款軟體包的管理工具。類似於小紅帽 red hat 的yun,或者是烏班圖 ubuntu 的apt get,你可以在mac 終端使用brew命令去搜尋 安裝 解除安裝軟體。homebrew的安裝很簡單,只需要在終端鍵入下面這條命令就行了 rub...
Homebrew安裝與使用
homebrew是什麼?官方解釋 homebrew是以最簡單,最靈活的方式來安裝蘋果公司在macos中不包含的unix工具。官網 傳送門 homebrew 怎麼安裝 怎麼解除安裝 usr bin ruby e curl fssl usr bin ruby e curl fssl homebrew 怎...
MAC OS 使用 homebrew 安裝 git
開啟終端執行以下命令 usr bin ruby e curl fssl 安裝的過程中會彈出 press return to continue or any other key to abort 按回車繼續安裝,任意鍵終止。安裝完成後可以通過以下命令檢查是否安裝成功,及檢視版本號 brew versi...