Skip to content

Instantly share code, notes, and snippets.

@AlphaZach
Last active October 14, 2020 07:37
Show Gist options
  • Save AlphaZach/20a5f1f0333473cfa6fba0c36257b011 to your computer and use it in GitHub Desktop.
Save AlphaZach/20a5f1f0333473cfa6fba0c36257b011 to your computer and use it in GitHub Desktop.
Error log after running webpack -w -d
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'run',
1 verbose cli 'dev-bundle' ]
2 info using npm@6.14.8
3 info using node@v10.15.3
4 verbose run-script [ 'predev-bundle', 'dev-bundle', 'postdev-bundle' ]
5 info lifecycle fulljs@1.0.0~predev-bundle: fulljs@1.0.0
6 info lifecycle fulljs@1.0.0~dev-bundle: fulljs@1.0.0
7 verbose lifecycle fulljs@1.0.0~dev-bundle: unsafe-perm in lifecycle true
8 verbose lifecycle fulljs@1.0.0~dev-bundle: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/zach/Desktop/fulljs/node_modules/.bin://anaconda3/bin://anaconda3/condabi$
9 verbose lifecycle fulljs@1.0.0~dev-bundle: CWD: /Users/zach/Desktop/fulljs
10 silly lifecycle fulljs@1.0.0~dev-bundle: Args: [ '-c', 'webpack -w -d' ]
11 silly lifecycle fulljs@1.0.0~dev-bundle: Returned: code: 1 signal: null
12 info lifecycle fulljs@1.0.0~dev-bundle: Failed to exec dev-bundle script
13 verbose stack Error: fulljs@1.0.0 dev-bundle: `webpack -w -d`
13 verbose stack Exit status 1
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:189: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:189:13)
13 verbose stack at maybeClose (internal/child_process.js:970:16)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
14 verbose pkgid fulljs@1.0.0
15 verbose cwd /Users/zach/Desktop/fulljs
16 verbose Darwin 18.7.0
17 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "dev-bundle"
18 verbose node v10.15.3
19 verbose npm v6.14.8
20 error code ELIFECYCLE
21 error errno 1
22 error fulljs@1.0.0 dev-bundle: `webpack -w -d`
22 error Exit status 1
23 error Failed at the fulljs@1.0.0 dev-bundle 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