-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
48 lines (48 loc) · 3.17 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
46
47
48
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 'patch-release' ]
2 info using npm@3.9.5
3 info using node@v6.2.2
4 verbose run-script [ 'prepatch-release', 'patch-release', 'postpatch-release' ]
5 info lifecycle riro@0.0.2~prepatch-release: riro@0.0.2
6 silly lifecycle riro@0.0.2~prepatch-release: no script for prepatch-release, continuing
7 info lifecycle riro@0.0.2~patch-release: riro@0.0.2
8 verbose lifecycle riro@0.0.2~patch-release: unsafe-perm in lifecycle true
9 verbose lifecycle riro@0.0.2~patch-release: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/eoinmurray/Dropbox/macbook-pro/riro/node_modules/.bin:/usr/local/bin:/usr/local/bin:/Users/eoinmurray/npm/bin://Applications/MATLAB_R2016a.app/bin:/Applications/Postgres.app/Contents/Versions/latest/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Applications/Wine\ Staging.app/Contents/Resources/wine/bin:/Users/eoinmurray/.npm-packages/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
10 verbose lifecycle riro@0.0.2~patch-release: CWD: /Users/eoinmurray/Dropbox/macbook-pro/riro
11 silly lifecycle riro@0.0.2~patch-release: Args: [ '-c', 'npm version patch && npm publish && git push' ]
12 silly lifecycle riro@0.0.2~patch-release: Returned: code: 128 signal: null
13 info lifecycle riro@0.0.2~patch-release: Failed to exec patch-release script
14 verbose stack Error: riro@0.0.2 patch-release: `npm version patch && npm publish && git push`
14 verbose stack Exit status 128
14 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:245:16)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at EventEmitter.emit (events.js:191:7)
14 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
14 verbose stack at emitTwo (events.js:106:13)
14 verbose stack at ChildProcess.emit (events.js:191:7)
14 verbose stack at maybeClose (internal/child_process.js:852:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
15 verbose pkgid riro@0.0.2
16 verbose cwd /Users/eoinmurray/Dropbox/macbook-pro/riro
17 error Darwin 15.4.0
18 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "patch-release"
19 error node v6.2.2
20 error npm v3.9.5
21 error code ELIFECYCLE
22 error riro@0.0.2 patch-release: `npm version patch && npm publish && git push`
22 error Exit status 128
23 error Failed at the riro@0.0.2 patch-release script 'npm version patch && npm publish && git push'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the riro package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error npm version patch && npm publish && git push
23 error You can get information on how to open an issue for this project with:
23 error npm bugs riro
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls riro
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]