samshull / node-proxy

Deprecated: Harmony Proxies in node (no longer needed)
MIT License
162 stars 29 forks source link

Failed at the node-proxy@0.6.0 install script 'node-gyp configure build' while installing openbadges-badgekit #44

Open JD76 opened 8 years ago

JD76 commented 8 years ago

Hi, during the installation of openbadge-badgekit, I'm unable to finish the npm install because I receive this error: "Failed at the node-proxy@0.6.0 install script 'node-gyp configure build'" Node and npm are update (node v6.3.1 - npm v3.10.5)

Thanks for every suggestion

samshull commented 8 years ago

I would recommend that you submit a PR to openbadge-badgekit to remove node-proxy from their dependency list or not use node@6.x.x since Proxy is supported natively in node@6.x.x. There is no need for node-proxy except in earlier versions of node.js.