Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gruckionvit/1c7cb2b3880d45cfafb769a6acdea4be to your computer and use it in GitHub Desktop.
Save gruckionvit/1c7cb2b3880d45cfafb769a6acdea4be to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'provision' ]
2 info using npm@6.14.5
3 info using node@v12.18.1
4 verbose run-script [ 'preprovision', 'provision', 'postprovision' ]
5 info lifecycle react-sample-sigex@0.1.0~preprovision: react-sample-sigex@0.1.0
6 info lifecycle react-sample-sigex@0.1.0~provision: react-sample-sigex@0.1.0
7 verbose lifecycle react-sample-sigex@0.1.0~provision: unsafe-perm in lifecycle true
8 verbose lifecycle react-sample-sigex@0.1.0~provision: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/stephen.rayner/repos/react-sample-sigex/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
9 verbose lifecycle react-sample-sigex@0.1.0~provision: CWD: /Users/stephen.rayner/repos/react-sample-sigex
10 silly lifecycle react-sample-sigex@0.1.0~provision: Args: [
10 silly lifecycle '-c',
10 silly lifecycle 'aws cloudformation deploy --template-file ./cloudformation_basic.yml --stack-name hosting-bucket --parameter-overrides BucketName=myTestBucketNameCloudFormation'
10 silly lifecycle ]
11 silly lifecycle react-sample-sigex@0.1.0~provision: Returned: code: 255 signal: null
12 info lifecycle react-sample-sigex@0.1.0~provision: Failed to exec provision script
13 verbose stack Error: react-sample-sigex@0.1.0 provision: `aws cloudformation deploy --template-file ./cloudformation_basic.yml --stack-name hosting-bucket --parameter-overrides BucketName=myTestBucketNameCloudFormation`
13 verbose stack Exit status 255
13 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
13 verbose stack at EventEmitter.emit (events.js:315:20)
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:315:20)
13 verbose stack at maybeClose (internal/child_process.js:1021:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
14 verbose pkgid react-sample-sigex@0.1.0
15 verbose cwd /Users/stephen.rayner/repos/react-sample-sigex
16 verbose Darwin 19.5.0
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "provision"
18 verbose node v12.18.1
19 verbose npm v6.14.5
20 error code ELIFECYCLE
21 error errno 255
22 error react-sample-sigex@0.1.0 provision: `aws cloudformation deploy --template-file ./cloudformation_basic.yml --stack-name hosting-bucket --parameter-overrides BucketName=myTestBucketNameCloudFormation`
22 error Exit status 255
23 error Failed at the react-sample-sigex@0.1.0 provision script.
23 error This is probably not a problem with npm. There is likely additional logging output above.
24 verbose exit [ 255, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment