⛳
Mac M2 chip nodenv install エラー
とあるプロジェクトでgit commitしようとすると
nodenv: version `10.15.3' is not installed (set by /Users/precept-m006/git/front_precept_system/front/.node-version)
ターミナルをrosettaで開き以下を実行でインストールできた
arch -x86_64 nodenv install 10.15.3
とあるプロジェクトでgit commitしようとすると
nodenv: version `10.15.3' is not installed (set by /Users/precept-m006/git/front_precept_system/front/.node-version)
ターミナルをrosettaで開き以下を実行でインストールできた
arch -x86_64 nodenv install 10.15.3
Discussion