Skip to content

Instantly share code, notes, and snippets.

@noltedesign
Created March 26, 2019 17:38
Show Gist options
  • Save noltedesign/7fb213d737d3609c74422666d0218d59 to your computer and use it in GitHub Desktop.
Save noltedesign/7fb213d737d3609c74422666d0218d59 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', 'build' ]
2 info using npm@6.7.0
3 info using node@v9.5.0
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle foundation-emails-template@1.0.0~prebuild: foundation-emails-template@1.0.0
6 info lifecycle foundation-emails-template@1.0.0~build: foundation-emails-template@1.0.0
7 verbose lifecycle foundation-emails-template@1.0.0~build: unsafe-perm in lifecycle true
8 verbose lifecycle foundation-emails-template@1.0.0~build: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/drew/Repo/thirdhome-emails/node_modules/.bin:/Users/drew/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
9 verbose lifecycle foundation-emails-template@1.0.0~build: CWD: /Users/drew/Repo/thirdhome-emails
10 silly lifecycle foundation-emails-template@1.0.0~build: Args: [ '-c', 'gulp --production' ]
11 silly lifecycle foundation-emails-template@1.0.0~build: Returned: code: 1 signal: null
12 info lifecycle foundation-emails-template@1.0.0~build: Failed to exec build script
13 verbose stack Error: foundation-emails-template@1.0.0 build: `gulp --production`
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:160: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:160:13)
13 verbose stack at maybeClose (internal/child_process.js:943:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:220:5)
14 verbose pkgid foundation-emails-template@1.0.0
15 verbose cwd /Users/drew/Repo/thirdhome-emails
16 verbose Darwin 18.2.0
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
18 verbose node v9.5.0
19 verbose npm v6.7.0
20 error code ELIFECYCLE
21 error errno 1
22 error foundation-emails-template@1.0.0 build: `gulp --production`
22 error Exit status 1
23 error Failed at the foundation-emails-template@1.0.0 build 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