search

Home  >  Q&A  >  body text

node.js - node express runs and reports an error, as follows

Run supervisor --harmony index and the following error will be reported

Then I shut down and restarted and ran node --harmony index and reported the error as shown below

三叔三叔2689 days ago1613

reply all(4)I'll reply

  • 三叔

    三叔2017-07-05 10:49:00

    ....Unable to connect to mongo. . . Wasn't it written? .

    reply
    0
  • 淡淡烟草味

    淡淡烟草味2017-07-05 10:49:00

    Unable to connect to the database

    reply
    0
  • 黄舟

    黄舟2017-07-05 10:49:00

    mongodb is not enabled or port 27017 is enabled

    reply
    0
  • 我想大声告诉你

    我想大声告诉你2017-07-05 10:49:00

    The reason is that the mongodb service is not started

    1. If mongodb is already installed

    mongod    #启动命令

    2. If mongodb installation is abnormal

    View here

    reply
    0
  • Cancelreply