mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-07 22:27:42 +00:00
9 lines
269 B
Batchfile
9 lines
269 B
Batchfile
@echo off
|
|
echo node.js 5.3.0 or newer must be installed for this script to work.
|
|
echo If this script fails, try closing editors and running it again first.
|
|
echo Any warnings about optional dependencies can be safely ignored.
|
|
pause
|
|
REM Install dependencies
|
|
npm ci
|
|
pause
|