yarn 全局包找不到
# in ~/.bashrc or equivalent
export PATH="$(yarn global bin):$PATH"
# for fish-shell:
set -U fish_user_paths (yarn global bin) $fish_user_paths
# in ~/.bashrc or equivalent
export PATH="$(yarn global bin):$PATH"
# for fish-shell:
set -U fish_user_paths (yarn global bin) $fish_user_paths