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

Jake build procedure is outdated #1198

Open
perry-mitchell opened this issue Jan 3, 2017 · 1 comment
Open

Jake build procedure is outdated #1198

perry-mitchell opened this issue Jan 3, 2017 · 1 comment

Comments

@perry-mitchell
Copy link

The Jake file references the "system" module, for example, which is not a built-in in Node:

var SYSTEM = require("system");

The build process should be updated for current node versions 6/7 or a reasonable LTS build. I am unable to build the client due to errors surrounding running this:

jake aborted.
Error: Cannot find module 'system'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)

I get no response on the IRC and the mailing list looks dormant.

@YATV
Copy link

YATV commented Feb 28, 2017

yum install npm
npm install system

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