FreeDATA/gui/GUI-Update-Requirements.bat
2024-01-10 19:34:47 -05:00

8 lines
164 B
Batchfile

@echo off
REM Place this batch file in FreeData/tnc and then run it
REM ie. c:\FD-Src\gui
echo Checking and install for updated requirements
call npm update
pause