I have a weird error:
var http = require(\"http\"); var request = require(\"request\"); http.createServer(function(request, response) { response.writeHead(2
You are no longer able to access the global variable 'request'. You need to rename your local variable 'request' with some other name and the problem will be resolved.