Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there dependencies not included in the package.json #6

Open
jvonmitchell opened this issue Jul 22, 2014 · 1 comment
Open

Are there dependencies not included in the package.json #6

jvonmitchell opened this issue Jul 22, 2014 · 1 comment

Comments

@jvonmitchell
Copy link

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?

@cfjedimaster
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants