nodebrewを利用していましたが、インストールできない場合などが多くなってきたので、nodenvに切り替えました😺
$ brew install nodenv $ eval "$(nodenv init -)" $ curl -fsSL https://github.com/nodenv/nodenv-installer/raw/master/bin/nodenv-doctor | bash Checking for `nodenv' in PATH: /opt/homebrew/bin/nodenv Checking for nodenv shims in PATH: OK Checking `nodenv install' support: /opt/homebrew/bin/nodenv-install (node-build 4.9.116) Counting installed Node versions: none There aren't any Node versions installed under `/Users/yuu.kanehiro/.nodenv/versions'. You can install Node versions like so: nodenv install rc Auditing installed plugins: OK % nodenv install 16.19.0 % nodenv local 16.19.0 編集 % vi ~/.zshrc // 最後に追記 export PATH="$HOME/.nodenv/bin:$PATH" eval "$(nodenv init -)" 反映 $ source ~/.zshrc






![[Resolved] ResourceInitializationError: unable to pull secrets or registry auth: execution resource retrieval failed: unable to retrieve ecr registry auth: service call has been retried 3 time(s): RequestError: send request failed caused by: Post “https://api.ecr.ap-northeast-1.amazonaws.com/”: dial tcp 52.119.218.165:443: i/o timeout](https://www.yuulinux.tokyo/contents/wp-content/uploads/2017/04/aws_logo_smile_1200x630-150x150.png)
