eNkru / electron-xiami

虾米音乐 & 虾米电台 - Linux & Mac | Xiami Player & Xiami Radio desktop for Linux & Mac supported by Electron
MIT License
295 stars 39 forks source link

Installation failed on ArchLinux #35

Closed Karmenzind closed 6 years ago

Karmenzind commented 6 years ago

env

Kernel: x86_64 Linux 4.16.11-1-ARCH WM: i3 CPU: Intel Core i5-6500 @ 4x 3.6GHz [27.8°C] GPU: intel RAM: 2907MiB / 7835MiB

console output

k@archlinux ~/Downloads                                                                       [20:55:52]
> $ git clone https://github.com/eNkru/electron-xiami.git
cd electron-xiami
npm install
npm start
Cloning into 'electron-xiami'...
remote: Counting objects: 932, done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 932 (delta 4), reused 11 (delta 3), pack-reused 915
Receiving objects: 100% (932/932), 29.52 MiB | 6.00 MiB/s, done.
Resolving deltas: 100% (460/460), done.

> abstract-socket@2.0.0 install /home/k/Downloads/electron-xiami/node_modules/abstract-socket
> node-gyp rebuild

make: Entering directory '/home/k/Downloads/electron-xiami/node_modules/abstract-socket/build'
  CXX(target) Release/obj.target/abstract_socket/src/abstract_socket.o
In file included from ../src/abstract_socket.cc:9:
../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
../../nan/nan.h:2167:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                              ^
../src/abstract_socket.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Bind(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/abstract_socket.cc:99:35: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
     String::Utf8Value path(info[1]);
                                   ^
In file included from /home/k/.node-gyp/10.2.1/include/node/v8.h:26,
                 from /home/k/.node-gyp/10.2.1/include/node/node.h:63,
                 from ../../nan/nan.h:51,
                 from ../src/abstract_socket.cc:9:
/home/k/.node-gyp/10.2.1/include/node/v8.h:2822:28: note: declared here
                   explicit Utf8Value(Local<v8::Value> obj));
                            ^~~~~~~~~
/home/k/.node-gyp/10.2.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^~~~~~~~~~
../src/abstract_socket.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE {anonymous}::Connect(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/abstract_socket.cc:137:35: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated: Use Isolate version [-Wdeprecated-declarations]
     String::Utf8Value path(info[1]);
                                   ^
In file included from /home/k/.node-gyp/10.2.1/include/node/v8.h:26,
                 from /home/k/.node-gyp/10.2.1/include/node/node.h:63,
                 from ../../nan/nan.h:51,
                 from ../src/abstract_socket.cc:9:
/home/k/.node-gyp/10.2.1/include/node/v8.h:2822:28: note: declared here
                   explicit Utf8Value(Local<v8::Value> obj));
                            ^~~~~~~~~
/home/k/.node-gyp/10.2.1/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’
   declarator __attribute__((deprecated(message)))
   ^~~~~~~~~~
In file included from ../../nan/nan.h:51,
                 from ../src/abstract_socket.cc:9:
../src/abstract_socket.cc: At global scope:
/home/k/.node-gyp/10.2.1/include/node/node.h:535:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
       (node::addon_register_func) (regfunc),                          \
                                           ^
/home/k/.node-gyp/10.2.1/include/node/node.h:569:3: note: in expansion of macro ‘NODE_MODULE_X’
   NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
   ^~~~~~~~~~~~~
../src/abstract_socket.cc:215:1: note: in expansion of macro ‘NODE_MODULE’
 NODE_MODULE(abstract_socket, Initialize)
 ^~~~~~~~~~~
In file included from /home/k/.node-gyp/10.2.1/include/node/node.h:63,
                 from ../../nan/nan.h:51,
                 from ../src/abstract_socket.cc:9:
/home/k/.node-gyp/10.2.1/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
/home/k/.node-gyp/10.2.1/include/node/node_object_wrap.h:85:78:   required from here
/home/k/.node-gyp/10.2.1/include/node/v8.h:9238:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                reinterpret_cast<Callback>(callback), type);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/k/.node-gyp/10.2.1/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
../../nan/nan_object_wrap.h:66:61:   required from here
/home/k/.node-gyp/10.2.1/include/node/v8.h:9238:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
  SOLINK_MODULE(target) Release/obj.target/abstract_socket.node
  COPY Release/abstract_socket.node
make: Leaving directory '/home/k/Downloads/electron-xiami/node_modules/abstract-socket/build'

> electron@1.8.4 postinstall /home/k/Downloads/electron-xiami/node_modules/electron
> node install.js

Downloading SHASUMS256.txt
[============================================>] 100.0% of 3.43 kB (3.43 kB/s)

> electron-xiami@1.5.0 postinstall /home/k/Downloads/electron-xiami
> electron-builder install-app-deps

  • electron-builder version=20.15.2
  • loaded configuration file=package.json ("build" field)
  • rebuilding native production dependencies platform=linux arch=x64
Error: /usr/bin/node exited with code 1
Output:

> abstract-socket@2.0.0 install /home/k/Downloads/electron-xiami/node_modules/abstract-socket
> node-gyp rebuild

Error output:
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: connect ETIMEDOUT 52.216.225.184:443
gyp ERR! stack     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1161:14)
gyp ERR! System Linux 4.16.11-1-ARCH
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/k/Downloads/electron-xiami/node_modules/abstract-socket
gyp ERR! node -v v10.2.1
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! abstract-socket@2.0.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the abstract-socket@2.0.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/k/.npm/_logs/2018-05-29T12_58_59_627Z-debug.log

    at ChildProcess.childProcess.once.code (/home/k/Downloads/electron-xiami/node_modules/builder-util/src/util.ts:251:14)
    at Object.onceWrapper (events.js:273:13)
    at ChildProcess.emit (events.js:182:13)
    at maybeClose (internal/child_process.js:961:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)
From previous event:
    at rebuild (/home/k/Downloads/electron-xiami/node_modules/electron-builder-lib/out/util/yarn.js:234:18)
    at /home/k/Downloads/electron-xiami/node_modules/electron-builder-lib/src/util/yarn.ts:20:11
From previous event:
    at installOrRebuild (/home/k/Downloads/electron-xiami/node_modules/electron-builder-lib/out/util/yarn.js:68:17)
    at /home/k/Downloads/electron-xiami/node_modules/electron-builder/src/cli/install-app-deps.ts:56:9
    at Generator.next (<anonymous>)
    at runCallback (timers.js:696:18)
    at tryOnImmediate (timers.js:667:5)
    at processImmediate (timers.js:649:5)
From previous event:
    at installAppDeps (/home/k/Downloads/electron-xiami/node_modules/electron-builder/out/cli/install-app-deps.js:174:17)
    at then (/home/k/Downloads/electron-xiami/node_modules/electron-builder/src/cli/cli.ts:46:19)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! electron-xiami@1.5.0 postinstall: `electron-builder install-app-deps`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the electron-xiami@1.5.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/k/.npm/_logs/2018-05-29T12_58_59_765Z-debug.log

> electron-xiami@1.5.0 start /home/k/Downloads/electron-xiami
> electron src/main.js

A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=921634&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=921634&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=2629111&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=2629111&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
Checking for update
Error: Error: ENOENT, dev-app-update.yml not found in /home/k/Downloads/electron-xiami/node_modules/electron/dist/resources/default_app.asar
    at notFoundError (ELECTRON_ASAR.js:114:19)
    at fs.readFile (ELECTRON_ASAR.js:481:16)
    at go$readFile (/home/k/Downloads/electron-xiami/node_modules/graceful-fs/graceful-fs.js:73:14)
    at readFile (/home/k/Downloads/electron-xiami/node_modules/graceful-fs/graceful-fs.js:70:12)
    at readFile (/home/k/Downloads/electron-xiami/node_modules/universalify/index.js:5:67)
    at /home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:370:27
    at Generator.next (<anonymous>)
    at AppImageUpdater.loadUpdateConfig (/home/k/Downloads/electron-xiami/node_modules/electron-updater/out/AppUpdater.js:395:11)
    at Lazy.AppUpdater.configOnDisk.Lazy (/home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:132:43)
From previous event:
    at /home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:370:27
    at Generator.next (<anonymous>)
From previous event:
    at AppImageUpdater.loadUpdateConfig (/home/k/Downloads/electron-xiami/node_modules/electron-updater/out/AppUpdater.js:395:11)
    at Lazy.AppUpdater.configOnDisk.Lazy [as creator] (/home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:132:43)
    at Lazy.get value [as value] (/home/k/Downloads/electron-xiami/node_modules/lazy-val/src/main.ts:18:23)
    at /home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:281:33
    at Generator.next (<anonymous>)
From previous event:
    at AppImageUpdater.doCheckForUpdates (/home/k/Downloads/electron-xiami/node_modules/electron-updater/out/AppUpdater.js:353:11)
    at /home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:264:25
    at Generator.next (<anonymous>)
    at runCallback (timers.js:781:20)
    at tryOnImmediate (timers.js:743:5)
    at processImmediate [as _immediateCallback] (timers.js:714:5)
From previous event:
    at AppImageUpdater._checkForUpdates (/home/k/Downloads/electron-xiami/node_modules/electron-updater/out/AppUpdater.js:307:11)
    at AppImageUpdater.checkForUpdates (/home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:213:35)
    at UpdateController.checkUpdate (/home/k/Downloads/electron-xiami/src/controller/update-controller.js:33:17)
    at WebContents.window.webContents.on (/home/k/Downloads/electron-xiami/src/controller/player-controller.js:112:30)
    at emitOne (events.js:115:13)
    at WebContents.emit (events.js:210:7)
[27176:0529/205905.492307:ERROR:adm_helpers.cc(62)] Failed to query stereo recording.

A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=921634&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=921634&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=2629111&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=2629111&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
Checking for update
Error: Error: ENOENT, dev-app-update.yml not found in /home/k/Downloads/electron-xiami/node_modules/electron/dist/resources/default_app.asar
    at notFoundError (ELECTRON_ASAR.js:114:19)
    at fs.readFile (ELECTRON_ASAR.js:481:16)
    at go$readFile (/home/k/Downloads/electron-xiami/node_modules/graceful-fs/graceful-fs.js:73:14)
    at readFile (/home/k/Downloads/electron-xiami/node_modules/graceful-fs/graceful-fs.js:70:12)
    at readFile (/home/k/Downloads/electron-xiami/node_modules/universalify/index.js:5:67)
    at /home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:370:27
    at Generator.next (<anonymous>)
    at AppImageUpdater.loadUpdateConfig (/home/k/Downloads/electron-xiami/node_modules/electron-updater/out/AppUpdater.js:395:11)
    at Lazy.AppUpdater.configOnDisk.Lazy (/home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:132:43)
From previous event:
    at /home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:370:27
    at Generator.next (<anonymous>)
