-
Notifications
You must be signed in to change notification settings - Fork 1
/
npm-debug.log
48 lines (48 loc) · 5.41 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Users\\abraa\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'run',
1 verbose cli 'test:e2e' ]
2 info using npm@3.8.6
3 info using node@v5.10.1
4 verbose run-script [ 'pretest:e2e', 'test:e2e', 'posttest:e2e' ]
5 info lifecycle cucumber-protractor@1.0.0~pretest:e2e: cucumber-protractor@1.0.0
6 silly lifecycle cucumber-protractor@1.0.0~pretest:e2e: no script for pretest:e2e, continuing
7 info lifecycle cucumber-protractor@1.0.0~test:e2e: cucumber-protractor@1.0.0
8 verbose lifecycle cucumber-protractor@1.0.0~test:e2e: unsafe-perm in lifecycle true
9 verbose lifecycle cucumber-protractor@1.0.0~test:e2e: PATH: C:\Users\abraa\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin;c:\sources\cucumber-protractor-typescript-boilerplate\node_modules\.bin;C:\Program Files\nodejs;C:\Program Files\Docker\Docker\Resources\bin;C:\Python34\;C:\Python34\Scripts;C:\ProgramData\Oracle\Java\javapath;C:\Python27\;C:\Python27\Scripts;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Users\abraa\.dnx\bin;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\nodejs\;C:\Program Files\Java\jre1.8.0_65\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\MongoDB\Server\3.2\bin;C:\Program Files\Java\jdk1.8.0_73;C:\Program Files\nodejs\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft Emulator Manager\1.0\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files (x86)\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5\;C:\Program Files (x86)\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5\Doctrine extensions for PHP\;C:\Program Files (x86)\scala\bin;C:\Program Files (x86)\sbt\bin;C:\activator\activator-dist-1.3.10\bin;C:\Program Files (x86)\Heroku\bin;C:\Program Files (x86)\git\cmd;C:\Program Files (x86)\Git\cmd;C:\Users\abraa\.dnx\runtimes\dnx-clr-win-x86.1.0.0-beta8\bin;C:\Users\abraa\.dnx\bin;C:\Program Files (x86)\Microsoft VS Code\bin;c:\dev\utils;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\NSIS;C:\dev\cmder;C:\Program Files\MongoDB\Server\3.2\bin;C:\dev\android-sdk-windows\\platform-tools;C:\dev\android-sdk-windows\\tools;C:\Program Files\Java\jdk1.8.0_73;C:\Program Files (x86)\Microsoft VS Code Insiders\bin;C:\Users\abraa\AppData\Roaming\npm;C:\tools\dart-sdk\bin;C:\Users\abraa\AppData\Roaming\Pub\Cache\bin;;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps
10 verbose lifecycle cucumber-protractor@1.0.0~test:e2e: CWD: c:\sources\cucumber-protractor-typescript-boilerplate
11 silly lifecycle cucumber-protractor@1.0.0~test:e2e: Args: [ '/d /s /c', 'protractor protractor.conf.js' ]
12 silly lifecycle cucumber-protractor@1.0.0~test:e2e: Returned: code: 1 signal: null
13 info lifecycle cucumber-protractor@1.0.0~test:e2e: Failed to exec test:e2e script
14 verbose stack Error: cucumber-protractor@1.0.0 test:e2e: `protractor protractor.conf.js`
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.<anonymous> (C:\Users\abraa\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:239:16)
14 verbose stack at emitTwo (events.js:100:13)
14 verbose stack at EventEmitter.emit (events.js:185:7)
14 verbose stack at ChildProcess.<anonymous> (C:\Users\abraa\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:24:14)
14 verbose stack at emitTwo (events.js:100:13)
14 verbose stack at ChildProcess.emit (events.js:185:7)
14 verbose stack at maybeClose (internal/child_process.js:850:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
15 verbose pkgid cucumber-protractor@1.0.0
16 verbose cwd c:\sources\cucumber-protractor-typescript-boilerplate
17 error Windows_NT 10.0.14393
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\abraa\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "run" "test:e2e"
19 error node v5.10.1
20 error npm v3.8.6
21 error code ELIFECYCLE
22 error cucumber-protractor@1.0.0 test:e2e: `protractor protractor.conf.js`
22 error Exit status 1
23 error Failed at the cucumber-protractor@1.0.0 test:e2e script 'protractor protractor.conf.js'.
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 cucumber-protractor package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error protractor protractor.conf.js
23 error You can get information on how to open an issue for this project with:
23 error npm bugs cucumber-protractor
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls cucumber-protractor
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]