本地:-A:无效选项
local: -A: invalid option
我无法在新的 macOS(M1 芯片)上安装 Node.js 和 asdf。我怎样才能解决这个问题?我的环境似乎很普通。
$ asdf install nodejs 14.15.4
/Users/stefan/.asdf/plugins/nodejs/bin/../lib/utils.sh: line 35: local: -A: invalid option
local: usage: local name[=value] ...
/Users/stefan/.asdf/plugins/nodejs/bin/../lib/utils.sh: line 51: Fermium: unbound variable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3490 0 3490 0 0 37934 0 --:--:-- --:--:-- --:--:-- 37934
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10858 0 10858 0 0 106k 0 --:--:-- --:--:-- --:--:-- 107k
Binary not found for version 14.15.4
版本
- macOS 大苏尔 11.1
- asdf v0.8.0
- 自制软件 2.7.5
- zsh
调试
第 35 行 utils.sh
local -A aliases
第 51 行 utils.sh
if [ -z "${aliases[lts]:-}" ]; then
printf "lts\t%s\n" "$version"
aliases[lts]="$version"
fi
brew install bash
我无法在新的 macOS(M1 芯片)上安装 Node.js 和 asdf。我怎样才能解决这个问题?我的环境似乎很普通。
$ asdf install nodejs 14.15.4
/Users/stefan/.asdf/plugins/nodejs/bin/../lib/utils.sh: line 35: local: -A: invalid option
local: usage: local name[=value] ...
/Users/stefan/.asdf/plugins/nodejs/bin/../lib/utils.sh: line 51: Fermium: unbound variable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3490 0 3490 0 0 37934 0 --:--:-- --:--:-- --:--:-- 37934
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10858 0 10858 0 0 106k 0 --:--:-- --:--:-- --:--:-- 107k
Binary not found for version 14.15.4
版本
- macOS 大苏尔 11.1
- asdf v0.8.0
- 自制软件 2.7.5
- zsh
调试
第 35 行 utils.sh
local -A aliases
第 51 行 utils.sh
if [ -z "${aliases[lts]:-}" ]; then
printf "lts\t%s\n" "$version"
aliases[lts]="$version"
fi
brew install bash