摘要:
QUICK FIX You can try downgrade the version. But as a quick fix you can do the below options. On Unix-like (Linux, macOS, Git bash, etc.): export NODE 阅读全文
摘要:
# in ~/.bashrc or equivalent export PATH="$(yarn global bin):$PATH" # for fish-shell: set -U fish_user_paths (yarn global bin) $fish_user_paths 阅读全文