-
Notifications
You must be signed in to change notification settings - Fork 63
Description
nightwatch-browserstack>npm run local
nightwatch-browserstack@0.1.1 local D:\repos\github\nightwatch-browserstack
node scripts/local.runner.js -c conf/local.conf.js
Connecting local
D:\repos\github\nightwatch-browserstack\scripts\local.runner.js:14
if (error) throw error;
^
LocalError
at D:\repos\github\nightwatch-browserstack\node_modules\browserstack-local\lib\Local.js:58:20
at ChildProcess.exithandler (child_process.js:285:7)
at ChildProcess.emit (events.js:198:13)
at maybeClose (internal/child_process.js:982:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nightwatch-browserstack@0.1.1 local: node scripts/local.runner.js -c conf/local.conf.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nightwatch-browserstack@0.1.1 local script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
nightwatch-browserstack>npm run parallel_local
nightwatch-browserstack@0.1.1 parallel_local D:\repos\github\nightwatch-browserstack
node scripts/local.runner.js -c conf/parallel_local.conf.js -e chrome,firefox,safari
Connecting local
D:\repos\github\nightwatch-browserstack\scripts\local.runner.js:14
if (error) throw error;
^
LocalError
at D:\repos\github\nightwatch-browserstack\node_modules\browserstack-local\lib\Local.js:58:20
at ChildProcess.exithandler (child_process.js:285:7)
at ChildProcess.emit (events.js:198:13)
at maybeClose (internal/child_process.js:982:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nightwatch-browserstack@0.1.1 parallel_local: node scripts/local.runner.js -c conf/parallel_local.conf.js -e chrome,firefox,safari
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nightwatch-browserstack@0.1.1 parallel_local script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.