Last active
October 14, 2020 07:37
-
-
Save AlphaZach/20a5f1f0333473cfa6fba0c36257b011 to your computer and use it in GitHub Desktop.
Error log after running webpack -w -d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'predev-bundle', 'dev-bundle', 'postdev-bundle' ] | |
5 info lifecycle [email protected]~predev-bundle: [email protected] | |
6 info lifecycle [email protected]~dev-bundle: [email protected] | |
7 verbose lifecycle [email protected]~dev-bundle: unsafe-perm in lifecycle true | |
8 verbose lifecycle [email protected]~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 [email protected]~dev-bundle: CWD: /Users/zach/Desktop/fulljs | |
10 silly lifecycle [email protected]~dev-bundle: Args: [ '-c', 'webpack -w -d' ] | |
11 silly lifecycle [email protected]~dev-bundle: Returned: code: 1 signal: null | |
12 info lifecycle [email protected]~dev-bundle: Failed to exec dev-bundle script | |
13 verbose stack Error: [email protected] 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 [email protected] | |
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 [email protected] dev-bundle: `webpack -w -d` | |
22 error Exit status 1 | |
23 error Failed at the [email protected] 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