Skip to content

Instantly share code, notes, and snippets.

@pchittum
Last active October 11, 2019 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pchittum/13387b929ae455da4085132b79a00962 to your computer and use it in GitHub Desktop.
Save pchittum/13387b929ae455da4085132b79a00962 to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/usr/local/Cellar/node/12.6.0/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'run',
1 verbose cli 'prettier:verify'
1 verbose cli ]
2 info using npm@6.9.0
3 info using node@v12.6.0
4 verbose run-script [ 'prettier:verify' ]
5 info lifecycle lwc-recipes@0.1.0~prettier:verify: lwc-recipes@0.1.0
6 verbose lifecycle lwc-recipes@0.1.0~prettier:verify: unsafe-perm in lifecycle true
7 verbose lifecycle lwc-recipes@0.1.0~prettier:verify: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/pchittum/projects/demos/lwc-recipes/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
8 verbose lifecycle lwc-recipes@0.1.0~prettier:verify: CWD: /Users/pchittum/projects/demos/lwc-recipes
9 silly lifecycle lwc-recipes@0.1.0~prettier:verify: Args: [
9 silly lifecycle '-c',
9 silly lifecycle "prettier --list-different '**/*.{html,js,json,yaml,yml,md,cmp,page,component}'"
9 silly lifecycle ]
10 silly lifecycle lwc-recipes@0.1.0~prettier:verify: Returned: code: 1 signal: null
11 info lifecycle lwc-recipes@0.1.0~prettier:verify: Failed to exec prettier:verify script
12 verbose stack Error: lwc-recipes@0.1.0 prettier:verify: `prettier --list-different '**/*.{html,js,json,yaml,yml,md,cmp,page,component}'`
12 verbose stack Exit status 1
12 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
12 verbose stack at EventEmitter.emit (events.js:203:13)
12 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
12 verbose stack at ChildProcess.emit (events.js:203:13)
12 verbose stack at maybeClose (internal/child_process.js:1021:16)
12 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
13 verbose pkgid lwc-recipes@0.1.0
14 verbose cwd /Users/pchittum/projects/demos/lwc-recipes
15 verbose Darwin 18.7.0
16 verbose argv "/usr/local/Cellar/node/12.6.0/bin/node" "/usr/local/bin/npm" "run" "prettier:verify"
17 verbose node v12.6.0
18 verbose npm v6.9.0
19 error code ELIFECYCLE
20 error errno 1
21 error lwc-recipes@0.1.0 prettier:verify: `prettier --list-different '**/*.{html,js,json,yaml,yml,md,cmp,page,component}'`
21 error Exit status 1
22 error Failed at the lwc-recipes@0.1.0 prettier:verify script.
22 error This is probably not a problem with npm. There is likely additional logging output above.
23 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment