diff options
Diffstat (limited to 'installer/npm_install.cmd')
-rw-r--r-- | installer/npm_install.cmd | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/installer/npm_install.cmd b/installer/npm_install.cmd index caea4a8..5f1d9bb 100644 --- a/installer/npm_install.cmd +++ b/installer/npm_install.cmd @@ -3,12 +3,6 @@ if "x%1" equ "x" goto :EOF
if "x%2" equ "x" goto :EOF
-set server_dir=..\servers\%1
-if exist "%server_dir%" rd /Q /S "%server_dir%"
-md "%server_dir%"
-pushd .
-cd /d "%server_dir%"
-
call npm init -y
echo {"name":""}>package.json
@@ -20,4 +14,3 @@ echo @echo off ^ call %%~dp0\node_modules\.bin\%1.cmd %%* ^
> %1.cmd
-popd
|