I'm using NodeJS to build a sample page just for some learning. I'm trying to send a GET request to a file in the project's directory (using request module of node). The callback is just returning me an error and I can't figure out why this is happening. Here's the code:I'm using NodeJS to build a sample page just fo