dvonlehman / s3-proxy

4front plugin to proxy read calls to S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: undefined is not a function

nmarcetic opened this issue · comments

Hey @dvonlehman
I just tried to use your module and got exception "undefined is not a function" from aws-config dep is-ec2.
I saw issue with this already dvonlehman/is-ec2#1
Do you have any idea whats happening :) Thanks!

Cheers

Hi @nmarcetic,

I commented on the is-ec2 issue at dvonlehman/is-ec2#1 (comment). The error would imply that child_process.execSync is not defined. This was introduced way back in node 0.11.2. Which version of node are you running?

David

Hi @dvonlehman
Sorry for delay. I thing your are right ;) I use node v0.10.42