Skip to content

Instantly share code, notes, and snippets.

@AdvaithD
Created February 18, 2019 02:08
Show Gist options
  • Select an option

  • Save AdvaithD/915246f49d6fcfd113461638e01e44fe to your computer and use it in GitHub Desktop.

Select an option

Save AdvaithD/915246f49d6fcfd113461638e01e44fe to your computer and use it in GitHub Desktop.
cra error
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/11.10.0/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'run',
1 verbose cli 'start' ]
2 info using npm@6.8.0
3 info using node@v11.10.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle cb.io-website@0.0.1~prestart: cb.io-website@0.0.1
6 info lifecycle cb.io-website@0.0.1~start: cb.io-website@0.0.1
7 verbose lifecycle cb.io-website@0.0.1~start: unsafe-perm in lifecycle true
8 verbose lifecycle cb.io-website@0.0.1~start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/chainist/dev/cryptobutton.io-website/node_modules/.bin:/usr/local/share/npm/bin:/Users/chainist/.cargo/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/npm/bin:/Users/chainist/.cargo/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin
9 verbose lifecycle cb.io-website@0.0.1~start: CWD: /Users/chainist/dev/cryptobutton.io-website
10 silly lifecycle cb.io-website@0.0.1~start: Args: [ '-c', 'react-scripts start' ]
11 silly lifecycle cb.io-website@0.0.1~start: Returned: code: 1 signal: null
12 info lifecycle cb.io-website@0.0.1~start: Failed to exec start script
13 verbose stack Error: cb.io-website@0.0.1 start: `react-scripts start`
13 verbose stack Exit status 1
13 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
13 verbose stack at EventEmitter.emit (events.js:197:13)
13 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
13 verbose stack at ChildProcess.emit (events.js:197:13)
13 verbose stack at maybeClose (internal/child_process.js:984:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
14 verbose pkgid cb.io-website@0.0.1
15 verbose cwd /Users/chainist/dev/cryptobutton.io-website
16 verbose Darwin 17.7.0
17 verbose argv "/usr/local/Cellar/node/11.10.0/bin/node" "/usr/local/bin/npm" "run" "start"
18 verbose node v11.10.0
19 verbose npm v6.8.0
20 error code ELIFECYCLE
21 error errno 1
22 error cb.io-website@0.0.1 start: `react-scripts start`
22 error Exit status 1
23 error Failed at the cb.io-website@0.0.1 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