我在 Windows 上尝试在 PowerShell 或 VS Code 中运行“mongosh”命令时遇到问题。每次我尝试执行“mongosh”时,我都会收到以下错误消息:
mongosh : The term 'mongosh' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
+ mongosh
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (mongosh:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
我尝试了多种解决方案来解决此问题,包括检查 PATH 变量并确保正确安装 MongoDB。但是,我仍然无法运行“mongosh”命令。
任何人都可以提供有关如何排查和解决此问题的指导吗?任何帮助将不胜感激。
附加信息:
操作系统:Windows 11 安装方式:手动安装
我刚刚再次下载了MongoDB Shell就解决了这个问题,但是这次我将包更改为
msi
,而不是原来的zip
。如果有人有同样的问题,希望这篇文章对您有所帮助!