aboutsummaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/npm_install.cmd1
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/npm_install.cmd b/installer/npm_install.cmd
index 12347e2..8521869 100644
--- a/installer/npm_install.cmd
+++ b/installer/npm_install.cmd
@@ -4,7 +4,6 @@ if "x%1" equ "x" goto :EOF
if "x%2" equ "x" goto :EOF
if not exist package.json (
-
call npm init -y
echo {"name":""}>package.json