I installed request module, and getting the error:
module.js:340 throw err; ^ Error: Cannot find module \'request\'
i\'ve read
You should simply install request locally within your project.
request
Just cd to the folder containing your js file and run
cd
npm install request