Browse Source

07env-install-centos.sh

master
lizw 3 years ago
parent
commit
354f72a9bf
  1. 1
      00base/07env-install-centos.sh

1
00base/07env-install-centos.sh

@ -373,7 +373,6 @@ function init:nodejs() {
yarn -v yarn -v
" "
check::exit_code "$?" "nodejs" "$host 安装nodejs环境" "exit" check::exit_code "$?" "nodejs" "$host 安装nodejs环境" "exit"
exc_cmd="$(utils::quote "$exc_cmd")"
if [[ "${ADD_USER_TAG:-}" == "1" ]]; then if [[ "${ADD_USER_TAG:-}" == "1" ]]; then
command::exec "${host}" " command::exec "${host}" "
# 配置npm源 # 配置npm源

Loading…
Cancel
Save