I’ve been using this FreeCodeCamp to set up multiple projects successfully with this guide:
But now mongod seems to be not working anymore. I am check my old projects too, but they are working perfectly. I even deleted the current workspace and tried a second time. What am I missing?
waschmaschine:~/workspace (master) $ mongod bash: mongod: command not found
Update: I compared the different “/usr/bin” directories, and in the new one there is no mongo, mogod, mongodump, etc. Do I need to install it extra?
Update2: I did and it works again.