Created
October 11, 2016 11:47
-
-
Save dheerajbhaskar/b6313db8661ecb4c48e91b599a58f16c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', | |
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', | |
1 verbose cli 'run', | |
1 verbose cli 'shaadi' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'preshaadi', 'shaadi', 'postshaadi' ] | |
5 info lifecycle [email protected]~preshaadi: [email protected] | |
6 silly lifecycle [email protected]~preshaadi: no script for preshaadi, continuing | |
7 info lifecycle [email protected]~shaadi: [email protected] | |
8 verbose lifecycle [email protected]~shaadi: unsafe-perm in lifecycle true | |
9 verbose lifecycle [email protected]~shaadi: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\my-home\AutomationProjects\WebdriverioProjects\wdio\node_modules\.bin;C:\Program Files\nodejs;C:\Program Files\Docker\Docker\Resources\bin;C:\Program Files (x86)\Java\jdk1.8.0_101\bin;C:\Program Files (x86)\Lenovo\FusionEngine;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64\;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files (x86)\Calibre2\;C:\Program Files (x86)\Java\jdk1.8.0_101\bin;C:\Program Files\Docker\Docker\Resources\bin;C:\Program Files (x86)\Lenovo\FusionEngine;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64\;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Users\Dheeraj\AppData\Roaming\npm;C:\Users\Dheeraj\AppData\Local\.meteor\;C:\Users\Dheeraj\include_in_path;C:\Users\Dheeraj\AppData\Local\Microsoft\WindowsApps;C:\Users\Dheeraj\adb | |
10 verbose lifecycle [email protected]~shaadi: CWD: C:\my-home\AutomationProjects\WebdriverioProjects\wdio | |
11 silly lifecycle [email protected]~shaadi: Args: [ '/d /s /c', 'wdio --suite shaadi' ] | |
12 silly lifecycle [email protected]~shaadi: Returned: code: 1 signal: null | |
13 info lifecycle [email protected]~shaadi: Failed to exec shaadi script | |
14 verbose stack Error: [email protected] shaadi: `wdio --suite shaadi` | |
14 verbose stack Exit status 1 | |
14 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:242:16) | |
14 verbose stack at emitTwo (events.js:106:13) | |
14 verbose stack at EventEmitter.emit (events.js:191:7) | |
14 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14) | |
14 verbose stack at emitTwo (events.js:106:13) | |
14 verbose stack at ChildProcess.emit (events.js:191:7) | |
14 verbose stack at maybeClose (internal/child_process.js:852:16) | |
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5) | |
15 verbose pkgid [email protected] | |
16 verbose cwd C:\my-home\AutomationProjects\WebdriverioProjects\wdio | |
17 error Windows_NT 10.0.14393 | |
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "shaadi" | |
19 error node v6.4.0 | |
20 error npm v3.10.3 | |
21 error code ELIFECYCLE | |
22 error [email protected] shaadi: `wdio --suite shaadi` | |
22 error Exit status 1 | |
23 error Failed at the [email protected] shaadi script 'wdio --suite shaadi'. | |
23 error Make sure you have the latest version of node.js and npm installed. | |
23 error If you do, this is most likely a problem with the wdio package, | |
23 error not with npm itself. | |
23 error Tell the author that this fails on your system: | |
23 error wdio --suite shaadi | |
23 error You can get information on how to open an issue for this project with: | |
23 error npm bugs wdio | |
23 error Or if that isn't available, you can get their info via: | |
23 error npm owner ls wdio | |
23 error There is likely additional logging output above. | |
24 verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment