“Cannot GET /” with Connect on Node.js

后端 未结 10 1229
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-01 00:40

I\'m trying to start serving some static web pages using connect like this:

var connect = require(\"connect\");
var nowjs = require(\"now\");
va         


        
10条回答
  •  情深已故
    2020-12-01 01:27

    You might be needed to restart the process if app.get not working. Press ctl+c and then restart node app.

提交回复
热议问题