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

Gitbitex NPM ERROR: Can't get it working on Windows #4

Open
KabDeveloper opened this issue Jun 26, 2020 · 1 comment
Open

Gitbitex NPM ERROR: Can't get it working on Windows #4

KabDeveloper opened this issue Jun 26, 2020 · 1 comment

Comments

@KabDeveloper
Copy link

KabDeveloper commented Jun 26, 2020

Hi,

I can't get it working on windows !

> [email protected] start C:\Users\Dev\webexchange
> gulp

AssertionError [ERR_ASSERTION]: Task function must be specified
    at Gulp.set [as _setTask] (C:\Users\Dev\webexchange\node_modules\und
ertaker\lib\set-task.js:10:3)
    at Gulp.task (C:\Users\Dev\webexchange\node_modules\undertaker\lib\t
ask.js:13:8)
    at C:\Users\Dev\webexchange\gulpfile.js:59:25
    at createTask (C:\Users\Dev\webexchange\gulpfile.js:62:11)
    at Object.<anonymous> (C:\Users\Dev\Desktop\webexchange\gulpfile.js:178:5)
    at Module._compile (internal/modules/cjs/loader.js:956:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10)
    at Module.load (internal/modules/cjs/loader.js:812:32)
    at Function.Module._load (internal/modules/cjs/loader.js:724:14)
    at Module.require (internal/modules/cjs/loader.js:849:19) {
  generatedMessage: false,
  code: 'ERR_ASSERTION',
  actual: false,
  expected: true,
  operator: '=='
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `gulp`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional log
ging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Dev\AppData\Roaming\npm-cache\_logs\2020-06-26T18_16_26_44
3Z-debug.log

When I run NPM INSTALL

npm WARN using --force I sure hope you know what you are doing.
npm WARN [email protected] requires a peer of [email protected] - 3 but n
ed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of popper.js@^1.16.0 but
led. You must install peer dependencies yourself.
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.

audited 1390 packages in 36.603s
found 16 vulnerabilities (12 low, 2 high, 2 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
@SC4RECOIN
Copy link

this is an issue with gulp
downgrading to node10 should resolve the issue

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