[Pkg-javascript-devel] Bug#747277: Bug#747277: cannot start app: no method createServer
Leo Iannacone
l3on at ubuntu.com
Wed May 7 06:45:37 UTC 2014
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
More information about the Pkg-javascript-devel
mailing list