I have finished all lessions in M001 and pass all testes and quizes in this lession, but I just realized there are labs. For the first one, it only asks to connect on Mongodb Shell, but it keep me wrong. I have no idea why I can’t pass.
By the way, I have same password as the instruction says, and I entered correctly.
Like any command line you must press the Enter key to execute the command.
Of course I did, and it says:
“bash: mongosh: command not found”
Hi @Tianyi_Hu,
Welcome to the MongoDB Community Forums,
Try with mongo
instead of mongosh
, it will work as expected.
Thanks,
Kushagra
2 Likes
Wow, that works! Thank you veeeery much.
1 Like