So today I tried to get going with MongoDB on my computer but run into troubles right from the start.
After I installed mongo on my machine, It tried to run "mongod" and "mongo" in Git Bash but with no luck. The error I get is "mongod: not found"/"mongo: not found" respectively.
Now I saw in some answers here people recommending to change the enviromental variable PATH on my machine to the path to the mongod/mongo full path.
But the problem is that on my machine this variable is already set to the path of my npm (C:\Users\Me\AppData\Roaming\npm).
Will changing the path variable help me here or will it cause issues with npm?
Thanks!