From 386f0c55fee775e828f8c0948bc836902faedf4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B5=A9?= <3116737282@qq.com> Date: Thu, 1 May 2025 10:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20Node.js=20=E5=92=8C?= =?UTF-8?q?=E5=8C=85=E7=AE=A1=E7=90=86=E5=99=A8=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E5=B1=95=E7=A4=BA=EF=BC=8C=E7=AE=80=E5=8C=96?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/main.tf b/main.tf index b2806b9..7373fed 100644 --- a/main.tf +++ b/main.tf @@ -76,16 +76,7 @@ EOF touch ~/.init_done fi - - # Node.js 已经在镜像中安装,展示版本信息 - echo "Node.js version:" - node -v - echo "npm version:" - npm -v - echo "yarn version:" - yarn -v - # 可以在这里添加额外的启动命令 EOT env = {