以下のコマンドでインストールを試みるとエラーが発生する。
#nodeをインストールするコマンド
nodebrew install xx.xx.xx
nodebrew install xx.xx.xx
Fetching: https://nodejs.org/dist/v16.0.0/node-v16.0.0-darwin-arm64.tar.gz
Warning: Failed to create the file
Warning: /Users/xxxxxx/.nodebrew/src/xx.xx.xx/node-xx.xx.xx-darwin-arm64.tar.gz
Warning: : No such file or directory 0.0%curl: (23) Failure writing output to destination
download failed: https://nodejs.org/dist/xx.xx.xx/node-xx.xx.xx-darwin-arm64.tar.gz
保存先のディレクトリが作成されていないことが原因だった。
以下コマンドでディレクトリを作成する。
$ mkdir ~/.node-brew
$ mkdir ~/.nodebrew/src