prototype.node.js icon indicating copy to clipboard operation
prototype.node.js copied to clipboard

Are there dependencies not included in the package.json

Open jvonmitchell opened this issue 11 years ago • 1 comments
trafficstars

Hi, I'm getting an interesting error when the module is loaded. Tested on two machines. Both are running Node v0.10.26.

In Enumerable there is a call to _each that isn't working. It's line 16. Error states roughly Object has no method _each. I managed to get past that point my replacing this._each with an ugly Object.keys(this).forEach.

After this though there was an error that the Hash module couldn't be found. After bugging around with that for a bit I could not resolve it.

I guess my main question is if there are any dependencies we need to have installed first besides vanilla Node?

jvonmitchell avatar Jul 22 '14 04:07 jvonmitchell

Almost three years later I just hit the same. Any workaround?

cfjedimaster avatar Apr 01 '17 01:04 cfjedimaster