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
posted @ 2023-02-12 16:46  guangzan  阅读(65)  评论(0编辑  收藏  举报