Skip to content

Commit

Permalink
Use fixed log4js version (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague authored Jul 10, 2017
1 parent 41f608b commit 9581026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion erizo_controller/installErizo_controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NVM_CHECK="$LICODE_ROOT"/scripts/checkNvm.sh
echo [erizo_controller] Installing node_modules for erizo_controller

nvm use
npm install --loglevel error amqp socket.io@2.0.3 log4js node-getopt
npm install --loglevel error amqp socket.io@2.0.3 log4js@1.0.1 node-getopt
npm install --loglevel error -g google-closure-compiler-js

echo [erizo_controller] Done, node_modules installed
Expand Down
2 changes: 1 addition & 1 deletion nuve/installNuve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ then
fi

nvm use
npm install --loglevel error amqp express mongojs$MONGO_VERSION aws-sdk log4js node-getopt body-parser
npm install --loglevel error amqp express mongojs$MONGO_VERSION aws-sdk log4js@1.0.1 node-getopt body-parser
npm install --loglevel error -g google-closure-compiler-js
echo [nuve] Done, node_modules installed

Expand Down
2 changes: 1 addition & 1 deletion spine/installSpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nvm use

echo [spine] Installing node_modules for Spine

npm install --loglevel error socket.io-client@2.0.3 log4js node-getopt xmlhttprequest@1.5.0
npm install --loglevel error socket.io-client@2.0.3 log4js@1.0.1 node-getopt xmlhttprequest@1.5.0

echo [spine] Done, node_modules installed

Expand Down

0 comments on commit 9581026

Please sign in to comment.