Re: [nodejs] node js on android OS, I'm looking for new solutions

2012-10-29 Thread Samuel A
thank you On Sunday, October 28, 2012 10:22:02 AM UTC+2, paddybyers wrote: > > Hi, > > i want to run node js \ v8 like any other android app. just download apk >> and run. but in this case we'll never have direct access to the hardware. >> and if we root the device then we'll have some other pro

[nodejs] node js on android OS, I'm looking for new solutions

2012-10-27 Thread Samuel A
node js on android sound's like great idea. but when you search about the subject you'll find no good solution and here is some of my problems: i want to run node js \ v8 like any other android app. just download apk and run. but in this case we'll never have direct access to the hardware. and

Re: [nodejs] missing module ('through')

2012-10-25 Thread Samuel A
i fix the problem. just been in the wrong directory when i installed the module. thanks On Thursday, October 25, 2012 4:41:37 PM UTC+2, Isaac Schlueter wrote: > > What does `npm ls` output? > > > On Thu, Oct 25, 2012 at 3:01 PM, Samuel A > > wrote: > > > >

[nodejs] missing module ('through')

2012-10-25 Thread Samuel A
hello everyone, i need some help here. *I'm trying to do this*: > > var request = require('request') , JSONStream = require('JSONStream') , es = require('event-stream') > > *but i get this error:* module.js:340 throw err; Error: Cannot find module 'through' i did: > npm install through