Created
January 6, 2018 18:36
-
-
Save mtheoryx/642689807cdd1a80c936d1667b85eb82 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $ > cat 2018-01-06T18_23_39_055Z-debug.log | |
| 0 info it worked if it ends with ok | |
| 1 verbose cli [ '/Users/dpoindexter/.nvm/versions/node/v8.9.0/bin/node', | |
| 1 verbose cli '/Users/dpoindexter/.nvm/versions/node/v8.9.0/bin/npm', | |
| 1 verbose cli 'run', | |
| 1 verbose cli 'test' ] | |
| 2 info using [email protected] | |
| 3 info using [email protected] | |
| 4 verbose run-script [ 'pretest', 'test', 'posttest' ] | |
| 5 info lifecycle [email protected]~pretest: [email protected] | |
| 6 info lifecycle [email protected]~test: [email protected] | |
| 7 verbose lifecycle [email protected]~test: unsafe-perm in lifecycle true | |
| 8 verbose lifecycle [email protected]~test: PATH: /Users/dpoindexter/.nvm/versions/node/v8.9.0/lib/node_modules/npm/bin/node-gyp-bin:/Users/dpoindexter/code/playground/delivery-demand/node_modules/.bin:/Users/dpoindexter/.nvm/versions/node/v8.9.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/dpoindexter/bb/learn/bin:/Users/dpoindexter/bb/learn/workspace/tools/gradle-distribution:/Applications/Visual Studio Code.app/Contents/Resources/app/bin | |
| 9 verbose lifecycle [email protected]~test: CWD: /Users/dpoindexter/code/playground/delivery-demand | |
| 10 silly lifecycle [email protected]~test: Args: [ '-c', 'react-scripts test --env=jsdom' ] | |
| 11 silly lifecycle [email protected]~test: Returned: code: 1 signal: null | |
| 12 info lifecycle [email protected]~test: Failed to exec test script | |
| 13 verbose stack Error: [email protected] test: `react-scripts test --env=jsdom` | |
| 13 verbose stack Exit status 1 | |
| 13 verbose stack at EventEmitter.<anonymous> (/Users/dpoindexter/.nvm/versions/node/v8.9.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:280:16) | |
| 13 verbose stack at emitTwo (events.js:126:13) | |
| 13 verbose stack at EventEmitter.emit (events.js:214:7) | |
| 13 verbose stack at ChildProcess.<anonymous> (/Users/dpoindexter/.nvm/versions/node/v8.9.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) | |
| 13 verbose stack at emitTwo (events.js:126:13) | |
| 13 verbose stack at ChildProcess.emit (events.js:214:7) | |
| 13 verbose stack at maybeClose (internal/child_process.js:925:16) | |
| 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5) | |
| 14 verbose pkgid [email protected] | |
| 15 verbose cwd /Users/dpoindexter/code/playground/delivery-demand | |
| 16 verbose Darwin 16.7.0 | |
| 17 verbose argv "/Users/dpoindexter/.nvm/versions/node/v8.9.0/bin/node" "/Users/dpoindexter/.nvm/versions/node/v8.9.0/bin/npm" "run" "test" | |
| 18 verbose node v8.9.0 | |
| 19 verbose npm v5.5.1 | |
| 20 error code ELIFECYCLE | |
| 21 error errno 1 | |
| 22 error [email protected] test: `react-scripts test --env=jsdom` | |
| 22 error Exit status 1 | |
| 23 error Failed at the [email protected] test script. | |
| 23 error This is probably not a problem with npm. 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