って書いたんですけど。
$ nodenv install 13.0.0
をしたら、
node-build: definition not found: 13.0.0 See all available versions with `nodenv install --list'. If the version you need is missing, try upgrading node-build: cd /Users/[$USER_NAME]/.anyenv/envs/nodenv/plugins/node-build && git pull && cd -
と出て。( [$USER_NAME] は自分のに置き換えてください)
この通り、
$ cd /Users/[$USER_NAME]/.anyenv/envs/nodenv/plugins/node-build $ git pull
したら
これだけで更新されました…え…楽になってる…前はこんなのでなかった…