Skip to content

Commit

Permalink
Fix MongoDB installation in mac (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague authored Jan 15, 2020
1 parent 7949e8f commit fb367b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/installMacDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ install_brew_deps(){
nvm use
npm install
if [ "$DISABLE_SERVICES" != "true" ]; then
brew install rabbitmq mongodb
brew tap mongodb/brew
brew install rabbitmq mongodb-community@4.0
fi
}

Expand Down

0 comments on commit fb367b8

Please sign in to comment.