FreeDATA/tools/Windows/GUI-Install-Requirements.bat
2024-01-10 19:34:47 -05:00

8 lines
151 B
Batchfile

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