mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Make tgui use npm-cache for installing modules (#32767)
This commit is contained in:
committed by
CitadelStationBot
parent
43f49c74ee
commit
98e4e38d43
@@ -3,10 +3,12 @@ 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 If this script fails, try closing editors and running it again first.
|
||||||
echo Any warnings about optional dependencies can be safely ignored.
|
echo Any warnings about optional dependencies can be safely ignored.
|
||||||
pause
|
pause
|
||||||
|
REM Install npm-cache
|
||||||
|
cmd /c npm install npm-cache -g
|
||||||
REM Install Gulp
|
REM Install Gulp
|
||||||
cmd /c npm install gulp-cli -g
|
cmd /c npm install gulp-cli -g
|
||||||
REM Install tgui dependencies
|
REM Install tgui dependencies
|
||||||
cmd /c npm install
|
cmd /c npm-cache install npm
|
||||||
REM Flatten dependency tree
|
REM Flatten dependency tree
|
||||||
cmd /c npm dedupe
|
cmd /c npm dedupe
|
||||||
REM Clean dependency tree
|
REM Clean dependency tree
|
||||||
|
|||||||
Reference in New Issue
Block a user