connect ECONNREFUSED 127.0.0.1:27017'

前端 未结 8 1144
南旧
南旧 2021-01-13 19:36

I have that code:

var express = require(\'express\'),
    stylus = require(\'stylus\'),
    logger = require(\'morgan\'),
    bodyParser = require(\'body-par         


        
8条回答
  •  不要未来只要你来
    2021-01-13 20:02

    Follow as below:

    => run services.msc and start mondodb server

    and save the file in node project, you can see the server connected!!

提交回复
热议问题