Files
assist/download_nodejs.bat

16 lines
403 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
echo 下载便携版Node.js...
echo.
echo 正在下载Node.js便携版...
echo 请手动下载Node.js便携版
echo 1. 访问: https://nodejs.org/dist/v20.10.0/node-v20.10.0-win-x64.zip
echo 2. 下载并解压到 frontend\nodejs\ 目录
echo 3. 确保解压后的目录结构为: frontend\nodejs\node.exe
echo.
echo 下载完成后,请运行: .\start_frontend_portable.bat
echo.
pause