Execsync on array

Hi!
I am trying to process each individual value in an array with a console command line executable. I have tried for loops with spawn and exec. Unfortunately, spawn and exec create too many processes on my machine and it bombs out. It appears that execsync and spawnsync are good candidates. However this is only available in nodejs 0.12 and it appears meteor uses 0.10.

How can I get execsync functionality in meteor? Any advice would be greatly appreciated.
George

I have the same problem. Any news on this?