Skip to content

Commit

Permalink
Only show errors/warnings on npm install [windows]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Nov 19, 2012
1 parent 3e53a11 commit b515156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/installOnWindows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cmd /C node -e %check_version% || exit /B 1

echo _
echo Installing etherpad-lite and dependencies...
cmd /C npm install src/ || exit /B 1
cmd /C npm install src/ --loglevel warn || exit /B 1

echo _
echo Copying custom templates...
Expand Down

0 comments on commit b515156

Please sign in to comment.