我只能从它的目录中启动 MongoDB shell,但我不能全局执行

I can only start the MongoDB shell from its directory, but I can't do it globally

如文档所述,我必须在 shell 中将 Mongo 写入 运行 Mongo shell。但是,它不会起作用!

另一方面,如果我转到它的目录 (program-files/mongoDB/Server/4.4/Bin) 并输入 .\mongo ,它会打开并运行!

有没有办法让我可以从任何目录使用它?我不断地跨文件移动以使用它,这变得非常烦人。我已经尝试 运行 npm i -g mongo 但什么也没做。

谢谢!!

translated from Spanish:mongo: 术语 'mongo' 未被识别为 cmdlet、函数、脚本文件或可执行程序的名称。检查您输入的名称是否正确,或者如果包含路径,请检查路径是否正确 然后再试一次。

您需要在环境变量中添加 mongoDB 的路径。访问下方 link 以了解更多信息:

https://dangphongvanthanh.wordpress.com/2017/06/12/add-mongos-bin-folder-to-the-path-environment-variable/