Open4
TIL
☁ ⚡ asdf local nodejs 18.14.1
☁ ⚡ yarn && yarn dev
No preset version installed for command yarn
Please install a version by running one of the following:
asdf install nodejs 18.14.1
or add one of the following versions in your config file at ~/.tool-versions
nodejs 16.19.0
nodejs 18.12.1
nodejs 18.13.0
nodejs 18.14.0
☁ ⚡ asdf install nodejs 18.14.1
nodejs 18.14.1 is already installed
☁ ⚡ corepack enable
☁ ⚡ asdf reshim
☁ ⚡ yarn && yarn dev
yarn install v1.22.19
...
SentryのUSTはJSTに変えられる。
グローバルに .gitignore
したい場合は ~/.config/git/ignore
にファイル名を追加する。
.gitconfig
への設定は不要。
$ touch ~/.config/git/ignore
$ vi ~/.config/git/ignore
asdf で lts を選択すると long time support
なバージョンを入れてくれるよ
$ asdf global lts nodejs