FreeDATA/gui/GUI-Update-Requirements.bat

8 lines
164 B
Batchfile
Raw Normal View History

2024-01-11 00:34:47 +00:00
@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