sintaxi / dbox

NodeJS SDK for Dropbox API (THIS LIBRARY IS OBSOLETE!!)
513 stars 91 forks source link

request module in nodeJS #51

Open fastian451 opened 11 years ago

fastian451 commented 11 years ago

I am not able to include request module in my dbox.js. I have successfully run the command "npm install request" and downloaded the the request module folder. but it doesn't contain the request.js file. how to include this request module in my titanium android project.

waiting for reply..!

jstroem commented 11 years ago

you should not do npm install request. Following the readme instructions instead. Here you will see that if you just wanna git clone once you have done it go into the new dbox folder (cd dbox) and type npm install. Otherwise just type npm install dbox it should install both dbox and request.

But i don¨t think this would work because i assume that request (the package) does require node.js.