Hi, now in debian we have express 4.x.
.createServer() has been deprecated since express 3.x, so you need to update your app to the latest version (4.x) of express. To achieve this purpose you way want to read this docs: * https://github.com/visionmedia/express/wiki/Migrating-from-2.x-to-3.x * https://github.com/visionmedia/express/wiki/Migrating-from-3.x-to-4.x _______________________________________________ Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
