felixrieseberg / windows-build-tools

:package: Install C++ Build Tools for Windows using npm
MIT License
3.4k stars 237 forks source link

getting below error while running test #180

Closed SawantR closed 5 years ago

SawantR commented 5 years ago

webdriverIO-with-jasmineBDD-master\node_modules.bin\wdio:2 basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')") ^^^^^^^

SyntaxError: missing ) after argument list at new Script (vm.js:79:7) at createScript (vm.js:251:10) at Object.runInThisContext (vm.js:303:10) at Module._compile (internal/modules/cjs/loader.js:657:28) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at tryModuleLoad (internal/modules/cjs/loader.js:538:12) at Function.Module._load (internal/modules/cjs/loader.js:530:3) at Function.Module.runMain (internal/modules/cjs/loader.js:742:12) at startup (internal/bootstrap/node.js:283:19) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! webdriverIO-with-jasmineBDD@2.0.0 test: node node_modules/.bin/wdio ./test/config/suite.jasmine.conf.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the webdriverIO-with-jasmineBDD@2.0.0 test script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\rohansa\AppData\Roaming\npm-cache_logs\2019-04-05T07_13_34_350Z-debug.log