连接到 MongoDB 数据库

问题描述 投票:0回答:0
Error: Cannot find module 'C:\Users\ajarv\OneDrive\Documents\blog app\tutorial_6_demo\index.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1090:15)
    at Module._load (node:internal/modules/cjs/loader:934:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)      
    at node:internal/main/run_main_module:23:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

我试图运行我的文件并连接到我的 mongo DB 数据库,但遇到了这个错误。

  1. 我尝试添加新插件并尝试更改文件目录

我从

localhost:3000
收到一条关于应用程序无法访问 get 方法的消息。

node.js mongodb express terminal compass
© www.soinside.com 2019 - 2024. All rights reserved.