-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnpm-debug.log
45 lines (45 loc) · 2.94 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'run', 'build' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink /usr/local/bin/node
5 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
6 info lifecycle [email protected]~prebuild: [email protected]
7 silly lifecycle [email protected]~prebuild: no script for prebuild, continuing
8 info lifecycle [email protected]~build: [email protected]
9 verbose lifecycle [email protected]~build: unsafe-perm in lifecycle true
10 verbose lifecycle [email protected]~build: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/bradleyjennings/Code/cah-game/node_modules/.bin:/usr/local/opt/rbenv/shims:/Users/bradleyjennings/.bin:/usr/local/opt/rbenv/shims:/usr/local/opt/rbenv/bin:/Users/bradleyjennings/.rbenv/shims:/usr/local/bin:/Users/bradleyjennings/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
11 verbose lifecycle [email protected]~build: CWD: /Users/bradleyjennings/Code/cah-game
12 silly lifecycle [email protected]~build: Args: [ '-c',
12 silly lifecycle 'NODE_ENV=production webpack -p --config webpack.production.config.js' ]
13 silly lifecycle [email protected]~build: Returned: code: 1 signal: null
14 info lifecycle [email protected]~build: Failed to exec build script
15 verbose stack Error: [email protected] build: `NODE_ENV=production webpack -p --config webpack.production.config.js`
15 verbose stack Exit status 1
15 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:279:16)
15 verbose stack at EventEmitter.emit (events.js:110:17)
15 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
15 verbose stack at ChildProcess.emit (events.js:110:17)
15 verbose stack at maybeClose (child_process.js:1019:16)
15 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1091:5)
16 verbose pkgid [email protected]
17 verbose cwd /Users/bradleyjennings/Code/cah-game
18 error Darwin 15.6.0
19 error argv "node" "/usr/local/bin/npm" "run" "build"
20 error node v0.12.16
21 error npm v4.0.5
22 error code ELIFECYCLE
23 error [email protected] build: `NODE_ENV=production webpack -p --config webpack.production.config.js`
23 error Exit status 1
24 error Failed at the [email protected] build script 'NODE_ENV=production webpack -p --config webpack.production.config.js'.
24 error Make sure you have the latest version of node.js and npm installed.
24 error If you do, this is most likely a problem with the cah-game package,
24 error not with npm itself.
24 error Tell the author that this fails on your system:
24 error NODE_ENV=production webpack -p --config webpack.production.config.js
24 error You can get information on how to open an issue for this project with:
24 error npm bugs cah-game
24 error Or if that isn't available, you can get their info via:
24 error npm owner ls cah-game
24 error There is likely additional logging output above.
25 verbose exit [ 1, true ]