[nodejs] Twitter Streaming API with node JS is not working

2014-09-17 Thread yirga badma
I am facing the following error while installing node js twitter libraries npm ERR! registry error parsing json npm WARN engine ntwitter@0.2.10: wanted: {node:=0.4.0 0.7.0} (current: { node:0.10.31,npm:1.4.23}) npm WARN engine express@2.5.4: wanted: {node:= 0.4.1 0.7.0} (current: {n

Re: [nodejs] Twitter Streaming API with node JS is not working

2014-09-17 Thread Luiz Filipe
The version of ntwitter that you are using is 0.2.10 and for that version you have to install a node which its version must be between 0.4.0 and 0.7.0, It seems that you have the node 0.10.31 installed. This is the same for express that you are using in version 2.5.4. 2014-09-17 6:03 GMT-03:00