From previous event:
    at AppImageUpdater.loadUpdateConfig (/home/k/Downloads/electron-xiami/node_modules/electron-updater/out/AppUpdater.js:395:11)
    at Lazy.AppUpdater.configOnDisk.Lazy [as creator] (/home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:132:43)
    at Lazy.get value [as value] (/home/k/Downloads/electron-xiami/node_modules/lazy-val/src/main.ts:18:23)
    at /home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:281:33
    at Generator.next (<anonymous>)
From previous event:
    at AppImageUpdater.doCheckForUpdates (/home/k/Downloads/electron-xiami/node_modules/electron-updater/out/AppUpdater.js:353:11)
    at /home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:264:25
    at Generator.next (<anonymous>)
    at runCallback (timers.js:781:20)
    at tryOnImmediate (timers.js:743:5)
    at processImmediate [as _immediateCallback] (timers.js:714:5)
From previous event:
    at AppImageUpdater._checkForUpdates (/home/k/Downloads/electron-xiami/node_modules/electron-updater/out/AppUpdater.js:307:11)
    at AppImageUpdater.checkForUpdates (/home/k/Downloads/electron-xiami/node_modules/electron-updater/src/AppUpdater.ts:213:35)
    at UpdateController.checkUpdate (/home/k/Downloads/electron-xiami/src/controller/update-controller.js:33:17)
    at WebContents.window.webContents.on (/home/k/Downloads/electron-xiami/src/controller/player-controller.js:112:30)
    at emitOne (events.js:115:13)
    at WebContents.emit (events.js:210:7)
[28378:0529/210243.626000:ERROR:adm_helpers.cc(62)] Failed to query stereo recording.
A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=921634&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=921634&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=2629111&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
A Parser-blocking, cross site (i.e. different eTLD+1) script, https://c.cnzz.com/core.php?web_id=2629111&t=z, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
[28440:0529/210249.461123:ERROR:adm_helpers.cc(62)] Failed to query stereo recording.
[28493:0529/210256.560813:ERROR:adm_helpers.cc(62)] Failed to query stereo recording.
^C

log file

0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node',
1 verbose cli   '/usr/lib/node_modules/npm/bin/npm-cli.js',
1 verbose cli   'rebuild',
1 verbose cli   'abstract-socket@2.0.0' ]
2 info using npm@6.1.0
3 info using node@v10.2.1
4 info readInstalled object
5 verbose rebuild path, id [ '/home/k/Downloads/electron-xiami/node_modules/abstract-socket',
5 verbose rebuild   'abstract-socket@2.0.0' ]
6 silly rebuild set [ '/home/k/Downloads/electron-xiami/node_modules/abstract-socket' ]
7 info build /home/k/Downloads/electron-xiami/node_modules/abstract-socket
8 info lifecycle abstract-socket@2.0.0~preinstall: abstract-socket@2.0.0
9 info linkStuff abstract-socket@2.0.0
10 silly linkStuff abstract-socket@2.0.0 has /home/k/Downloads/electron-xiami/node_modules as its parent node_modules
11 info lifecycle abstract-socket@2.0.0~install: abstract-socket@2.0.0
12 verbose lifecycle abstract-socket@2.0.0~install: unsafe-perm in lifecycle true
13 verbose lifecycle abstract-socket@2.0.0~install: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/k/Downloads/electron-xiami/node_modules/abstract-socket/node_modules/.bin:/home/k/Downloads/electron-xiami/node_modules/.bin:/usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/k/Downloads/electron-xiami/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/opt/cxoffice/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/cxoffice/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/cxoffice/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
14 verbose lifecycle abstract-socket@2.0.0~install: CWD: /home/k/Downloads/electron-xiami/node_modules/abstract-socket
15 silly lifecycle abstract-socket@2.0.0~install: Args: [ '-c', 'node-gyp rebuild' ]
16 silly lifecycle abstract-socket@2.0.0~install: Returned: code: 1  signal: null
17 info lifecycle abstract-socket@2.0.0~install: Failed to exec install script
18 verbose stack Error: abstract-socket@2.0.0 install: `node-gyp rebuild`
18 verbose stack Exit status 1
18 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:304:16)
18 verbose stack     at EventEmitter.emit (events.js:182:13)
18 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
18 verbose stack     at ChildProcess.emit (events.js:182:13)
18 verbose stack     at maybeClose (internal/child_process.js:961:16)
18 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)
19 verbose pkgid abstract-socket@2.0.0
20 verbose cwd /home/k/Downloads/electron-xiami
21 verbose Linux 4.16.11-1-ARCH
22 verbose argv "/usr/bin/node" "/usr/lib/node_modules/npm/bin/npm-cli.js" "rebuild" "abstract-socket@2.0.0"
23 verbose node v10.2.1
24 verbose npm  v6.1.0
25 error code ELIFECYCLE
26 error errno 1
27 error abstract-socket@2.0.0 install: `node-gyp rebuild`
27 error Exit status 1
28 error Failed at the abstract-socket@2.0.0 install script.
28 error This is probably not a problem with npm. There is likely additional logging output above.
29 verbose exit [ 1, true ]

Failed to upload the file. So I put the last 1000 line here.

