if ! type node >/dev/null 2>&1; then echo 'node 未安装'; else echo 'node 已安装'; fi
if ! type npm >/dev/null 2>&1; then Echo_Red 'npm 未安装'; exit 1; fi