ReferenceSerRor: Serwer HTTP nie jest zdefiniowany

var http = require('http'); //the variable doesn't necessarily have to be named http
http.createServer(function(req, res) {});
Clever Cardinal