Skip to content

Instantly share code, notes, and snippets.

@Treverr
Created July 9, 2022 03:40
Show Gist options
  • Save Treverr/aed058904e78542488a30419826e374d to your computer and use it in GitHub Desktop.
Save Treverr/aed058904e78542488a30419826e374d to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/Users/trever/.nvm/versions/node/v14.17.0/bin/node',
1 verbose cli '/Users/trever/.nvm/versions/node/v14.17.0/bin/npm',
1 verbose cli 'run',
1 verbose cli 'start'
1 verbose cli ]
2 info using npm@6.14.13
3 info using node@v14.17.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle art-react@0.1.0~prestart: art-react@0.1.0
6 info lifecycle art-react@0.1.0~start: art-react@0.1.0
7 verbose lifecycle art-react@0.1.0~start: unsafe-perm in lifecycle true
8 verbose lifecycle art-react@0.1.0~start: PATH: /Users/trever/.nvm/versions/node/v14.17.0/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/trever/Projects/art-react/node_modules/.bin:/Users/trever/.nvm/versions/node/v14.17.0/bin:/opt/homebrew/opt/openssl@3/bin:/opt/homebrew/opt/bzip2/bin:/opt/homebrew/opt/openssl@1.1/bin:/Users/trever/bin:/Users/trever/jingle/scripts:/Users/trever/jingle/Jingle/tools/run:/Users/trever/jingle/Jingle/tools/iTunes:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/trever/.pyenv/shims:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/appleinternal/bin:/opt/apple/bin:/usr/local/share/dotnet:/opt/homebrew/bin:/usr/appleinternal/bin:/private/var/tanuki:/opt/xbs/bin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/Users/trever/Library/Python/3.8/bin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/Applications/SplunkForwarder/bin/
9 verbose lifecycle art-react@0.1.0~start: CWD: /Users/trever/Projects/art-react
10 silly lifecycle art-react@0.1.0~start: Args: [ '-c', 'react-scripts start' ]
11 silly lifecycle art-react@0.1.0~start: Returned: code: 1 signal: null
12 info lifecycle art-react@0.1.0~start: Failed to exec start script
13 verbose stack Error: art-react@0.1.0 start: `react-scripts start`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (/Users/trever/.nvm/versions/node/v14.17.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:376:20)
13 verbose stack at ChildProcess.<anonymous> (/Users/trever/.nvm/versions/node/v14.17.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:376:20)
13 verbose stack at maybeClose (internal/child_process.js:1055:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
14 verbose pkgid art-react@0.1.0
15 verbose cwd /Users/trever/Projects/art-react
16 verbose Darwin 22.0.0
17 verbose argv "/Users/trever/.nvm/versions/node/v14.17.0/bin/node" "/Users/trever/.nvm/versions/node/v14.17.0/bin/npm" "run" "start"
18 verbose node v14.17.0
19 verbose npm v6.14.13
20 error code ELIFECYCLE
21 error errno 1
22 error art-react@0.1.0 start: `react-scripts start`
22 error Exit status 1
23 error Failed at the art-react@0.1.0 start 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