- OS: Mac OS X Yosemite
- Installed MongoDB using Homebrew
I get the following error when I try to initiate build on sublime
/bin/sh: mongo: command not found
This is what my mongodb build file in sublime looks like
{
"selector": "source.js",
"shell":true,
"cmd": ["mongo < ${file}"],
"working_dir" : "/data/db"
}