We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Melkor was written for Node 0.11 and 0.12. But you could try the above as follows:
$ NODE_ENV=test grunt
Sorry, something went wrong.
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
Hmm, those look like test setup failures. You might be still be able to run Melkor using node index.js.
node index.js
Also, have you tried using Node 0.11 or 0.12?
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.
No branches or pull requests
Hello Ram,
There's a problem when I want to build the Melkor at the first time.
This fails on my system:
And my Node version is: v4.4.6.
Please help. Thank you.
The text was updated successfully, but these errors were encountered: