mongoose-admin icon indicating copy to clipboard operation
mongoose-admin copied to clipboard

Express error -- is this project dead?

Open braco opened this issue 13 years ago • 0 comments

Warning: express.createServer() is deprecated, express
applications no longer inherit from http.Server,
please use:

  var express = require("express");
  var app = express();

braco avatar Dec 13 '12 19:12 braco