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

Code out of date, no longer works #1

Open
jasonrhaas opened this issue Nov 5, 2018 · 0 comments
Open

Code out of date, no longer works #1

jasonrhaas opened this issue Nov 5, 2018 · 0 comments

Comments

@jasonrhaas
Copy link

jasonrhaas commented Nov 5, 2018

The npm install doesn't work, there are many packages that are out of date or no longer exist. I tried to upgrade everything to the latest packages, one by one, and am still getting errors when trying to do gulp --harmony to compile the code.

Any chance of getting some help getting this running? I know it's been a few years, I am willing to help with this, as is @dmaddox. I created a fork https://github.com/jasonrhaas/abtestcalculator/tree/modernize which has started the process.

The error I'm getting now is:

➜  abtestcalculator git:(master) ✗ gulp --harmony
[09:56:55] Node flags detected: --harmony
[09:56:55] Respawned to PID: 29354
assert.js:269
    throw err;
    ^

AssertionError [ERR_ASSERTION]: Task function must be specified
    at Gulp.set [as _setTask] (/Users/jhaas/repos/abtestcalculator/node_modules/undertaker/lib/set-task.js:10:3)
    at Gulp.task (/Users/jhaas/repos/abtestcalculator/node_modules/undertaker/lib/task.js:13:8)
    at Object.<anonymous> (/Users/jhaas/repos/abtestcalculator/gulpfile.js:40:6)
    at Module._compile (internal/modules/cjs/loader.js:702:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
    at Module.load (internal/modules/cjs/loader.js:612:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
    at Function.Module._load (internal/modules/cjs/loader.js:543:3)
    at Module.require (internal/modules/cjs/loader.js:650:17)
    at require (internal/modules/cjs/helpers.js:20:18)
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

1 participant