diff --git a/erizo_controller/installErizo_controller.sh b/erizo_controller/installErizo_controller.sh index 5a2a7a8459..94f3cbeec3 100755 --- a/erizo_controller/installErizo_controller.sh +++ b/erizo_controller/installErizo_controller.sh @@ -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 diff --git a/nuve/installNuve.sh b/nuve/installNuve.sh index 45283fc7b7..cd28d973f7 100755 --- a/nuve/installNuve.sh +++ b/nuve/installNuve.sh @@ -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 diff --git a/spine/installSpine.sh b/spine/installSpine.sh index a6e69a5621..c465f8759a 100755 --- a/spine/installSpine.sh +++ b/spine/installSpine.sh @@ -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