не ставим опциональных элементов.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@54037 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexey.Golubev
2014-01-30 14:39:38 +00:00
committed by Alexander.Trofimov
parent 528b36b0dc
commit 49f70067fe

View File

@ -21,7 +21,7 @@ call node-gyp configure || exit /b 1
call node-gyp build || exit /b 1
cd /D ..\..\..\..\Common || exit /b 1
call npm install log4js --production || exit /b 1
call npm install log4js --production --no-optional || exit /b 1
CD /D %RUN_FOLDER% || exit /b 1