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

Cannot build Melkor on my Mac #17

Open
cyishere opened this issue Jul 5, 2016 · 4 comments
Open

Cannot build Melkor on my Mac #17

cyishere opened this issue Jul 5, 2016 · 4 comments
Labels

Comments

@cyishere
Copy link

cyishere commented Jul 5, 2016

Hello Ram,

There's a problem when I want to build the Melkor at the first time.

This fails on my system:

NODE_ENV=test node --harmony `which grunt`

And my Node version is: v4.4.6.

Please help. Thank you.

@hiddentao
Copy link
Owner

Melkor was written for Node 0.11 and 0.12. But you could try the above as follows:

$ NODE_ENV=test grunt

@hiddentao hiddentao added the bug label Jul 5, 2016
@cyishere
Copy link
Author

cyishere commented Jul 5, 2016

This works, but still some other errors:

Warning: Stylus failed to compile. Use --force to continue.

Warning: Cannot read property 'pid' of undefined Used --force, continuing.

And some mocha test errors:

1)  "before each" hook:
     Error: timeout of 2000ms exceeded
2)  "after each" hook:
     TypeError: Cannot read property 'shutdown' of undefined

@hiddentao
Copy link
Owner

Hmm, those look like test setup failures. You might be still be able to run Melkor using node index.js.

Also, have you tried using Node 0.11 or 0.12?

@cyishere
Copy link
Author

cyishere commented Jul 7, 2016

It's failed to run Melkor with node index.js...

I haven't tried using Node 0.11 or 0.12, my other apps were written for v4. Sorry and thank you for reply.

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

No branches or pull requests

2 participants