[nodejs] npm install soap errors

2013-09-16 Thread Reza Razavipour
I need to make soap calls from my node scripts and came across milewise/node-soap. As the github page says, I run npm install soap and I get a slew of errors and not sure what the cause is or how to overcome it. sudo npm install soap npm http GET https://registry.npmjs.org/soap npm http 304

Re: [nodejs] npm install soap errors

2013-09-16 Thread Jose Luis Rivas
On 09/16/2013 07:26 PM, Reza Razavipour wrote: I need to make soap calls from my node scripts and came across milewise/node-soap. As the github page says, I run npm install soap and I get a slew of errors and not sure what the cause is or how to overcome it. You need to read the error, it

Re: [nodejs] npm install soap errors

2013-09-16 Thread Ryan Schmidt
On Sep 16, 2013, at 19:01, Jose Luis Rivas wrote: On 09/16/2013 07:26 PM, Reza Razavipour wrote: I need to make soap calls from my node scripts and came across milewise/node-soap. As the github page says, I run npm install soap and I get a slew of errors and not sure what the cause is or how