You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: