node-proxy icon indicating copy to clipboard operation
node-proxy copied to clipboard

Deprecated: Harmony Proxies in node (no longer needed)

Results 6 node-proxy issues
Sort by recently updated
recently updated
newest added

Hi, during the installation of openbadge-badgekit, I'm unable to finish the npm install because I receive this error: "Failed at the [email protected] install script 'node-gyp configure build'" Node and npm...

there is a npm-debug.log: https://gist.github.com/74b7ff17875b7e11866b node-gyp output log: https://gist.github.com/40224ff1f48b889ed751

> [email protected] install /usr/openbadging/openbadges-badgekit/node_modules/client-sessions/node_modules/node-proxy > node-gyp configure build make: Entering directory `/usr/openbadging/openbadges-badgekit/node_modules/client-sessions/node_modules/node-proxy/build' CXX(target) Release/obj.target/nodeproxy/src/node-proxy.o make: g++: Command not found make: *** [Release/obj.target/nodeproxy/src/node-proxy.o] Error 127 make: Leaving directory`/usr/openbadging/openbadges-badgekit/node_modules/client-sessions/node_modules/node-proxy/build' gyp ERR! build...

I found this code for handling a general catch all on the global namespace, and it works with node --harmony, but does not with node-proxy https://gist.github.com/aikar/7094530 TypeError: SetNamedProperty intercepted by...

The code below crashes **sometimes** with segmentation error. I tested it on node 0.6.6( crashes ) and 0.4.12 ( works ) Look to get in the handler, other traps are...