Sam Shull

Results 8 comments of Sam Shull

There should be a `:connection_timeout` in the options that is used by the drivers.

https://github.com/samshull/node-proxy/pull/41

sounds like you don't have `make` installed on the machine where you got this error or that it isn't in the PATH of the user that is performing the install.

Try `npm install node-proxy -g`. It appears that you have a problem with your tooling.

`make: g++: Command not found` It has something to do with your tooling on that machine.

https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#debian-and-ubuntu-based-linux-distributions See the section on RHEL using `yum` http://pydelion.com/2013/02/17/how-to-fix-make-g-command-not-found/

I would recommend that you submit a PR to openbadge-badgekit to remove node-proxy from their dependency list or not use [email protected] since Proxy is supported natively in [email protected]. There is...

If you would like to see this particular code working, you are going to need to do some more debugging and post it here. Which object is emitting the TypeError?...