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

Set-up doesn't work (Windows) #14

Open
lcundiff opened this issue Sep 2, 2020 · 0 comments
Open

Set-up doesn't work (Windows) #14

lcundiff opened this issue Sep 2, 2020 · 0 comments

Comments

@lcundiff
Copy link

lcundiff commented Sep 2, 2020

Steps:
Bundle Install (ran without error)
npm install (ran without error)
ran "gulp" :
"ReferenceError: primordials is not defined in node" error came up.
I fixed it by upgrading to gulp 4.0
ran "gulp" again:
"libsass bindings not found when using node-sass in nodejs" error appeared.
I fixed it by running: "npm uninstall --save-dev gulp-sass" and then: "npm install gulp-sass --save-dev"

I then ran "gulp" again:
assert.js:385
throw err;
^

AssertionError [ERR_ASSERTION]: Task function must be specified
at Gulp.set [as _setTask] (C:\Users\Logan\Documents\GitHub\opentheme\node_modules\undertaker\lib\set-task.js:10:3)
at Gulp.task (C:\Users\Logan\Documents\GitHub\opentheme\node_modules\undertaker\lib\task.js:13:8)
at Object. (C:\Users\Logan\Documents\GitHub\opentheme\gulpfile.js:36:6)
at Module._compile (internal/modules/cjs/loader.js:1133:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)
at Module.load (internal/modules/cjs/loader.js:977:32)
at Function.Module._load (internal/modules/cjs/loader.js:877:14)
at Module.require (internal/modules/cjs/loader.js:1019:19)
at require (internal/modules/cjs/helpers.js:77:18)
at execute (C:\Users\Logan\AppData\Roaming\npm\node_modules\gulp-cli\lib\versioned^4.0.0\index.js:36:18) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='

This error appeared which seems to be an issue with the code? Couldn't debug further.

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