**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
7小时前关闭
Improve this question
throw new error_1.MongoAPIError('URI必须包含主机名、域名和tld');
大家好,我在连接我的后端到mongodb时遇到了一个错误。我是学生,我在开发我的项目时正在学习全栈,我面临着上述错误。
我试图连接我的mongodb与我的后端服务器,但它不会发生是向我发送一个错误,我上面提到的。
1条答案
按热度按时间nxagd54h1#
要使用mongoose包连接到mongodb,您应该首先使用
npm i mongoose
安装mongoose,然后使用此url在url中使用port是可选的