mongodb Nodemon应用程序崩溃,没有TypeError -需要帮助解决

n53p2ov0  于 11个月前  发布在  Go
关注(0)|答案(1)|浏览(158)

当我创建我的项目,它给出了一个错误的nodemon崩溃,但他们是没有typeError
[this is an error](https://i.stack.imgur.com/DNFy9.pngnodemon version我目前正在处理一个项目,遇到了一个nodemon问题,我正在努力解决。当尝试运行我的项目时,nodemon崩溃,但我在错误消息中没有看到任何TypeError。nodemon app crashed - waiting for file changes before starting...
[nodemon版本](https://i.stack.imgur.com/hwRqC.png
详细信息:
我已经检查了代码中的语法错误和其他常见问题,但我找不到任何会导致崩溃的东西。所有依赖项都是最新的,我已经通过运行npm install确认了这一点。我还尝试直接使用node运行应用程序,看看在没有nodemon的情况下问题是否仍然存在,但崩溃仍然发生。

mspsb9vt

mspsb9vt1#

此错误与您的MongoDB连接设置有关,请再次检查连接设置https://docs.atlas.mongodb.com/troubleshoot-connection/#special-characters-in-connection-string-password

相关问题