This repository was archived by the owner on Aug 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnpm-debug.log
More file actions
46 lines (46 loc) · 3.22 KB
/
npm-debug.log
File metadata and controls
46 lines (46 loc) · 3.22 KB
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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'build' ]
2 info using npm@4.1.2
3 info using node@v7.6.0
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle boko@1.0.0~prebuild: boko@1.0.0
6 silly lifecycle boko@1.0.0~prebuild: no script for prebuild, continuing
7 info lifecycle boko@1.0.0~build: boko@1.0.0
8 verbose lifecycle boko@1.0.0~build: unsafe-perm in lifecycle true
9 verbose lifecycle boko@1.0.0~build: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/freemanlatif/Documents/www/boko/node_modules/.bin:/Users/freemanlatif/.composer/vendor/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/heroku/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Library/TeX/texbin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/Users/freemanlatif/.yarn/bin:/usr/local/sbin:/Users/freemanlatif/.nvm/versions/node/v8.4.0/bin:/Users/freemanlatif/.composer/vendor/bin:/opt/local/bin:/opt/local/sbin:/usr/local/heroku/bin:/Users/freemanlatif/android-sdk-macosx/tools:/Users/freemanlatif/android-sdk-macosx/platform-tools:/Users/freemanlatif/android-sdk-macosx/tools:/Users/freemanlatif/android-sdk-macosx/platform-tools
10 verbose lifecycle boko@1.0.0~build: CWD: /Users/freemanlatif/Documents/www/boko
11 silly lifecycle boko@1.0.0~build: Args: [ '-c',
11 silly lifecycle './scripts/build.sh && rollup --config scripts/rollup.config.js' ]
12 info lifecycle boko@1.0.0~build: Failed to exec build script
13 verbose stack Error: boko@1.0.0 build: `./scripts/build.sh && rollup --config scripts/rollup.config.js`
13 verbose stack spawn sh EAGAIN
13 verbose stack at exports._errnoException (util.js:1028:11)
13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
13 verbose stack at onErrorNT (internal/child_process.js:359:16)
13 verbose stack at _combinedTickCallback (internal/process/next_tick.js:74:11)
13 verbose stack at process._tickCallback (internal/process/next_tick.js:98:9)
14 verbose pkgid boko@1.0.0
15 verbose cwd /Users/freemanlatif/Documents/www/boko
16 error Darwin 16.6.0
17 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
18 error node v7.6.0
19 error npm v4.1.2
20 error file sh
21 error path sh
22 error code ELIFECYCLE
23 error errno EAGAIN
24 error syscall spawn sh
25 error boko@1.0.0 build: `./scripts/build.sh && rollup --config scripts/rollup.config.js`
25 error spawn sh EAGAIN
26 error Failed at the boko@1.0.0 build script './scripts/build.sh && rollup --config scripts/rollup.config.js'.
26 error Make sure you have the latest version of node.js and npm installed.
26 error If you do, this is most likely a problem with the boko package,
26 error not with npm itself.
26 error Tell the author that this fails on your system:
26 error ./scripts/build.sh && rollup --config scripts/rollup.config.js
26 error You can get information on how to open an issue for this project with:
26 error npm bugs boko
26 error Or if that isn't available, you can get their info via:
26 error npm owner ls boko
26 error There is likely additional logging output above.
27 verbose exit [ 1, true ]