10114 silly install yallist@2.1.2
10115 info lifecycle yallist@2.1.2~install: yallist@2.1.2
10116 silly install lru-cache@4.1.3
10117 info lifecycle lru-cache@4.1.3~install: lru-cache@4.1.3
10118 silly install cross-spawn@5.1.0
10119 info lifecycle cross-spawn@5.1.0~install: cross-spawn@5.1.0
10120 silly install execa@0.7.0
10121 info lifecycle execa@0.7.0~install: execa@0.7.0
10122 silly install os-locale@2.1.0
10123 info lifecycle os-locale@2.1.0~install: os-locale@2.1.0
10124 silly install term-size@1.2.0
10125 info lifecycle term-size@1.2.0~install: term-size@1.2.0
10126 silly install boxen@1.3.0
10127 info lifecycle boxen@1.3.0~install: boxen@1.3.0
10128 silly install update-notifier@2.5.0
10129 info lifecycle update-notifier@2.5.0~install: update-notifier@2.5.0
10130 silly install camelcase@4.1.0
10131 info lifecycle camelcase@4.1.0~install: camelcase@4.1.0
10132 silly install yargs-parser@9.0.2
10133 info lifecycle yargs-parser@9.0.2~install: yargs-parser@9.0.2
10134 silly install ansi-regex@3.0.0
10135 info lifecycle ansi-regex@3.0.0~install: ansi-regex@3.0.0
10136 silly install find-up@2.1.0
10137 info lifecycle find-up@2.1.0~install: find-up@2.1.0
10138 silly install is-fullwidth-code-point@2.0.0
10139 info lifecycle is-fullwidth-code-point@2.0.0~install: is-fullwidth-code-point@2.0.0
10140 silly install strip-ansi@4.0.0
10141 info lifecycle strip-ansi@4.0.0~install: strip-ansi@4.0.0
10142 silly install string-width@2.1.1
10143 info lifecycle string-width@2.1.1~install: string-width@2.1.1
10144 silly install yargs@11.0.0
10145 info lifecycle yargs@11.0.0~install: yargs@11.0.0
10146 silly install yauzl@2.4.1
10147 info lifecycle yauzl@2.4.1~install: yauzl@2.4.1
10148 silly install extract-zip@1.6.6
10149 info lifecycle extract-zip@1.6.6~install: extract-zip@1.6.6
10150 silly install zero-fill@2.2.3
10151 info lifecycle zero-fill@2.2.3~install: zero-fill@2.2.3
10152 silly install dbus-native@0.2.5
10153 info lifecycle dbus-native@0.2.5~install: dbus-native@0.2.5
10154 silly install download@6.2.5
10155 info lifecycle download@6.2.5~install: download@6.2.5
10156 silly install electron@1.8.4
10157 info lifecycle electron@1.8.4~install: electron@1.8.4
10158 silly install electron-builder@20.15.2
10159 info lifecycle electron-builder@20.15.2~install: electron-builder@20.15.2
10160 silly install electron-json-storage@4.0.2
10161 info lifecycle electron-json-storage@4.0.2~install: electron-json-storage@4.0.2
10162 silly install electron-settings@3.1.4
10163 info lifecycle electron-settings@3.1.4~install: electron-settings@3.1.4
10164 silly install electron-updater@2.20.1
10165 info lifecycle electron-updater@2.20.1~install: electron-updater@2.20.1
10166 silly install hh-mm-ss@1.2.0
10167 info lifecycle hh-mm-ss@1.2.0~install: hh-mm-ss@1.2.0
10168 silly install lyrics.js@0.3.5
10169 info lifecycle lyrics.js@0.3.5~install: lyrics.js@0.3.5
10170 timing action:install Completed in 1786ms
10171 silly doSerial postinstall 3592
10172 silly postinstall 7zip-bin@4.0.2
10173 info lifecycle 7zip-bin@4.0.2~postinstall: 7zip-bin@4.0.2
10174 silly postinstall ajv-keywords@3.2.0
10175 info lifecycle ajv-keywords@3.2.0~postinstall: ajv-keywords@3.2.0
10176 silly postinstall ansi-regex@3.0.0
10177 info lifecycle ansi-regex@3.0.0~postinstall: ansi-regex@3.0.0
10178 silly postinstall is-fullwidth-code-point@2.0.0
10179 info lifecycle is-fullwidth-code-point@2.0.0~postinstall: is-fullwidth-code-point@2.0.0
10180 silly postinstall strip-ansi@4.0.0
10181 info lifecycle strip-ansi@4.0.0~postinstall: strip-ansi@4.0.0
10182 silly postinstall string-width@2.1.1
10183 info lifecycle string-width@2.1.1~postinstall: string-width@2.1.1
10184 silly postinstall ansi-align@2.0.0
10185 info lifecycle ansi-align@2.0.0~postinstall: ansi-align@2.0.0
10186 silly postinstall ansi-regex@2.1.1
10187 info lifecycle ansi-regex@2.1.1~postinstall: ansi-regex@2.1.1
10188 silly postinstall app-builder-bin@1.9.10
10189 info lifecycle app-builder-bin@1.9.10~postinstall: app-builder-bin@1.9.10
10190 silly postinstall array-find-index@1.0.2
10191 info lifecycle array-find-index@1.0.2~postinstall: array-find-index@1.0.2
10192 silly postinstall asn1@0.2.3
10193 info lifecycle asn1@0.2.3~postinstall: asn1@0.2.3
10194 silly postinstall assert-plus@1.0.0
10195 info lifecycle assert-plus@1.0.0~postinstall: assert-plus@1.0.0
10196 silly postinstall async-exit-hook@2.0.1
10197 info lifecycle async-exit-hook@2.0.1~postinstall: async-exit-hook@2.0.1
10198 silly postinstall asynckit@0.4.0
10199 info lifecycle asynckit@0.4.0~postinstall: asynckit@0.4.0
10200 silly postinstall aws-sign2@0.7.0
10201 info lifecycle aws-sign2@0.7.0~postinstall: aws-sign2@0.7.0
10202 silly postinstall aws4@1.7.0
10203 info lifecycle aws4@1.7.0~postinstall: aws4@1.7.0
10204 silly postinstall balanced-match@1.0.0
10205 info lifecycle balanced-match@1.0.0~postinstall: balanced-match@1.0.0
10206 silly postinstall base64-js@1.2.0
10207 info lifecycle base64-js@1.2.0~postinstall: base64-js@1.2.0
10208 silly postinstall bindings@1.3.0
10209 info lifecycle bindings@1.3.0~postinstall: bindings@1.3.0
10210 silly postinstall isarray@1.0.0
10211 info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
10212 silly postinstall process-nextick-args@2.0.0
10213 info lifecycle process-nextick-args@2.0.0~postinstall: process-nextick-args@2.0.0
10214 silly postinstall bluebird@3.5.1
10215 info lifecycle bluebird@3.5.1~postinstall: bluebird@3.5.1
10216 silly postinstall bluebird-lst@1.0.5
10217 info lifecycle bluebird-lst@1.0.5~postinstall: bluebird-lst@1.0.5
10218 silly postinstall ansi-regex@3.0.0
10219 info lifecycle ansi-regex@3.0.0~postinstall: ansi-regex@3.0.0
10220 silly postinstall camelcase@4.1.0
10221 info lifecycle camelcase@4.1.0~postinstall: camelcase@4.1.0
10222 silly postinstall is-fullwidth-code-point@2.0.0
10223 info lifecycle is-fullwidth-code-point@2.0.0~postinstall: is-fullwidth-code-point@2.0.0
10224 silly postinstall strip-ansi@4.0.0
10225 info lifecycle strip-ansi@4.0.0~postinstall: strip-ansi@4.0.0
10226 silly postinstall string-width@2.1.1
10227 info lifecycle string-width@2.1.1~postinstall: string-width@2.1.1
10228 silly postinstall buffer-crc32@0.2.13
10229 info lifecycle buffer-crc32@0.2.13~postinstall: buffer-crc32@0.2.13
10230 silly postinstall buffer-from@1.0.0
10231 info lifecycle buffer-from@1.0.0~postinstall: buffer-from@1.0.0
10232 silly postinstall base64-js@0.0.8
10233 info lifecycle base64-js@0.0.8~postinstall: base64-js@0.0.8
10234 silly postinstall isarray@1.0.0
10235 info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
10236 silly postinstall builtin-modules@1.1.1
10237 info lifecycle builtin-modules@1.1.1~postinstall: builtin-modules@1.1.1
10238 silly postinstall camelcase@2.1.1
10239 info lifecycle camelcase@2.1.1~postinstall: camelcase@2.1.1
10240 silly postinstall capture-stack-trace@1.0.0
10241 info lifecycle capture-stack-trace@1.0.0~postinstall: capture-stack-trace@1.0.0
10242 silly postinstall caseless@0.12.0
10243 info lifecycle caseless@0.12.0~postinstall: caseless@0.12.0
10244 silly postinstall chromium-pickle-js@0.2.0
10245 info lifecycle chromium-pickle-js@0.2.0~postinstall: chromium-pickle-js@0.2.0
10246 silly postinstall ci-info@1.1.3
10247 info lifecycle ci-info@1.1.3~postinstall: ci-info@1.1.3
10248 silly postinstall cli-boxes@1.0.0
10249 info lifecycle cli-boxes@1.0.0~postinstall: cli-boxes@1.0.0
10250 silly postinstall ansi-regex@3.0.0
10251 info lifecycle ansi-regex@3.0.0~postinstall: ansi-regex@3.0.0
10252 silly postinstall is-fullwidth-code-point@2.0.0
10253 info lifecycle is-fullwidth-code-point@2.0.0~postinstall: is-fullwidth-code-point@2.0.0
10254 silly postinstall strip-ansi@4.0.0
10255 info lifecycle strip-ansi@4.0.0~postinstall: strip-ansi@4.0.0
10256 silly postinstall string-width@2.1.1
10257 info lifecycle string-width@2.1.1~postinstall: string-width@2.1.1
10258 silly postinstall clone@2.1.1
10259 info lifecycle clone@2.1.1~postinstall: clone@2.1.1
10260 silly postinstall co@4.6.0
10261 info lifecycle co@4.6.0~postinstall: co@4.6.0
10262 silly postinstall code-point-at@1.1.0
10263 info lifecycle code-point-at@1.1.0~postinstall: code-point-at@1.1.0
10264 silly postinstall color-name@1.1.3
10265 info lifecycle color-name@1.1.3~postinstall: color-name@1.1.3
10266 silly postinstall color-convert@1.9.1
10267 info lifecycle color-convert@1.9.1~postinstall: color-convert@1.9.1
10268 silly postinstall ansi-styles@3.2.1
10269 info lifecycle ansi-styles@3.2.1~postinstall: ansi-styles@3.2.1
10270 silly postinstall compare-version@0.1.2
10271 info lifecycle compare-version@0.1.2~postinstall: compare-version@0.1.2
10272 silly postinstall concat-map@0.0.1
10273 info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
10274 silly postinstall brace-expansion@1.1.8
10275 info lifecycle brace-expansion@1.1.8~postinstall: brace-expansion@1.1.8
10276 silly postinstall isarray@1.0.0
10277 info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
10278 silly postinstall content-disposition@0.5.2
10279 info lifecycle content-disposition@0.5.2~postinstall: content-disposition@0.5.2
10280 silly postinstall core-util-is@1.0.2
10281 info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
10282 silly postinstall create-error-class@3.0.2
10283 info lifecycle create-error-class@3.0.2~postinstall: create-error-class@3.0.2
10284 silly postinstall crypto-random-string@1.0.0
10285 info lifecycle crypto-random-string@1.0.0~postinstall: crypto-random-string@1.0.0
10286 silly postinstall currently-unhandled@0.4.1
10287 info lifecycle currently-unhandled@0.4.1~postinstall: currently-unhandled@0.4.1
10288 silly postinstall dashdash@1.14.1
10289 info lifecycle dashdash@1.14.1~postinstall: dashdash@1.14.1
10290 silly postinstall decamelize@1.2.0
10291 info lifecycle decamelize@1.2.0~postinstall: decamelize@1.2.0
10292 silly postinstall file-type@6.2.0
10293 info lifecycle file-type@6.2.0~postinstall: file-type@6.2.0
10294 silly postinstall file-type@3.9.0
10295 info lifecycle file-type@3.9.0~postinstall: file-type@3.9.0
10296 silly postinstall deep-extend@0.6.0
10297 info lifecycle deep-extend@0.6.0~postinstall: deep-extend@0.6.0
10298 silly postinstall delayed-stream@1.0.0
10299 info lifecycle delayed-stream@1.0.0~postinstall: delayed-stream@1.0.0
10300 silly postinstall combined-stream@1.0.6
10301 info lifecycle combined-stream@1.0.6~postinstall: combined-stream@1.0.6
10302 silly postinstall app-builder-bin@1.9.5
10303 info lifecycle app-builder-bin@1.9.5~postinstall: app-builder-bin@1.9.5
10304 silly postinstall hosted-git-info@2.6.0
10305 info lifecycle hosted-git-info@2.6.0~postinstall: hosted-git-info@2.6.0
10306 silly postinstall dotenv@5.0.1
10307 info lifecycle dotenv@5.0.1~postinstall: dotenv@5.0.1
10308 silly postinstall dotenv-expand@4.2.0
10309 info lifecycle dotenv-expand@4.2.0~postinstall: dotenv-expand@4.2.0
10310 silly postinstall pify@3.0.0
10311 info lifecycle pify@3.0.0~postinstall: pify@3.0.0
10312 silly postinstall duplexer@0.1.1
10313 info lifecycle duplexer@0.1.1~postinstall: duplexer@0.1.1
10314 silly postinstall duplexer3@0.1.4
10315 info lifecycle duplexer3@0.1.4~postinstall: duplexer3@0.1.4
10316 silly postinstall ejs@2.6.1
10317 info lifecycle ejs@2.6.1~postinstall: ejs@2.6.1
10318 silly postinstall hosted-git-info@2.6.0
10319 info lifecycle hosted-git-info@2.6.0~postinstall: hosted-git-info@2.6.0
10320 silly postinstall minimist@1.2.0
10321 info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
10322 silly postinstall minimist@1.2.0
10323 info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
10324 silly postinstall electron-is-dev@0.3.0
10325 info lifecycle electron-is-dev@0.3.0~postinstall: electron-is-dev@0.3.0
10326 silly postinstall minimist@1.2.0
10327 info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
10328 silly postinstall @types/node@8.10.3
10329 info lifecycle @types/node@8.10.3~postinstall: @types/node@8.10.3
10330 silly postinstall env-paths@1.0.0
10331 info lifecycle env-paths@1.0.0~postinstall: env-paths@1.0.0
10332 silly postinstall es6-promise@4.2.4
10333 info lifecycle es6-promise@4.2.4~postinstall: es6-promise@4.2.4
10334 silly postinstall escape-string-regexp@1.0.5
10335 info lifecycle escape-string-regexp@1.0.5~postinstall: escape-string-regexp@1.0.5
10336 silly postinstall esprima@4.0.0
10337 info lifecycle esprima@4.0.0~postinstall: esprima@4.0.0
10338 silly postinstall extend@3.0.1
10339 info lifecycle extend@3.0.1~postinstall: extend@3.0.1
10340 silly postinstall extsprintf@1.3.0
10341 info lifecycle extsprintf@1.3.0~postinstall: extsprintf@1.3.0
10342 silly postinstall fast-deep-equal@1.1.0
10343 info lifecycle fast-deep-equal@1.1.0~postinstall: fast-deep-equal@1.1.0
10344 silly postinstall fast-json-stable-stringify@2.0.0
10345 info lifecycle fast-json-stable-stringify@2.0.0~postinstall: fast-json-stable-stringify@2.0.0
10346 silly postinstall file-type@5.2.0
10347 info lifecycle file-type@5.2.0~postinstall: file-type@5.2.0
10348 silly postinstall filename-reserved-regex@2.0.0
10349 info lifecycle filename-reserved-regex@2.0.0~postinstall: filename-reserved-regex@2.0.0
10350 silly postinstall forever-agent@0.6.1
10351 info lifecycle forever-agent@0.6.1~postinstall: forever-agent@0.6.1
10352 silly postinstall from@0.1.7
10353 info lifecycle from@0.1.7~postinstall: from@0.1.7
10354 silly postinstall fs.realpath@1.0.0
10355 info lifecycle fs.realpath@1.0.0~postinstall: fs.realpath@1.0.0
10356 silly postinstall get-caller-file@1.0.2
10357 info lifecycle get-caller-file@1.0.2~postinstall: get-caller-file@1.0.2
10358 silly postinstall get-stdin@4.0.1
10359 info lifecycle get-stdin@4.0.1~postinstall: get-stdin@4.0.1
10360 silly postinstall get-stream@3.0.0
10361 info lifecycle get-stream@3.0.0~postinstall: get-stream@3.0.0
10362 silly postinstall getpass@0.1.7
10363 info lifecycle getpass@0.1.7~postinstall: getpass@0.1.7
10364 silly postinstall graceful-fs@4.1.11
10365 info lifecycle graceful-fs@4.1.11~postinstall: graceful-fs@4.1.11
10366 silly postinstall jsonfile@2.4.0
10367 info lifecycle jsonfile@2.4.0~postinstall: jsonfile@2.4.0
10368 silly postinstall graceful-readlink@1.0.1
10369 info lifecycle graceful-readlink@1.0.1~postinstall: graceful-readlink@1.0.1
10370 silly postinstall commander@2.8.1
10371 info lifecycle commander@2.8.1~postinstall: commander@2.8.1
10372 silly postinstall har-schema@2.0.0
10373 info lifecycle har-schema@2.0.0~postinstall: har-schema@2.0.0
10374 silly postinstall has-flag@3.0.0
10375 info lifecycle has-flag@3.0.0~postinstall: has-flag@3.0.0
10376 silly postinstall has-symbol-support-x@1.4.2
10377 info lifecycle has-symbol-support-x@1.4.2~postinstall: has-symbol-support-x@1.4.2
10378 silly postinstall has-to-string-tag-x@1.4.1
10379 info lifecycle has-to-string-tag-x@1.4.1~postinstall: has-to-string-tag-x@1.4.1
10380 silly postinstall hexy@0.2.10
10381 info lifecycle hexy@0.2.10~postinstall: hexy@0.2.10
10382 silly postinstall home-path@1.0.5
10383 info lifecycle home-path@1.0.5~postinstall: home-path@1.0.5
10384 silly postinstall hosted-git-info@2.5.0
10385 info lifecycle hosted-git-info@2.5.0~postinstall: hosted-git-info@2.5.0
10386 silly postinstall ieee754@1.1.11
10387 info lifecycle ieee754@1.1.11~postinstall: ieee754@1.1.11
10388 silly postinstall buffer@3.6.0
10389 info lifecycle buffer@3.6.0~postinstall: buffer@3.6.0
10390 silly postinstall import-lazy@2.1.0
10391 info lifecycle import-lazy@2.1.0~postinstall: import-lazy@2.1.0
10392 silly postinstall imurmurhash@0.1.4
10393 info lifecycle imurmurhash@0.1.4~postinstall: imurmurhash@0.1.4
10394 silly postinstall inherits@2.0.3
10395 info lifecycle inherits@2.0.3~postinstall: inherits@2.0.3
10396 silly postinstall ini@1.3.5
10397 info lifecycle ini@1.3.5~postinstall: ini@1.3.5
10398 silly postinstall global-dirs@0.1.1
10399 info lifecycle global-dirs@0.1.1~postinstall: global-dirs@0.1.1
10400 silly postinstall invert-kv@1.0.0
10401 info lifecycle invert-kv@1.0.0~postinstall: invert-kv@1.0.0
10402 silly postinstall is-arrayish@0.2.1
10403 info lifecycle is-arrayish@0.2.1~postinstall: is-arrayish@0.2.1
10404 silly postinstall error-ex@1.3.1
10405 info lifecycle error-ex@1.3.1~postinstall: error-ex@1.3.1
10406 silly postinstall is-builtin-module@1.0.0
10407 info lifecycle is-builtin-module@1.0.0~postinstall: is-builtin-module@1.0.0
10408 silly postinstall is-ci@1.1.0
10409 info lifecycle is-ci@1.1.0~postinstall: is-ci@1.1.0
10410 silly postinstall is-natural-number@4.0.1
10411 info lifecycle is-natural-number@4.0.1~postinstall: is-natural-number@4.0.1
10412 silly postinstall is-npm@1.0.0
10413 info lifecycle is-npm@1.0.0~postinstall: is-npm@1.0.0
10414 silly postinstall is-obj@1.0.1
10415 info lifecycle is-obj@1.0.1~postinstall: is-obj@1.0.1
10416 silly postinstall dot-prop@4.2.0
10417 info lifecycle dot-prop@4.2.0~postinstall: dot-prop@4.2.0
10418 silly postinstall is-object@1.0.1
10419 info lifecycle is-object@1.0.1~postinstall: is-object@1.0.1
10420 silly postinstall is-plain-obj@1.1.0
10421 info lifecycle is-plain-obj@1.1.0~postinstall: is-plain-obj@1.1.0
10422 silly postinstall is-redirect@1.0.0
10423 info lifecycle is-redirect@1.0.0~postinstall: is-redirect@1.0.0
10424 silly postinstall is-retry-allowed@1.1.0
10425 info lifecycle is-retry-allowed@1.1.0~postinstall: is-retry-allowed@1.1.0
10426 silly postinstall is-stream@1.1.0
10427 info lifecycle is-stream@1.1.0~postinstall: is-stream@1.1.0
10428 silly postinstall is-typedarray@1.0.0
10429 info lifecycle is-typedarray@1.0.0~postinstall: is-typedarray@1.0.0
10430 silly postinstall is-utf8@0.2.1
10431 info lifecycle is-utf8@0.2.1~postinstall: is-utf8@0.2.1
10432 silly postinstall isarray@0.0.1
10433 info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
10434 silly postinstall isbinaryfile@3.0.2
10435 info lifecycle isbinaryfile@3.0.2~postinstall: isbinaryfile@3.0.2
10436 silly postinstall isexe@2.0.0
10437 info lifecycle isexe@2.0.0~postinstall: isexe@2.0.0
10438 silly postinstall isstream@0.1.2
10439 info lifecycle isstream@0.1.2~postinstall: isstream@0.1.2
10440 silly postinstall isurl@1.0.0
10441 info lifecycle isurl@1.0.0~postinstall: isurl@1.0.0
10442 silly postinstall jsbn@0.1.1
10443 info lifecycle jsbn@0.1.1~postinstall: jsbn@0.1.1
10444 silly postinstall ecc-jsbn@0.1.1
10445 info lifecycle ecc-jsbn@0.1.1~postinstall: ecc-jsbn@0.1.1
10446 silly postinstall json-schema@0.2.3
10447 info lifecycle json-schema@0.2.3~postinstall: json-schema@0.2.3
10448 silly postinstall json-schema-traverse@0.3.1
10449 info lifecycle json-schema-traverse@0.3.1~postinstall: json-schema-traverse@0.3.1
10450 silly postinstall ajv@5.5.2
10451 info lifecycle ajv@5.5.2~postinstall: ajv@5.5.2
10452 silly postinstall har-validator@5.0.3
10453 info lifecycle har-validator@5.0.3~postinstall: har-validator@5.0.3
10454 silly postinstall json-stringify-safe@5.0.1
10455 info lifecycle json-stringify-safe@5.0.1~postinstall: json-stringify-safe@5.0.1
10456 silly postinstall minimist@1.2.0
10457 info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
10458 silly postinstall json5@1.0.1
10459 info lifecycle json5@1.0.1~postinstall: json5@1.0.1
10460 silly postinstall jsonfile@4.0.0
10461 info lifecycle jsonfile@4.0.0~postinstall: jsonfile@4.0.0
10462 silly postinstall klaw@1.3.1
10463 info lifecycle klaw@1.3.1~postinstall: klaw@1.3.1
10464 silly postinstall lazy-val@1.0.3
10465 info lifecycle lazy-val@1.0.3~postinstall: lazy-val@1.0.3
10466 silly postinstall lcid@1.0.0
10467 info lifecycle lcid@1.0.0~postinstall: lcid@1.0.0
10468 silly postinstall lodash@4.17.5
10469 info lifecycle lodash@4.17.5~postinstall: lodash@4.17.5
10470 silly postinstall async@2.6.0
10471 info lifecycle async@2.6.0~postinstall: async@2.6.0
10472 silly postinstall lodash.isequal@4.5.0
10473 info lifecycle lodash.isequal@4.5.0~postinstall: lodash.isequal@4.5.0
10474 silly postinstall long@3.2.0
10475 info lifecycle long@3.2.0~postinstall: long@3.2.0
10476 silly postinstall lowercase-keys@1.0.0
10477 info lifecycle lowercase-keys@1.0.0~postinstall: lowercase-keys@1.0.0
10478 silly postinstall pify@3.0.0
10479 info lifecycle pify@3.0.0~postinstall: pify@3.0.0
10480 silly postinstall make-dir@1.1.0
10481 info lifecycle make-dir@1.1.0~postinstall: make-dir@1.1.0
10482 silly postinstall map-obj@1.0.1
10483 info lifecycle map-obj@1.0.1~postinstall: map-obj@1.0.1
10484 silly postinstall camelcase-keys@2.1.0
10485 info lifecycle camelcase-keys@2.1.0~postinstall: camelcase-keys@2.1.0
10486 silly postinstall map-stream@0.1.0
10487 info lifecycle map-stream@0.1.0~postinstall: map-stream@0.1.0
10488 silly postinstall minimist@1.2.0
10489 info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
10490 silly postinstall mime@2.3.1
10491 info lifecycle mime@2.3.1~postinstall: mime@2.3.1
10492 silly postinstall mime-db@1.32.0
10493 info lifecycle mime-db@1.32.0~postinstall: mime-db@1.32.0
10494 silly postinstall ext-list@2.2.2
10495 info lifecycle ext-list@2.2.2~postinstall: ext-list@2.2.2
10496 silly postinstall mime-db@1.33.0
10497 info lifecycle mime-db@1.33.0~postinstall: mime-db@1.33.0
10498 silly postinstall mime-types@2.1.18
10499 info lifecycle mime-types@2.1.18~postinstall: mime-types@2.1.18
10500 silly postinstall form-data@2.3.2
10501 info lifecycle form-data@2.3.2~postinstall: form-data@2.3.2
10502 silly postinstall mimic-fn@1.2.0
10503 info lifecycle mimic-fn@1.2.0~postinstall: mimic-fn@1.2.0
10504 silly postinstall mem@1.1.0
10505 info lifecycle mem@1.1.0~postinstall: mem@1.1.0
10506 silly postinstall mimic-response@1.0.0
10507 info lifecycle mimic-response@1.0.0~postinstall: mimic-response@1.0.0
10508 silly postinstall decompress-response@3.3.0
10509 info lifecycle decompress-response@3.3.0~postinstall: decompress-response@3.3.0
10510 silly postinstall minimatch@3.0.4
10511 info lifecycle minimatch@3.0.4~postinstall: minimatch@3.0.4
10512 silly postinstall minimist@0.0.8
10513 info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
10514 silly postinstall mkdirp@0.5.0
10515 info lifecycle mkdirp@0.5.0~postinstall: mkdirp@0.5.0
10516 silly postinstall mkdirp@0.5.1
10517 info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
10518 silly postinstall ms@2.0.0
10519 info lifecycle ms@2.0.0~postinstall: ms@2.0.0
10520 silly postinstall debug@3.1.0
10521 info lifecycle debug@3.1.0~postinstall: debug@3.1.0
10522 silly postinstall debug@2.6.9
10523 info lifecycle debug@2.6.9~postinstall: debug@2.6.9
10524 silly postinstall sumchecker@2.0.2
10525 info lifecycle sumchecker@2.0.2~postinstall: sumchecker@2.0.2
10526 silly postinstall debug@2.6.9
10527 info lifecycle debug@2.6.9~postinstall: debug@2.6.9
10528 silly postinstall debug@2.6.9
10529 info lifecycle debug@2.6.9~postinstall: debug@2.6.9
10530 silly postinstall debug@2.6.9
10531 info lifecycle debug@2.6.9~postinstall: debug@2.6.9
10532 silly postinstall nan@2.10.0
10533 info lifecycle nan@2.10.0~postinstall: nan@2.10.0
10534 silly postinstall abstract-socket@2.0.0
10535 info lifecycle abstract-socket@2.0.0~postinstall: abstract-socket@2.0.0
10536 silly postinstall pify@3.0.0
10537 info lifecycle pify@3.0.0~postinstall: pify@3.0.0
10538 silly postinstall debug@2.6.9
10539 info lifecycle debug@2.6.9~postinstall: debug@2.6.9
10540 silly postinstall minimist@1.2.0
10541 info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
10542 silly postinstall number-is-nan@1.0.1
10543 info lifecycle number-is-nan@1.0.1~postinstall: number-is-nan@1.0.1
10544 silly postinstall is-finite@1.0.2
10545 info lifecycle is-finite@1.0.2~postinstall: is-finite@1.0.2
10546 silly postinstall is-fullwidth-code-point@1.0.0
10547 info lifecycle is-fullwidth-code-point@1.0.0~postinstall: is-fullwidth-code-point@1.0.0
10548 silly postinstall oauth-sign@0.8.2
10549 info lifecycle oauth-sign@0.8.2~postinstall: oauth-sign@0.8.2
10550 silly postinstall object-assign@4.1.1
10551 info lifecycle object-assign@4.1.1~postinstall: object-assign@4.1.1
10552 silly postinstall object-keys@0.4.0
10553 info lifecycle object-keys@0.4.0~postinstall: object-keys@0.4.0
10554 silly postinstall p-cancelable@0.3.0
10555 info lifecycle p-cancelable@0.3.0~postinstall: p-cancelable@0.3.0
10556 silly postinstall p-finally@1.0.0
10557 info lifecycle p-finally@1.0.0~postinstall: p-finally@1.0.0
10558 silly postinstall p-timeout@1.2.1
10559 info lifecycle p-timeout@1.2.1~postinstall: p-timeout@1.2.1
10560 silly postinstall p-event@1.3.0
10561 info lifecycle p-event@1.3.0~postinstall: p-event@1.3.0
10562 silly postinstall p-try@1.0.0
10563 info lifecycle p-try@1.0.0~postinstall: p-try@1.0.0
10564 silly postinstall p-limit@1.2.0
10565 info lifecycle p-limit@1.2.0~postinstall: p-limit@1.2.0
10566 silly postinstall p-locate@2.0.0
10567 info lifecycle p-locate@2.0.0~postinstall: p-locate@2.0.0
10568 silly postinstall color-convert@0.5.3
10569 info lifecycle color-convert@0.5.3~postinstall: color-convert@0.5.3
10570 silly postinstall parse-color@1.0.0
10571 info lifecycle parse-color@1.0.0~postinstall: parse-color@1.0.0
10572 silly postinstall parse-json@2.2.0
10573 info lifecycle parse-json@2.2.0~postinstall: parse-json@2.2.0
10574 silly postinstall parser-toolkit@0.0.5
10575 info lifecycle parser-toolkit@0.0.5~postinstall: parser-toolkit@0.0.5
10576 silly postinstall path-exists@3.0.0
10577 info lifecycle path-exists@3.0.0~postinstall: path-exists@3.0.0
10578 silly postinstall locate-path@2.0.0
10579 info lifecycle locate-path@2.0.0~postinstall: locate-path@2.0.0
10580 silly postinstall path-is-absolute@1.0.1
10581 info lifecycle path-is-absolute@1.0.1~postinstall: path-is-absolute@1.0.1
10582 silly postinstall path-is-inside@1.0.2
10583 info lifecycle path-is-inside@1.0.2~postinstall: path-is-inside@1.0.2
10584 silly postinstall is-path-inside@1.0.1
10585 info lifecycle is-path-inside@1.0.1~postinstall: is-path-inside@1.0.1
10586 silly postinstall is-installed-globally@0.1.0
10587 info lifecycle is-installed-globally@0.1.0~postinstall: is-installed-globally@0.1.0
10588 silly postinstall path-key@2.0.1
10589 info lifecycle path-key@2.0.1~postinstall: path-key@2.0.1
10590 silly postinstall npm-run-path@2.0.2
10591 info lifecycle npm-run-path@2.0.2~postinstall: npm-run-path@2.0.2
10592 silly postinstall pend@1.2.0
10593 info lifecycle pend@1.2.0~postinstall: pend@1.2.0
10594 silly postinstall fd-slicer@1.0.1
10595 info lifecycle fd-slicer@1.0.1~postinstall: fd-slicer@1.0.1
10596 silly postinstall yauzl@2.9.1
10597 info lifecycle yauzl@2.9.1~postinstall: yauzl@2.9.1
10598 silly postinstall performance-now@2.1.0
10599 info lifecycle performance-now@2.1.0~postinstall: performance-now@2.1.0
10600 silly postinstall pify@2.3.0
10601 info lifecycle pify@2.3.0~postinstall: pify@2.3.0
10602 silly postinstall pinkie@2.0.4
10603 info lifecycle pinkie@2.0.4~postinstall: pinkie@2.0.4
10604 silly postinstall pinkie-promise@2.0.1
10605 info lifecycle pinkie-promise@2.0.1~postinstall: pinkie-promise@2.0.1
10606 silly postinstall get-stream@2.3.1
10607 info lifecycle get-stream@2.3.1~postinstall: get-stream@2.3.1
10608 silly postinstall decompress-unzip@4.0.1
10609 info lifecycle decompress-unzip@4.0.1~postinstall: decompress-unzip@4.0.1
10610 silly postinstall path-exists@2.1.0
10611 info lifecycle path-exists@2.1.0~postinstall: path-exists@2.1.0
10612 silly postinstall path-exists@2.1.0
10613 info lifecycle path-exists@2.1.0~postinstall: path-exists@2.1.0
10614 silly postinstall find-up@1.1.2
10615 info lifecycle find-up@1.1.2~postinstall: find-up@1.1.2
10616 silly postinstall path-type@1.1.0
10617 info lifecycle path-type@1.1.0~postinstall: path-type@1.1.0
10618 silly postinstall base64-js@1.3.0
10619 info lifecycle base64-js@1.3.0~postinstall: base64-js@1.3.0
10620 silly postinstall xmlbuilder@9.0.7
10621 info lifecycle xmlbuilder@9.0.7~postinstall: xmlbuilder@9.0.7
10622 silly postinstall prepend-http@1.0.4
10623 info lifecycle prepend-http@1.0.4~postinstall: prepend-http@1.0.4
10624 silly postinstall process-nextick-args@1.0.7
10625 info lifecycle process-nextick-args@1.0.7~postinstall: process-nextick-args@1.0.7
10626 silly postinstall proto-list@1.2.4
10627 info lifecycle proto-list@1.2.4~postinstall: proto-list@1.2.4
10628 silly postinstall config-chain@1.1.11
10629 info lifecycle config-chain@1.1.11~postinstall: config-chain@1.1.11
10630 silly postinstall npm-conf@1.1.3
10631 info lifecycle npm-conf@1.1.3~postinstall: npm-conf@1.1.3
10632 silly postinstall get-proxy@2.1.0
10633 info lifecycle get-proxy@2.1.0~postinstall: get-proxy@2.1.0
10634 silly postinstall pseudomap@1.0.2
10635 info lifecycle pseudomap@1.0.2~postinstall: pseudomap@1.0.2
10636 silly postinstall punycode@1.4.1
10637 info lifecycle punycode@1.4.1~postinstall: punycode@1.4.1
10638 silly postinstall put@0.0.6
10639 info lifecycle put@0.0.6~postinstall: put@0.0.6
10640 silly postinstall qs@6.5.2
10641 info lifecycle qs@6.5.2~postinstall: qs@6.5.2
10642 silly postinstall minimist@1.2.0
10643 info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
10644 silly postinstall fast-deep-equal@2.0.1
10645 info lifecycle fast-deep-equal@2.0.1~postinstall: fast-deep-equal@2.0.1
10646 silly postinstall repeating@2.0.1
10647 info lifecycle repeating@2.0.1~postinstall: repeating@2.0.1
10648 silly postinstall indent-string@2.1.0
10649 info lifecycle indent-string@2.1.0~postinstall: indent-string@2.1.0
10650 silly postinstall require-directory@2.1.1
10651 info lifecycle require-directory@2.1.1~postinstall: require-directory@2.1.1
10652 silly postinstall require-main-filename@1.0.1
10653 info lifecycle require-main-filename@1.0.1~postinstall: require-main-filename@1.0.1
10654 silly postinstall rwlock@5.0.0
10655 info lifecycle rwlock@5.0.0~postinstall: rwlock@5.0.0
10656 silly postinstall safe-buffer@5.1.1
10657 info lifecycle safe-buffer@5.1.1~postinstall: safe-buffer@5.1.1
10658 silly postinstall string_decoder@1.1.1
10659 info lifecycle string_decoder@1.1.1~postinstall: string_decoder@1.1.1
10660 silly postinstall string_decoder@1.0.3
10661 info lifecycle string_decoder@1.0.3~postinstall: string_decoder@1.0.3
10662 silly postinstall safer-buffer@2.1.2
10663 info lifecycle safer-buffer@2.1.2~postinstall: safer-buffer@2.1.2
10664 silly postinstall iconv-lite@0.4.23
10665 info lifecycle iconv-lite@0.4.23~postinstall: iconv-lite@0.4.23
10666 silly postinstall sax@1.2.4
10667 info lifecycle sax@1.2.4~postinstall: sax@1.2.4
10668 silly postinstall seek-bzip@1.0.5
10669 info lifecycle seek-bzip@1.0.5~postinstall: seek-bzip@1.0.5
10670 silly postinstall semver@5.5.0
10671 info lifecycle semver@5.5.0~postinstall: semver@5.5.0
10672 silly postinstall semver-diff@2.1.0
10673 info lifecycle semver-diff@2.1.0~postinstall: semver-diff@2.1.0
10674 silly postinstall set-blocking@2.0.0
10675 info lifecycle set-blocking@2.0.0~postinstall: set-blocking@2.0.0
10676 silly postinstall shebang-regex@1.0.0
10677 info lifecycle shebang-regex@1.0.0~postinstall: shebang-regex@1.0.0
10678 silly postinstall shebang-command@1.2.0
10679 info lifecycle shebang-command@1.2.0~postinstall: shebang-command@1.2.0
10680 silly postinstall signal-exit@3.0.2
10681 info lifecycle signal-exit@3.0.2~postinstall: signal-exit@3.0.2
10682 silly postinstall loud-rejection@1.6.0
10683 info lifecycle loud-rejection@1.6.0~postinstall: loud-rejection@1.6.0
10684 silly postinstall sort-keys@1.1.2
10685 info lifecycle sort-keys@1.1.2~postinstall: sort-keys@1.1.2
10686 silly postinstall sort-keys-length@1.0.1
10687 info lifecycle sort-keys-length@1.0.1~postinstall: sort-keys-length@1.0.1
10688 silly postinstall ext-name@5.0.0
10689 info lifecycle ext-name@5.0.0~postinstall: ext-name@5.0.0
10690 silly postinstall source-map@0.6.1
10691 info lifecycle source-map@0.6.1~postinstall: source-map@0.6.1
10692 silly postinstall source-map-support@0.5.6
10693 info lifecycle source-map-support@0.5.6~postinstall: source-map-support@0.5.6
10694 silly postinstall source-map-support@0.5.6
10695 info lifecycle source-map-support@0.5.6~postinstall: source-map-support@0.5.6
10696 silly postinstall source-map-support@0.5.3
10697 info lifecycle source-map-support@0.5.3~postinstall: source-map-support@0.5.3
10698 silly postinstall spdx-expression-parse@1.0.4
10699 info lifecycle spdx-expression-parse@1.0.4~postinstall: spdx-expression-parse@1.0.4
10700 silly postinstall spdx-license-ids@1.2.2
10701 info lifecycle spdx-license-ids@1.2.2~postinstall: spdx-license-ids@1.2.2
10702 silly postinstall spdx-correct@1.0.2
10703 info lifecycle spdx-correct@1.0.2~postinstall: spdx-correct@1.0.2
10704 silly postinstall speedometer@0.1.4
10705 info lifecycle speedometer@0.1.4~postinstall: speedometer@0.1.4
10706 silly postinstall sprintf-js@1.0.3
10707 info lifecycle sprintf-js@1.0.3~postinstall: sprintf-js@1.0.3
10708 silly postinstall argparse@1.0.9
10709 info lifecycle argparse@1.0.9~postinstall: argparse@1.0.9
10710 silly postinstall js-yaml@3.11.0
10711 info lifecycle js-yaml@3.11.0~postinstall: js-yaml@3.11.0
10712 silly postinstall js-yaml@3.11.0
10713 info lifecycle js-yaml@3.11.0~postinstall: js-yaml@3.11.0
10714 silly postinstall js-yaml@3.11.0
10715 info lifecycle js-yaml@3.11.0~postinstall: js-yaml@3.11.0
10716 silly postinstall js-yaml@3.10.0
10717 info lifecycle js-yaml@3.10.0~postinstall: js-yaml@3.10.0
10718 silly postinstall js-yaml@3.11.0
10719 info lifecycle js-yaml@3.11.0~postinstall: js-yaml@3.11.0
10720 silly postinstall stat-mode@0.2.2
10721 info lifecycle stat-mode@0.2.2~postinstall: stat-mode@0.2.2
10722 silly postinstall stream-combiner@0.0.4
10723 info lifecycle stream-combiner@0.0.4~postinstall: stream-combiner@0.0.4
10724 silly postinstall stream-json@0.6.1
10725 info lifecycle stream-json@0.6.1~postinstall: stream-json@0.6.1
10726 silly postinstall string_decoder@0.10.31
10727 info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
10728 silly postinstall readable-stream@1.1.14
10729 info lifecycle readable-stream@1.1.14~postinstall: readable-stream@1.1.14
10730 silly postinstall strip-ansi@3.0.1
10731 info lifecycle strip-ansi@3.0.1~postinstall: strip-ansi@3.0.1
10732 silly postinstall string-width@1.0.2
10733 info lifecycle string-width@1.0.2~postinstall: string-width@1.0.2
10734 silly postinstall single-line-log@1.1.2
10735 info lifecycle single-line-log@1.1.2~postinstall: single-line-log@1.1.2
10736 silly postinstall strip-bom@2.0.0
10737 info lifecycle strip-bom@2.0.0~postinstall: strip-bom@2.0.0
10738 silly postinstall load-json-file@1.1.0
10739 info lifecycle load-json-file@1.1.0~postinstall: load-json-file@1.1.0
10740 silly postinstall strip-dirs@2.1.0
10741 info lifecycle strip-dirs@2.1.0~postinstall: strip-dirs@2.1.0
10742 silly postinstall strip-eof@1.0.0
10743 info lifecycle strip-eof@1.0.0~postinstall: strip-eof@1.0.0
10744 silly postinstall strip-indent@1.0.1
10745 info lifecycle strip-indent@1.0.1~postinstall: strip-indent@1.0.1
10746 silly postinstall redent@1.0.0
10747 info lifecycle redent@1.0.0~postinstall: redent@1.0.0
10748 silly postinstall strip-json-comments@2.0.1
10749 info lifecycle strip-json-comments@2.0.1~postinstall: strip-json-comments@2.0.1
10750 silly postinstall rc@1.2.8
10751 info lifecycle rc@1.2.8~postinstall: rc@1.2.8
10752 silly postinstall registry-auth-token@3.3.2
10753 info lifecycle registry-auth-token@3.3.2~postinstall: registry-auth-token@3.3.2
10754 silly postinstall registry-url@3.1.0
10755 info lifecycle registry-url@3.1.0~postinstall: registry-url@3.1.0
10756 silly postinstall strip-outer@1.0.1
10757 info lifecycle strip-outer@1.0.1~postinstall: strip-outer@1.0.1
10758 silly postinstall debug@2.6.9
10759 info lifecycle debug@2.6.9~postinstall: debug@2.6.9
10760 silly postinstall sumchecker@1.3.1
10761 info lifecycle sumchecker@1.3.1~postinstall: sumchecker@1.3.1
10762 silly postinstall supports-color@5.4.0
10763 info lifecycle supports-color@5.4.0~postinstall: supports-color@5.4.0
10764 silly postinstall chalk@2.4.1
10765 info lifecycle chalk@2.4.1~postinstall: chalk@2.4.1
10766 silly postinstall isarray@1.0.0
10767 info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
10768 silly postinstall process-nextick-args@2.0.0
10769 info lifecycle process-nextick-args@2.0.0~postinstall: process-nextick-args@2.0.0
10770 silly postinstall string_decoder@1.1.1
10771 info lifecycle string_decoder@1.1.1~postinstall: string_decoder@1.1.1
10772 silly postinstall xtend@4.0.1
10773 info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
10774 silly postinstall throttleit@0.0.2
10775 info lifecycle throttleit@0.0.2~postinstall: throttleit@0.0.2
10776 silly postinstall through@2.3.8
10777 info lifecycle through@2.3.8~postinstall: through@2.3.8
10778 silly postinstall pause-stream@0.0.11
10779 info lifecycle pause-stream@0.0.11~postinstall: pause-stream@0.0.11
10780 silly postinstall split@0.3.3
10781 info lifecycle split@0.3.3~postinstall: split@0.3.3
10782 silly postinstall event-stream@3.3.4
10783 info lifecycle event-stream@3.3.4~postinstall: event-stream@3.3.4
10784 silly postinstall timed-out@4.0.1
10785 info lifecycle timed-out@4.0.1~postinstall: timed-out@4.0.1
10786 silly postinstall tough-cookie@2.3.4
10787 info lifecycle tough-cookie@2.3.4~postinstall: tough-cookie@2.3.4
10788 silly postinstall trim-newlines@1.0.0
10789 info lifecycle trim-newlines@1.0.0~postinstall: trim-newlines@1.0.0
10790 silly postinstall trim-repeated@1.0.0
10791 info lifecycle trim-repeated@1.0.0~postinstall: trim-repeated@1.0.0
10792 silly postinstall filenamify@2.0.0
10793 info lifecycle filenamify@2.0.0~postinstall: filenamify@2.0.0
10794 silly postinstall tunnel-agent@0.6.0
10795 info lifecycle tunnel-agent@0.6.0~postinstall: tunnel-agent@0.6.0
10796 silly postinstall tweetnacl@0.14.5
10797 info lifecycle tweetnacl@0.14.5~postinstall: tweetnacl@0.14.5
10798 silly postinstall bcrypt-pbkdf@1.0.1
10799 info lifecycle bcrypt-pbkdf@1.0.1~postinstall: bcrypt-pbkdf@1.0.1
10800 silly postinstall sshpk@1.14.1
10801 info lifecycle sshpk@1.14.1~postinstall: sshpk@1.14.1
10802 silly postinstall typedarray@0.0.6
10803 info lifecycle typedarray@0.0.6~postinstall: typedarray@0.0.6
10804 silly postinstall unbzip2-stream@1.2.5
10805 info lifecycle unbzip2-stream@1.2.5~postinstall: unbzip2-stream@1.2.5
10806 silly postinstall unique-string@1.0.0
10807 info lifecycle unique-string@1.0.0~postinstall: unique-string@1.0.0
10808 silly postinstall universalify@0.1.1
10809 info lifecycle universalify@0.1.1~postinstall: universalify@0.1.1
10810 silly postinstall fs-extra@6.0.1
10811 info lifecycle fs-extra@6.0.1~postinstall: fs-extra@6.0.1
10812 silly postinstall fs-extra-p@4.6.0
10813 info lifecycle fs-extra-p@4.6.0~postinstall: fs-extra-p@4.6.0
10814 silly postinstall builder-util-runtime@4.2.1
10815 info lifecycle builder-util-runtime@4.2.1~postinstall: builder-util-runtime@4.2.1
10816 silly postinstall fs-extra@6.0.1
10817 info lifecycle fs-extra@6.0.1~postinstall: fs-extra@6.0.1
10818 silly postinstall fs-extra-p@4.6.0
10819 info lifecycle fs-extra-p@4.6.0~postinstall: fs-extra-p@4.6.0
10820 silly postinstall builder-util-runtime@4.2.1
10821 info lifecycle builder-util-runtime@4.2.1~postinstall: builder-util-runtime@4.2.1
10822 silly postinstall fs-extra@6.0.1
10823 info lifecycle fs-extra@6.0.1~postinstall: fs-extra@6.0.1
10824 silly postinstall fs-extra-p@4.6.0
10825 info lifecycle fs-extra-p@4.6.0~postinstall: fs-extra-p@4.6.0
10826 silly postinstall builder-util-runtime@4.2.1
10827 info lifecycle builder-util-runtime@4.2.1~postinstall: builder-util-runtime@4.2.1
10828 silly postinstall fs-extra@4.0.3
10829 info lifecycle fs-extra@4.0.3~postinstall: fs-extra@4.0.3
10830 silly postinstall fs-extra@6.0.1
10831 info lifecycle fs-extra@6.0.1~postinstall: fs-extra@6.0.1
10832 silly postinstall fs-extra-p@4.6.0
10833 info lifecycle fs-extra-p@4.6.0~postinstall: fs-extra-p@4.6.0
10834 silly postinstall builder-util-runtime@4.2.1
10835 info lifecycle builder-util-runtime@4.2.1~postinstall: builder-util-runtime@4.2.1
10836 silly postinstall fs-extra@6.0.1
10837 info lifecycle fs-extra@6.0.1~postinstall: fs-extra@6.0.1
10838 silly postinstall fs-extra-p@4.6.0
10839 info lifecycle fs-extra-p@4.6.0~postinstall: fs-extra-p@4.6.0
10840 silly postinstall builder-util-runtime@4.2.1
10841 info lifecycle builder-util-runtime@4.2.1~postinstall: builder-util-runtime@4.2.1
10842 silly postinstall fs-extra@5.0.0
10843 info lifecycle fs-extra@5.0.0~postinstall: fs-extra@5.0.0
10844 silly postinstall fs-extra-p@4.5.0
10845 info lifecycle fs-extra-p@4.5.0~postinstall: fs-extra-p@4.5.0
10846 silly postinstall builder-util-runtime@4.0.5
10847 info lifecycle builder-util-runtime@4.0.5~postinstall: builder-util-runtime@4.0.5
10848 silly postinstall fs-extra@6.0.1
10849 info lifecycle fs-extra@6.0.1~postinstall: fs-extra@6.0.1
10850 silly postinstall fs-extra-p@4.6.0
10851 info lifecycle fs-extra-p@4.6.0~postinstall: fs-extra-p@4.6.0
10852 silly postinstall fs-extra@6.0.1
10853 info lifecycle fs-extra@6.0.1~postinstall: fs-extra@6.0.1
10854 silly postinstall fs-extra-p@4.6.0
10855 info lifecycle fs-extra-p@4.6.0~postinstall: fs-extra-p@4.6.0
10856 silly postinstall temp-file@3.1.2
10857 info lifecycle temp-file@3.1.2~postinstall: temp-file@3.1.2
10858 silly postinstall builder-util@5.11.3
10859 info lifecycle builder-util@5.11.3~postinstall: builder-util@5.11.3
10860 silly postinstall electron-publish@20.15.0
10861 info lifecycle electron-publish@20.15.0~postinstall: electron-publish@20.15.0
10862 silly postinstall electron-publish@20.14.6
10863 info lifecycle electron-publish@20.14.6~postinstall: electron-publish@20.14.6
10864 silly postinstall builder-util@5.11.1
10865 info lifecycle builder-util@5.11.1~postinstall: builder-util@5.11.1
10866 silly postinstall unzip-response@2.0.1
10867 info lifecycle unzip-response@2.0.1~postinstall: unzip-response@2.0.1
10868 silly postinstall punycode@2.1.1
10869 info lifecycle punycode@2.1.1~postinstall: punycode@2.1.1
10870 silly postinstall uri-js@4.2.2
10871 info lifecycle uri-js@4.2.2~postinstall: uri-js@4.2.2
10872 silly postinstall ajv@6.5.0
10873 info lifecycle ajv@6.5.0~postinstall: ajv@6.5.0
10874 silly postinstall read-config-file@3.0.1
10875 info lifecycle read-config-file@3.0.1~postinstall: read-config-file@3.0.1
10876 silly postinstall url-parse-lax@1.0.0
10877 info lifecycle url-parse-lax@1.0.0~postinstall: url-parse-lax@1.0.0
10878 silly postinstall got@6.7.1
10879 info lifecycle got@6.7.1~postinstall: got@6.7.1
10880 silly postinstall package-json@4.0.1
10881 info lifecycle package-json@4.0.1~postinstall: package-json@4.0.1
10882 silly postinstall latest-version@3.1.0
10883 info lifecycle latest-version@3.1.0~postinstall: latest-version@3.1.0
10884 silly postinstall url-to-options@1.0.1
10885 info lifecycle url-to-options@1.0.1~postinstall: url-to-options@1.0.1
10886 silly postinstall caw@2.0.1
10887 info lifecycle caw@2.0.1~postinstall: caw@2.0.1
10888 silly postinstall got@7.1.0
10889 info lifecycle got@7.1.0~postinstall: got@7.1.0
10890 silly postinstall utf8-byte-length@1.0.4
10891 info lifecycle utf8-byte-length@1.0.4~postinstall: utf8-byte-length@1.0.4
10892 silly postinstall truncate-utf8-bytes@1.0.2
10893 info lifecycle truncate-utf8-bytes@1.0.2~postinstall: truncate-utf8-bytes@1.0.2
10894 silly postinstall sanitize-filename@1.6.1
10895 info lifecycle sanitize-filename@1.6.1~postinstall: sanitize-filename@1.6.1
10896 silly postinstall util-deprecate@1.0.2
10897 info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
10898 silly postinstall readable-stream@2.3.6
10899 info lifecycle readable-stream@2.3.6~postinstall: readable-stream@2.3.6
10900 silly postinstall bl@1.2.2
10901 info lifecycle bl@1.2.2~postinstall: bl@1.2.2
10902 silly postinstall readable-stream@2.3.3
10903 info lifecycle readable-stream@2.3.3~postinstall: readable-stream@2.3.3
10904 silly postinstall concat-stream@1.6.0
10905 info lifecycle concat-stream@1.6.0~postinstall: concat-stream@1.6.0
10906 silly postinstall readable-stream@2.3.6
10907 info lifecycle readable-stream@2.3.6~postinstall: readable-stream@2.3.6
10908 silly postinstall uuid@3.2.1
10909 info lifecycle uuid@3.2.1~postinstall: uuid@3.2.1
10910 silly postinstall validate-npm-package-license@3.0.1
10911 info lifecycle validate-npm-package-license@3.0.1~postinstall: validate-npm-package-license@3.0.1
10912 silly postinstall normalize-package-data@2.4.0
10913 info lifecycle normalize-package-data@2.4.0~postinstall: normalize-package-data@2.4.0
10914 silly postinstall read-pkg@1.1.0
10915 info lifecycle read-pkg@1.1.0~postinstall: read-pkg@1.1.0
10916 silly postinstall read-pkg-up@1.0.1
10917 info lifecycle read-pkg-up@1.0.1~postinstall: read-pkg-up@1.0.1
10918 silly postinstall meow@3.7.0
10919 info lifecycle meow@3.7.0~postinstall: meow@3.7.0
10920 silly postinstall pretty-bytes@1.0.4
10921 info lifecycle pretty-bytes@1.0.4~postinstall: pretty-bytes@1.0.4
10922 silly postinstall verror@1.10.0
10923 info lifecycle verror@1.10.0~postinstall: verror@1.10.0
10924 silly postinstall jsprim@1.4.1
10925 info lifecycle jsprim@1.4.1~postinstall: jsprim@1.4.1
10926 silly postinstall http-signature@1.2.0
10927 info lifecycle http-signature@1.2.0~postinstall: http-signature@1.2.0
10928 silly postinstall request@2.87.0
10929 info lifecycle request@2.87.0~postinstall: request@2.87.0
10930 silly postinstall which@1.3.1
10931 info lifecycle which@1.3.1~postinstall: which@1.3.1
10932 silly postinstall which-module@2.0.0
10933 info lifecycle which-module@2.0.0~postinstall: which-module@2.0.0
10934 silly postinstall ansi-regex@3.0.0
10935 info lifecycle ansi-regex@3.0.0~postinstall: ansi-regex@3.0.0
10936 silly postinstall is-fullwidth-code-point@2.0.0
10937 info lifecycle is-fullwidth-code-point@2.0.0~postinstall: is-fullwidth-code-point@2.0.0
10938 silly postinstall strip-ansi@4.0.0
10939 info lifecycle strip-ansi@4.0.0~postinstall: strip-ansi@4.0.0
10940 silly postinstall string-width@2.1.1
10941 info lifecycle string-width@2.1.1~postinstall: string-width@2.1.1
10942 silly postinstall widest-line@2.0.0
10943 info lifecycle widest-line@2.0.0~postinstall: widest-line@2.0.0
10944 silly postinstall wordwrap@0.0.3
10945 info lifecycle wordwrap@0.0.3~postinstall: wordwrap@0.0.3
10946 silly postinstall optimist@0.6.1
10947 info lifecycle optimist@0.6.1~postinstall: optimist@0.6.1
10948 silly postinstall wrap-ansi@2.1.0
10949 info lifecycle wrap-ansi@2.1.0~postinstall: wrap-ansi@2.1.0
10950 silly postinstall cliui@4.1.0
10951 info lifecycle cliui@4.1.0~postinstall: cliui@4.1.0
10952 silly postinstall wrappy@1.0.2
10953 info lifecycle wrappy@1.0.2~postinstall: wrappy@1.0.2
10954 silly postinstall once@1.4.0
10955 info lifecycle once@1.4.0~postinstall: once@1.4.0
10956 silly postinstall end-of-stream@1.4.1
10957 info lifecycle end-of-stream@1.4.1~postinstall: end-of-stream@1.4.1
10958 silly postinstall tar-stream@1.5.5
10959 info lifecycle tar-stream@1.5.5~postinstall: tar-stream@1.5.5
10960 silly postinstall decompress-tar@4.1.1
10961 info lifecycle decompress-tar@4.1.1~postinstall: decompress-tar@4.1.1
10962 silly postinstall decompress-tarbz2@4.1.1
10963 info lifecycle decompress-tarbz2@4.1.1~postinstall: decompress-tarbz2@4.1.1
10964 silly postinstall decompress-targz@4.1.1
10965 info lifecycle decompress-targz@4.1.1~postinstall: decompress-targz@4.1.1
10966 silly postinstall decompress@4.2.0
10967 info lifecycle decompress@4.2.0~postinstall: decompress@4.2.0
10968 silly postinstall inflight@1.0.6
10969 info lifecycle inflight@1.0.6~postinstall: inflight@1.0.6
10970 silly postinstall glob@7.1.2
10971 info lifecycle glob@7.1.2~postinstall: glob@7.1.2
10972 silly postinstall rimraf@2.6.2
10973 info lifecycle rimraf@2.6.2~postinstall: rimraf@2.6.2
10974 silly postinstall fs-extra@0.30.0
10975 info lifecycle fs-extra@0.30.0~postinstall: fs-extra@0.30.0
10976 silly postinstall write-file-atomic@2.3.0
10977 info lifecycle write-file-atomic@2.3.0~postinstall: write-file-atomic@2.3.0
10978 silly postinstall xdg-basedir@3.0.0
10979 info lifecycle xdg-basedir@3.0.0~postinstall: xdg-basedir@3.0.0
10980 silly postinstall configstore@3.1.2
10981 info lifecycle configstore@3.1.2~postinstall: configstore@3.1.2
10982 silly postinstall xml2js@0.1.14
10983 info lifecycle xml2js@0.1.14~postinstall: xml2js@0.1.14
10984 silly postinstall xmlbuilder@8.2.2
10985 info lifecycle xmlbuilder@8.2.2~postinstall: xmlbuilder@8.2.2
10986 silly postinstall xmldom@0.1.27
10987 info lifecycle xmldom@0.1.27~postinstall: xmldom@0.1.27
10988 silly postinstall plist@2.1.0
10989 info lifecycle plist@2.1.0~postinstall: plist@2.1.0
10990 silly postinstall electron-osx-sign@0.4.10
10991 info lifecycle electron-osx-sign@0.4.10~postinstall: electron-osx-sign@0.4.10
10992 silly postinstall plist@3.0.1
10993 info lifecycle plist@3.0.1~postinstall: plist@3.0.1
10994 silly postinstall electron-builder-lib@20.14.7
10995 info lifecycle electron-builder-lib@20.14.7~postinstall: electron-builder-lib@20.14.7
10996 silly postinstall dmg-builder@4.10.1
10997 info lifecycle dmg-builder@4.10.1~postinstall: dmg-builder@4.10.1
10998 silly postinstall electron-builder-lib@20.15.2
10999 info lifecycle electron-builder-lib@20.15.2~postinstall: electron-builder-lib@20.15.2
11000 silly postinstall xtend@2.1.2
11001 info lifecycle xtend@2.1.2~postinstall: xtend@2.1.2
11002 silly postinstall through2@0.2.3
11003 info lifecycle through2@0.2.3~postinstall: through2@0.2.3
11004 silly postinstall progress-stream@1.2.0
11005 info lifecycle progress-stream@1.2.0~postinstall: progress-stream@1.2.0
11006 silly postinstall nugget@2.0.1
11007 info lifecycle nugget@2.0.1~postinstall: nugget@2.0.1
11008 silly postinstall electron-download-tf@4.3.4
11009 info lifecycle electron-download-tf@4.3.4~postinstall: electron-download-tf@4.3.4
11010 silly postinstall electron-download@3.3.0
11011 info lifecycle electron-download@3.3.0~postinstall: electron-download@3.3.0
11012 silly postinstall y18n@3.2.1
11013 info lifecycle y18n@3.2.1~postinstall: y18n@3.2.1
11014 silly postinstall yallist@2.1.2
11015 info lifecycle yallist@2.1.2~postinstall: yallist@2.1.2
11016 silly postinstall lru-cache@4.1.3
11017 info lifecycle lru-cache@4.1.3~postinstall: lru-cache@4.1.3
11018 silly postinstall cross-spawn@5.1.0
11019 info lifecycle cross-spawn@5.1.0~postinstall: cross-spawn@5.1.0
11020 silly postinstall execa@0.7.0
11021 info lifecycle execa@0.7.0~postinstall: execa@0.7.0
11022 silly postinstall os-locale@2.1.0
11023 info lifecycle os-locale@2.1.0~postinstall: os-locale@2.1.0
11024 silly postinstall term-size@1.2.0
11025 info lifecycle term-size@1.2.0~postinstall: term-size@1.2.0
11026 silly postinstall boxen@1.3.0
11027 info lifecycle boxen@1.3.0~postinstall: boxen@1.3.0
11028 silly postinstall update-notifier@2.5.0
11029 info lifecycle update-notifier@2.5.0~postinstall: update-notifier@2.5.0
11030 silly postinstall camelcase@4.1.0
11031 info lifecycle camelcase@4.1.0~postinstall: camelcase@4.1.0
11032 silly postinstall yargs-parser@9.0.2
11033 info lifecycle yargs-parser@9.0.2~postinstall: yargs-parser@9.0.2
11034 silly postinstall ansi-regex@3.0.0
11035 info lifecycle ansi-regex@3.0.0~postinstall: ansi-regex@3.0.0
11036 silly postinstall find-up@2.1.0
11037 info lifecycle find-up@2.1.0~postinstall: find-up@2.1.0
11038 silly postinstall is-fullwidth-code-point@2.0.0
11039 info lifecycle is-fullwidth-code-point@2.0.0~postinstall: is-fullwidth-code-point@2.0.0
11040 silly postinstall strip-ansi@4.0.0
11041 info lifecycle strip-ansi@4.0.0~postinstall: strip-ansi@4.0.0
11042 silly postinstall string-width@2.1.1
11043 info lifecycle string-width@2.1.1~postinstall: string-width@2.1.1
11044 silly postinstall yargs@11.0.0
11045 info lifecycle yargs@11.0.0~postinstall: yargs@11.0.0
11046 silly postinstall yauzl@2.4.1
11047 info lifecycle yauzl@2.4.1~postinstall: yauzl@2.4.1
11048 silly postinstall extract-zip@1.6.6
11049 info lifecycle extract-zip@1.6.6~postinstall: extract-zip@1.6.6
11050 silly postinstall zero-fill@2.2.3
11051 info lifecycle zero-fill@2.2.3~postinstall: zero-fill@2.2.3
11052 silly postinstall dbus-native@0.2.5
11053 info lifecycle dbus-native@0.2.5~postinstall: dbus-native@0.2.5
11054 silly postinstall download@6.2.5
11055 info lifecycle download@6.2.5~postinstall: download@6.2.5
11056 silly postinstall electron@1.8.4
11057 info lifecycle electron@1.8.4~postinstall: electron@1.8.4
11058 verbose lifecycle electron@1.8.4~postinstall: unsafe-perm in lifecycle true
11059 verbose lifecycle electron@1.8.4~postinstall: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/k/Downloads/electron-xiami/node_modules/electron/node_modules/.bin:/home/k/Downloads/electron-xiami/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/opt/cxoffice/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/cxoffice/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/cxoffice/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
11060 verbose lifecycle electron@1.8.4~postinstall: CWD: /home/k/Downloads/electron-xiami/node_modules/electron
11061 silly lifecycle electron@1.8.4~postinstall: Args: [ '-c', 'node install.js' ]
11062 silly lifecycle electron@1.8.4~postinstall: Returned: code: 0  signal: null
11063 silly postinstall electron-builder@20.15.2
11064 info lifecycle electron-builder@20.15.2~postinstall: electron-builder@20.15.2
11065 silly postinstall electron-json-storage@4.0.2
11066 info lifecycle electron-json-storage@4.0.2~postinstall: electron-json-storage@4.0.2
11067 silly postinstall electron-settings@3.1.4
11068 info lifecycle electron-settings@3.1.4~postinstall: electron-settings@3.1.4
11069 silly postinstall electron-updater@2.20.1
11070 info lifecycle electron-updater@2.20.1~postinstall: electron-updater@2.20.1
11071 silly postinstall hh-mm-ss@1.2.0
11072 info lifecycle hh-mm-ss@1.2.0~postinstall: hh-mm-ss@1.2.0
11073 silly postinstall lyrics.js@0.3.5
11074 info lifecycle lyrics.js@0.3.5~postinstall: lyrics.js@0.3.5
11075 timing action:postinstall Completed in 14730ms
11076 verbose unlock done using /home/k/.npm/_locks/staging-64332089fd266ed6.lock for /home/k/Downloads/electron-xiami/node_modules/.staging
11077 timing stage:executeActions Completed in 33811ms
11078 timing stage:rollbackFailedOptional Completed in 1ms
11079 silly install runPostinstallTopLevelLifecycles
11080 silly build electron-xiami@1.5.0
11081 info linkStuff electron-xiami@1.5.0
11082 silly linkStuff electron-xiami@1.5.0 has /home/k/Downloads as its parent node_modules
11083 silly install electron-xiami@1.5.0
11084 info lifecycle electron-xiami@1.5.0~install: electron-xiami@1.5.0
11085 silly postinstall electron-xiami@1.5.0
11086 info lifecycle electron-xiami@1.5.0~postinstall: electron-xiami@1.5.0
11087 verbose lifecycle electron-xiami@1.5.0~postinstall: unsafe-perm in lifecycle true
11088 verbose lifecycle electron-xiami@1.5.0~postinstall: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/home/k/Downloads/electron-xiami/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/opt/cxoffice/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/cxoffice/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/cxoffice/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
11089 verbose lifecycle electron-xiami@1.5.0~postinstall: CWD: /home/k/Downloads/electron-xiami
11090 silly lifecycle electron-xiami@1.5.0~postinstall: Args: [ '-c', 'electron-builder install-app-deps' ]
11091 silly lifecycle electron-xiami@1.5.0~postinstall: Returned: code: 1  signal: null
11092 info lifecycle electron-xiami@1.5.0~postinstall: Failed to exec postinstall script
11093 verbose stack Error: electron-xiami@1.5.0 postinstall: `electron-builder install-app-deps`
11093 verbose stack Exit status 1
11093 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:304:16)
11093 verbose stack     at EventEmitter.emit (events.js:182:13)
11093 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
11093 verbose stack     at ChildProcess.emit (events.js:182:13)
11093 verbose stack     at maybeClose (internal/child_process.js:961:16)
11093 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)
11094 verbose pkgid electron-xiami@1.5.0
11095 verbose cwd /home/k/Downloads/electron-xiami
11096 verbose Linux 4.16.11-1-ARCH
11097 verbose argv "/usr/bin/node" "/usr/bin/npm" "install"
11098 verbose node v10.2.1
11099 verbose npm  v6.1.0
11100 error code ELIFECYCLE
11101 error errno 1
11102 error electron-xiami@1.5.0 postinstall: `electron-builder install-app-deps`
11102 error Exit status 1
11103 error Failed at the electron-xiami@1.5.0 postinstall script.
11103 error This is probably not a problem with npm. There is likely additional logging output above.
11104 verbose exit [ 1, true ]
Karmenzind commented 6 years ago

上面是直接运行的readme里的命令 然后npm run dist:linux也失败了 再然后……下载了个你打包好的AppImage……正在运行,似乎没问题 Good work. 谢谢你

eNkru commented 6 years ago

那些命令是编译用的。如果你只是使用APP的话,直接用编译好的APPIMAGE就可以了。

你的这个编译错误可能是NPM的版本问题。

eNkru commented 6 years ago

如果你感兴趣开发的话,可以继续探讨