青いやつの進捗日記。

メモとしてべんきょうのしんちょくをかいていきます。あとで自分が検索しやすいもん

homebrew

brew updateしようとしたらhomebrew-core is a shallow clone.と言われてできない

> brew update Error: homebrew-core is a shallow clone. To `brew update`, first run: git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow This command may take a few minutes to run due to the large size of the re…

M1MacでのWeb開発の開発環境構築。homebrewやnodeが特に注意

一緒のプロジェクトのメンバーがM1のMacで開発環境の構築のサポートをしたメモ。 zshになっているか確認 最近のmacOSはデフォルトがzshなので、たぶんなにもしなくてもzshになっている気はしています echo $SHELL と入力し /bin/zsh と出たらzshになっていま…

自分用のMacを買い替えたのでyarn入れようと思ったらまずHomebrewとか入ってなかった。npmとかyarnとかnodeとかgulpとかnodenvとかどう入れるんだっけ。インストール。

fukatsu.tech というわけでまずはこれ。 brew.sh /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" で、Homebrewが入ります。 次に、yarnのインストール。 yarnpkg.com brew install yarn これでインス…