-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathnpm-debug.log
36 lines (36 loc) · 1.95 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
0 info it worked if it ends with ok
1 verbose cli [ '/Users/applification/.nvm/versions/node/v0.12.10/bin/node',
1 verbose cli '/Users/applification/.nvm/versions/node/v0.12.10/bin/npm',
1 verbose cli 'start' ]
2 info using npm@2.14.9
3 info using node@v0.12.10
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart graphql-loader@1.0.0
6 verbose unsafe-perm in lifecycle true
7 info graphql-loader@1.0.0 Failed to exec prestart script
8 verbose stack Error: graphql-loader@1.0.0 prestart: `babel src --out-dir dist`
8 verbose stack Exit status 1
8 verbose stack at EventEmitter.<anonymous> (/Users/applification/.nvm/versions/node/v0.12.10/lib/node_modules/npm/lib/utils/lifecycle.js:214:16)
8 verbose stack at EventEmitter.emit (events.js:110:17)
8 verbose stack at ChildProcess.<anonymous> (/Users/applification/.nvm/versions/node/v0.12.10/lib/node_modules/npm/lib/utils/spawn.js:24:14)
8 verbose stack at ChildProcess.emit (events.js:110:17)
8 verbose stack at maybeClose (child_process.js:1016:16)
8 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1088:5)
9 verbose pkgid graphql-loader@1.0.0
10 verbose cwd /Users/applification/API/graphql-loader
11 error Darwin 15.3.0
12 error argv "/Users/applification/.nvm/versions/node/v0.12.10/bin/node" "/Users/applification/.nvm/versions/node/v0.12.10/bin/npm" "start"
13 error node v0.12.10
14 error npm v2.14.9
15 error code ELIFECYCLE
16 error graphql-loader@1.0.0 prestart: `babel src --out-dir dist`
16 error Exit status 1
17 error Failed at the graphql-loader@1.0.0 prestart script 'babel src --out-dir dist'.
17 error This is most likely a problem with the graphql-loader package,
17 error not with npm itself.
17 error Tell the author that this fails on your system:
17 error babel src --out-dir dist
17 error You can get their info via:
17 error npm owner ls graphql-loader
17 error There is likely additional logging output above.
18 verbose exit [ 1, true ]