Commit 9334951b authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Удаляем старый грунт, если он установлен.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56648 954022d7-b5bf-4e40-9824-e11837661b57
parent 77cc5745
@echo off @echo off
cd /D %~dp0 cd /D %~dp0
SET GRUNT_OLD=grunt@0.3.17
SET GRUNT_CLI=grunt-cli SET GRUNT_CLI=grunt-cli
echo Check is there old grunt installed.
call npm list -g %GRUNT_OLD% && call npm uninstall -g grunt
echo Installation grunt-cli echo Installation grunt-cli
call npm list -g %GRUNT_CLI% || call npm install -g %GRUNT_CLI% call npm list -g %GRUNT_CLI% || call npm install -g %GRUNT_CLI%
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment