➜ Github git clone https://github.com/tomachinz/AminoSee Cloning into 'AminoSee'... remote: Enumerating objects: 311, done. remote: Counting objects: 100% (311/311), done. remote: Compressing objects: 100% (195/195), done. remote: Total 4838 (delta 227), reused 190 (delta 115), pack-reused 4527 Receiving objects: 100% (4838/4838), 7.79 MiB | 1.28 MiB/s, done. Resolving deltas: 100% (3564/3564), done. ➜ Github cd AminoSee ➜ AminoSee git:(master) npm i npm WARN deprecated hawk@6.0.2: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated cryptiles@3.1.4: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated boom@4.3.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated boom@5.2.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated sntp@2.1.0: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). > puppeteer-core@1.12.2 install /Users/tom/Github/AminoSee/node_modules/puppeteer-core > node install.js > get-cursor-position@1.0.5 install /Users/tom/Github/AminoSee/node_modules/get-cursor-position > node-gyp rebuild CXX(target) Release/obj.target/pos/src/pos.o SOLINK_MODULE(target) Release/pos.node > husky@3.0.4 install /Users/tom/Github/AminoSee/node_modules/husky > node husky install husky > Setting up git hooks husky > Done > node-pty@0.8.1 install /Users/tom/Github/AminoSee/node_modules/node-pty > node scripts/install.js CXX(target) Release/obj.target/pty/src/unix/pty.o ../src/unix/pty.cc:154:25: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations] v8::String::Utf8Value file(info[0]->ToString()); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:165:27: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations] v8::String::Utf8Value arg(argv_->Get(Nan::New(i))->ToString()); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:176:27: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations] v8::String::Utf8Value pair(env_->Get(Nan::New(i))->ToString()); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:181:25: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations] v8::String::Utf8Value cwd_(info[3]->ToString()); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:186:26: warning: 'IntegerValue' is deprecated [-Wdeprecated-declarations] winp.ws_col = info[4]->IntegerValue(); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2476:3: note: 'IntegerValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:187:26: warning: 'IntegerValue' is deprecated [-Wdeprecated-declarations] winp.ws_row = info[5]->IntegerValue(); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2476:3: note: 'IntegerValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:195:16: warning: 'ToBoolean' is deprecated [-Wdeprecated-declarations] if (info[8]->ToBoolean()->Value()) { ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2452:10: note: 'ToBoolean' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:230:22: warning: 'IntegerValue' is deprecated [-Wdeprecated-declarations] int uid = info[6]->IntegerValue(); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2476:3: note: 'IntegerValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:231:22: warning: 'IntegerValue' is deprecated [-Wdeprecated-declarations] int gid = info[7]->IntegerValue(); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2476:3: note: 'IntegerValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:315:26: warning: 'IntegerValue' is deprecated [-Wdeprecated-declarations] winp.ws_col = info[0]->IntegerValue(); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2476:3: note: 'IntegerValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:316:26: warning: 'IntegerValue' is deprecated [-Wdeprecated-declarations] winp.ws_row = info[1]->IntegerValue(); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2476:3: note: 'IntegerValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:360:21: warning: 'IntegerValue' is deprecated [-Wdeprecated-declarations] int fd = info[0]->IntegerValue(); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2476:3: note: 'IntegerValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:363:26: warning: 'IntegerValue' is deprecated [-Wdeprecated-declarations] winp.ws_col = info[1]->IntegerValue(); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2476:3: note: 'IntegerValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:364:26: warning: 'IntegerValue' is deprecated [-Wdeprecated-declarations] winp.ws_row = info[2]->IntegerValue(); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2476:3: note: 'IntegerValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:387:21: warning: 'IntegerValue' is deprecated [-Wdeprecated-declarations] int fd = info[0]->IntegerValue(); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2476:3: note: 'IntegerValue' has been explicitly marked deprecated here V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:389:25: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations] v8::String::Utf8Value tty_(info[1]->ToString()); ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate version", ^ /Users/tom/Library/Caches/node-gyp/10.15.3/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated)) ^ ../src/unix/pty.cc:489:21: warning: 'Call' is deprecated [-Wdeprecated-declarations] Nan::Callback(cb).Call(Nan::GetCurrentContext()->Global(), 2, argv); ^ ../../nan/nan.h:1651:3: note: 'Call' has been explicitly marked deprecated here NAN_DEPRECATED inline v8::Local ^ ../../nan/nan.h:103:40: note: expanded from macro 'NAN_DEPRECATED' # define NAN_DEPRECATED __attribute__((deprecated)) ^ 17 warnings generated. SOLINK_MODULE(target) Release/pty.node > core-js@2.6.8 postinstall /Users/tom/Github/AminoSee/node_modules/core-js > node -e "try { require('./scripts/postinstall'); } catch (e) { /* empty */ }" Thank you for using core-js ( https://github.com/zloirock/core-js )! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > cypress@3.4.1 postinstall /Users/tom/Github/AminoSee/node_modules/cypress > node index.js --exec install Cypress 3.4.1 is installed in /Users/tom/Library/Caches/Cypress/3.4.1 > husky@3.0.4 postinstall /Users/tom/Github/AminoSee/node_modules/husky > opencollective-postinstall || true Thank you for using husky! If you rely on this package, please consider supporting our open collective: > https://opencollective.com/husky/donate > node-pty@0.8.1 postinstall /Users/tom/Github/AminoSee/node_modules/node-pty > node scripts/post-install.js added 1380 packages from 834 contributors and audited 7188 packages in 132.845s found 0 vulnerabilities ➜ AminoSee git:(master) ✗