I installed request module, and getting the error:
module.js:340 throw err; ^ Error: Cannot find module \'request\'
i\'ve read
I tried installing the module locally with version and it worked!!
npm install request@^2.*
Thanks.