ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

Installing “script-runner@2.5.0” failed. #110

Closed AtlasBMc closed 3 years ago

AtlasBMc commented 3 years ago

Received error while trying to install script-runner(2.5.0)

I noticed script-runner was not working tried a rebuild which failed. So I did an uninstall/reinstall and now I am receving the below output:

Installing “script-runner@2.5.0” failed.Hide output…

node-pty@0.8.1 install /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-3509-1de3u5f.937dh/node_modules/script-runner/node_modules/node-pty node scripts/install.js

CXX(target) Release/obj.target/pty/src/unix/pty.o

In file included from ../src/unix/pty.cc:20: In file included from ../../nan/nan.h:222: In file included from ../../nan/nan_converters.h:67: ../../nan/nan_converters_43_inl.h:22:1: error: no matching member function for call to 'ToBoolean' X(Boolean) ^~~~~~ ../../nan/nan_converters_43_inl.h:18:12: note: expanded from macro 'X' val->To ## TYPE(isolate->GetCurrentContext()) \


<scratch space>:355:1: note: expanded from here
ToBoolean
^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2516:18: note: candidate function not viable: no known conversion from 'Local<v8::Context>' to 'v8::Isolate *' for 1st argument
  Local<Boolean> ToBoolean(Isolate* isolate) const;
                 ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:10428:23: note: candidate function not viable: requires 0 arguments, but 1 was provided
Local<Boolean> Value::ToBoolean() const {
                      ^
In file included from ../src/unix/pty.cc:20:
In file included from ../../nan/nan.h:222:
In file included from ../../nan/nan_converters.h:67:
../../nan/nan_converters_43_inl.h:40:1: error: no matching member function for call to 'BooleanValue'
X(bool, Boolean)
^~~~~~~~~~~~~~~~
../../nan/nan_converters_43_inl.h:37:15: note: expanded from macro 'X'
  return val->NAME ## Value(isolate->GetCurrentContext());                     \
         ~~~~~^~~~~~~~~~~~~
<scratch space>:362:1: note: expanded from here
BooleanValue
^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2532:8: note: candidate function not viable: no known conversion from 'Local<v8::Context>' to 'v8::Isolate *' for 1st argument
  bool BooleanValue(Isolate* isolate) const;
       ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2541:43: note: candidate function not viable: requires 0 arguments, but 1 was provided
  V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
                                          ^
In file included from ../src/unix/pty.cc:20:
In file included from ../../nan/nan.h:2722:
../../nan/nan_object_wrap.h:24:25: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
    assert(persistent().IsNearDeath());
           ~~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/assert.h:93:25: note: expanded from macro 'assert'
    (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
                        ^
In file included from ../src/unix/pty.cc:20:
In file included from ../../nan/nan.h:2722:
../../nan/nan_object_wrap.h:127:26: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
    assert(wrap->handle_.IsNearDeath());
           ~~~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/assert.h:93:25: note: expanded from macro 'assert'
    (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
                        ^
../src/unix/pty.cc:154:39: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations]
  v8::String::Utf8Value file(info[0]->ToString());
                                      ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2520:10: note: 'ToString' has been explicitly marked deprecated here
  inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);
         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:154:25: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations]
  v8::String::Utf8Value file(info[0]->ToString());
                        ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2964:5: note: 'Utf8Value' has been explicitly marked deprecated here
    V8_DEPRECATED("Use Isolate version",
    ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:165:38: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations]
    v8::String::Utf8Value arg(argv_->Get(Nan::New<v8::Integer>(i))->ToString());
                                     ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:3384:3: note: 'Get' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:165:69: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations]
    v8::String::Utf8Value arg(argv_->Get(Nan::New<v8::Integer>(i))->ToString());
                                                                    ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2520:10: note: 'ToString' has been explicitly marked deprecated here
  inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);
         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:165:27: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations]
    v8::String::Utf8Value arg(argv_->Get(Nan::New<v8::Integer>(i))->ToString());
                          ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2964:5: note: 'Utf8Value' has been explicitly marked deprecated here
    V8_DEPRECATED("Use Isolate version",
    ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:176:38: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations]
    v8::String::Utf8Value pair(env_->Get(Nan::New<v8::Integer>(i))->ToString());
                                     ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:3384:3: note: 'Get' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:176:69: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations]
    v8::String::Utf8Value pair(env_->Get(Nan::New<v8::Integer>(i))->ToString());
                                                                    ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2520:10: note: 'ToString' has been explicitly marked deprecated here
  inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);
         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:176:27: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations]

    v8::String::Utf8Value pair(env_->Get(Nan::New<v8::Integer>(i))->ToString());
                          ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2964:5: note: 'Utf8Value' has been explicitly marked deprecated here
    V8_DEPRECATED("Use Isolate version",
    ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:181:39: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations]
  v8::String::Utf8Value cwd_(info[3]->ToString());
                                      ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2520:10: note: 'ToString' has been explicitly marked deprecated here
  inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);
         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:181:25: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations]
  v8::String::Utf8Value cwd_(info[3]->ToString());
                        ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2964:5: note: 'Utf8Value' has been explicitly marked deprecated here
    V8_DEPRECATED("Use Isolate version",
    ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:186:26: warning: 'IntegerValue' is deprecated: Use maybe version [-Wdeprecated-declarations]
  winp.ws_col = info[4]->IntegerValue();
                         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2543:3: note: 'IntegerValue' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:187:26: warning: 'IntegerValue' is deprecated: Use maybe version [-Wdeprecated-declarations]
  winp.ws_row = info[5]->IntegerValue();
                         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2543:3: note: 'IntegerValue' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:195:16: warning: 'ToBoolean' is deprecated: Use maybe version [-Wdeprecated-declarations]
  if (info[8]->ToBoolean()->Value()) {
               ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2518:10: note: 'ToBoolean' has been explicitly marked deprecated here
  inline V8_DEPRECATED("Use maybe version",
         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:230:22: warning: 'IntegerValue' is deprecated: Use maybe version [-Wdeprecated-declarations]
  int uid = info[6]->IntegerValue();
                     ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2543:3: note: 'IntegerValue' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:231:22: warning: 'IntegerValue' is deprecated: Use maybe version [-Wdeprecated-declarations]
  int gid = info[7]->IntegerValue();
                     ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2543:3: note: 'IntegerValue' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:315:26: warning: 'IntegerValue' is deprecated: Use maybe version [-Wdeprecated-declarations]
  winp.ws_col = info[0]->IntegerValue();
                         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2543:3: note: 'IntegerValue' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:316:26: warning: 'IntegerValue' is deprecated: Use maybe version [-Wdeprecated-declarations]
  winp.ws_row = info[1]->IntegerValue();
                         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2543:3: note: 'IntegerValue' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:360:21: warning: 'IntegerValue' is deprecated: Use maybe version [-Wdeprecated-declarations]
  int fd = info[0]->IntegerValue();
                    ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2543:3: note: 'IntegerValue' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:363:26: warning: 'IntegerValue' is deprecated: Use maybe version [-Wdeprecated-declarations]
  winp.ws_col = info[1]->IntegerValue();
                         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2543:3: note: 'IntegerValue' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:364:26: warning: 'IntegerValue' is deprecated: Use maybe version [-Wdeprecated-declarations]
  winp.ws_row = info[2]->IntegerValue();
                         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2543:3: note: 'IntegerValue' has been explicitly marked deprecated here
  V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:387:21: warning: 'IntegerValue' is deprecated: Use maybe version [-Wdeprecated-declarations]
  int fd = info[0]->IntegerValue();
                    ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2543:3: note: 'IntegerValue' has been explicitly marked deprecated here

  V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:389:39: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations]
  v8::String::Utf8Value tty_(info[1]->ToString());
                                      ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2520:10: note: 'ToString' has been explicitly marked deprecated here
  inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);
         ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../src/unix/pty.cc:389:25: warning: 'Utf8Value' is deprecated: Use Isolate version [-Wdeprecated-declarations]
  v8::String::Utf8Value tty_(info[1]->ToString());
                        ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:2964:5: note: 'Utf8Value' has been explicitly marked deprecated here
    V8_DEPRECATED("Use Isolate version",
    ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated(message)))
                            ^
../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<v8::Value>
  ^
../../nan/nan.h:103:40: note: expanded from macro 'NAN_DEPRECATED'
# define NAN_DEPRECATED __attribute__((deprecated))
                                       ^
../src/unix/pty.cc:705:65: error: too few arguments to function call, single argument 'context' was not specified
           Nan::New<v8::FunctionTemplate>(PtyFork)->GetFunction());
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:5891:3: note: 'GetFunction' declared here
  V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:351:31: note: expanded from macro 'V8_WARN_UNUSED_RESULT'
#define V8_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
                              ^
../src/unix/pty.cc:708:65: error: too few arguments to function call, single argument 'context' was not specified
           Nan::New<v8::FunctionTemplate>(PtyOpen)->GetFunction());
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:5891:3: note: 'GetFunction' declared here
  V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:351:31: note: expanded from macro 'V8_WARN_UNUSED_RESULT'
#define V8_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
                              ^
../src/unix/pty.cc:711:67: error: too few arguments to function call, single argument 'context' was not specified
           Nan::New<v8::FunctionTemplate>(PtyResize)->GetFunction());
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:5891:3: note: 'GetFunction' declared here
  V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:351:31: note: expanded from macro 'V8_WARN_UNUSED_RESULT'
#define V8_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
                              ^
../src/unix/pty.cc:714:68: error: too few arguments to function call, single argument 'context' was not specified
           Nan::New<v8::FunctionTemplate>(PtyGetProc)->GetFunction());
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8.h:5891:3: note: 'GetFunction' declared here
  V8_WARN_UNUSED_RESULT MaybeLocal<Function> GetFunction(
  ^
/Users/atlas/.atom/.node-gyp/Library/Caches/node-gyp/6.1.12/include/node/v8config.h:351:31: note: expanded from macro 'V8_WARN_UNUSED_RESULT'
#define V8_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
                              ^
24 warnings and 8 errors generated.
make: *** [Release/obj.target/pty/src/unix/pty.o] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack     at ChildProcess.emit (events.js:200:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 19.6.0
gyp ERR! command "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-3509-1de3u5f.937dh/node_modules/script-runner/node_modules/node-pty
gyp ERR! node -v v12.4.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok 
npm WARN enoent ENOENT: no such file or directory, open '/private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-3509-1de3u5f.937dh/package.json'
npm WARN apm-install-dir-2020916-3509-1de3u5f.937dh No description
npm WARN apm-install-dir-2020916-3509-1de3u5f.937dh No repository field.
npm WARN apm-install-dir-2020916-3509-1de3u5f.937dh No README data
npm WARN apm-install-dir-2020916-3509-1de3u5f.937dh No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-pty@0.8.1 install: `node scripts/install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the node-pty@0.8.1 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!     /Users/atlas/.atom/.apm/_logs/2020-10-16T13_45_35_532Z-debug.log
AtlasBMc commented 3 years ago

It appears the node-pty@0.8.1 install script is where the error is.

Here is the debug log:

0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli '/Applications/Atom.app/Contents/Resources/app/apm/bin/node', 1 verbose cli '/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js', 1 verbose cli '--globalconfig', 1 verbose cli '/Users/atlas/.atom/.apm/.apmrc', 1 verbose cli '--userconfig', 1 verbose cli '/Users/atlas/.atom/.apmrc', 1 verbose cli 'install', 1 verbose cli 'https://www.atom.io/api/packages/script-runner/versions/2.5.0/tarball', 1 verbose cli '--target=6.1.12', 1 verbose cli '--disturl=https://atom.io/download/electron', 1 verbose cli '--arch=x64', 1 verbose cli '--global-style' 1 verbose cli ] 2 info using npm@6.14.8 3 info using node@v12.4.0 4 verbose npm-session 845c518a844b9678 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 http fetch GET 304 https://codeload.github.com/ioquatix/script-runner/legacy.tar.gz/v2.5.0 828ms (from cache) 8 silly pacote remote manifest for undefined@https://www.atom.io/api/packages/script-runner/versions/2.5.0/tarball fetched in 840ms 9 timing stage:loadCurrentTree Completed in 849ms 10 silly install loadIdealTree 11 silly install cloneCurrentTreeToIdealTree 12 timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms 13 silly install loadShrinkwrap 14 timing stage:loadIdealTree:loadShrinkwrap Completed in 1ms 15 silly install loadAllDepsIntoIdealTree 16 silly resolveWithNewModule script-runner@2.5.0 checking installable status 17 http fetch GET 304 https://registry.npmjs.org/shellwords 127ms (from cache) 18 http fetch GET 304 https://registry.npmjs.org/resize-observer-polyfill 123ms (from cache) 19 silly pacote range manifest for shellwords@^0.1.0 fetched in 129ms 20 silly resolveWithNewModule shellwords@0.1.1 checking installable status 21 silly pacote range manifest for resize-observer-polyfill@^1.4 fetched in 124ms 22 silly resolveWithNewModule resize-observer-polyfill@1.5.1 checking installable status 23 http fetch GET 304 https://registry.npmjs.org/etch 136ms (from cache) 24 silly pacote range manifest for etch@^0.12.0 fetched in 137ms 25 silly resolveWithNewModule etch@0.12.8 checking installable status 26 http fetch GET 304 https://registry.npmjs.org/temp-write 167ms (from cache) 27 silly pacote range manifest for temp-write@^3.4 fetched in 168ms 28 silly resolveWithNewModule temp-write@3.4.0 checking installable status 29 http fetch GET 304 https://registry.npmjs.org/shell-environment 185ms (from cache) 30 silly pacote range manifest for shell-environment@^0.3.0 fetched in 185ms 31 silly resolveWithNewModule shell-environment@0.3.1 checking installable status 32 http fetch GET 304 https://registry.npmjs.org/xterm 310ms (from cache) 33 http fetch GET 304 https://registry.npmjs.org/node-pty 323ms (from cache) 34 silly pacote range manifest for xterm@^3.3 fetched in 326ms 35 silly resolveWithNewModule xterm@3.14.5 checking installable status 36 silly pacote range manifest for node-pty@^0.8.1 fetched in 326ms 37 silly resolveWithNewModule node-pty@0.8.1 checking installable status 38 http fetch GET 304 https://registry.npmjs.org/nan 37ms (from cache) 39 silly pacote version manifest for nan@2.12.1 fetched in 39ms 40 silly resolveWithNewModule nan@2.12.1 checking installable status 41 http fetch GET 304 https://registry.npmjs.org/os-locale 33ms (from cache) 42 silly pacote range manifest for os-locale@>= 2.1.0 fetched in 34ms 43 silly resolveWithNewModule os-locale@5.0.0 checking installable status 44 http fetch GET 304 https://registry.npmjs.org/lcid 37ms (from cache) 45 http fetch GET 304 https://registry.npmjs.org/execa 41ms (from cache) 46 http fetch GET 304 https://registry.npmjs.org/mem 40ms (from cache) 47 silly pacote range manifest for lcid@^3.0.0 fetched in 41ms 48 silly resolveWithNewModule lcid@3.1.1 checking installable status 49 silly pacote range manifest for execa@^4.0.0 fetched in 43ms 50 silly resolveWithNewModule execa@4.0.3 checking installable status 51 silly pacote range manifest for mem@^5.0.0 fetched in 42ms 52 silly resolveWithNewModule mem@5.1.1 checking installable status 53 http fetch GET 304 https://registry.npmjs.org/get-stream 41ms (from cache) 54 http fetch GET 304 https://registry.npmjs.org/is-stream 46ms (from cache) 55 silly pacote range manifest for get-stream@^5.0.0 fetched in 48ms 56 silly resolveWithNewModule get-stream@5.2.0 checking installable status 57 silly pacote range manifest for is-stream@^2.0.0 fetched in 49ms 58 silly resolveWithNewModule is-stream@2.0.0 checking installable status 59 http fetch GET 304 https://registry.npmjs.org/npm-run-path 53ms (from cache) 60 http fetch GET 304 https://registry.npmjs.org/merge-stream 54ms (from cache) 61 http fetch GET 304 https://registry.npmjs.org/cross-spawn 56ms (from cache) 62 silly pacote range manifest for npm-run-path@^4.0.0 fetched in 55ms 63 silly resolveWithNewModule npm-run-path@4.0.1 checking installable status 64 silly pacote range manifest for merge-stream@^2.0.0 fetched in 57ms 65 silly resolveWithNewModule merge-stream@2.0.0 checking installable status 66 silly pacote range manifest for cross-spawn@^7.0.0 fetched in 58ms 67 silly resolveWithNewModule cross-spawn@7.0.3 checking installable status 68 http fetch GET 304 https://registry.npmjs.org/human-signals 57ms (from cache) 69 silly pacote range manifest for human-signals@^1.1.1 fetched in 58ms 70 silly resolveWithNewModule human-signals@1.1.1 checking installable status 71 http fetch GET 304 https://registry.npmjs.org/strip-final-newline 79ms (from cache) 72 silly pacote range manifest for strip-final-newline@^2.0.0 fetched in 80ms 73 silly resolveWithNewModule strip-final-newline@2.0.0 checking installable status 74 http fetch GET 304 https://registry.npmjs.org/signal-exit 80ms (from cache) 75 silly pacote range manifest for signal-exit@^3.0.2 fetched in 81ms 76 silly resolveWithNewModule signal-exit@3.0.3 checking installable status 77 http fetch GET 304 https://registry.npmjs.org/onetime 193ms (from cache) 78 silly pacote range manifest for onetime@^5.1.0 fetched in 194ms 79 silly resolveWithNewModule onetime@5.1.2 checking installable status 80 http fetch GET 304 https://registry.npmjs.org/path-key 39ms (from cache) 81 silly pacote range manifest for path-key@^3.1.0 fetched in 42ms 82 silly resolveWithNewModule path-key@3.1.1 checking installable status 83 http fetch GET 304 https://registry.npmjs.org/which 43ms (from cache) 84 silly pacote range manifest for which@^2.0.1 fetched in 44ms 85 silly resolveWithNewModule which@2.0.2 checking installable status 86 http fetch GET 304 https://registry.npmjs.org/shebang-command 46ms (from cache) 87 silly pacote range manifest for shebang-command@^2.0.0 fetched in 46ms 88 silly resolveWithNewModule shebang-command@2.0.0 checking installable status 89 http fetch GET 304 https://registry.npmjs.org/shebang-regex 37ms (from cache) 90 silly pacote range manifest for shebang-regex@^3.0.0 fetched in 37ms 91 silly resolveWithNewModule shebang-regex@3.0.0 checking installable status 92 http fetch GET 304 https://registry.npmjs.org/isexe 33ms (from cache) 93 silly pacote range manifest for isexe@^2.0.0 fetched in 33ms 94 silly resolveWithNewModule isexe@2.0.0 checking installable status 95 http fetch GET 304 https://registry.npmjs.org/pump 30ms (from cache) 96 silly pacote range manifest for pump@^3.0.0 fetched in 31ms 97 silly resolveWithNewModule pump@3.0.0 checking installable status 98 http fetch GET 304 https://registry.npmjs.org/once 34ms (from cache) 99 http fetch GET 304 https://registry.npmjs.org/end-of-stream 34ms (from cache) 100 silly pacote range manifest for once@^1.3.1 fetched in 35ms 101 silly resolveWithNewModule once@1.4.0 checking installable status 102 silly pacote range manifest for end-of-stream@^1.1.0 fetched in 36ms 103 silly resolveWithNewModule end-of-stream@1.4.4 checking installable status 104 http fetch GET 304 https://registry.npmjs.org/wrappy 31ms (from cache) 105 silly pacote range manifest for wrappy@1 fetched in 32ms 106 silly resolveWithNewModule wrappy@1.0.2 checking installable status 107 http fetch GET 304 https://registry.npmjs.org/mimic-fn 32ms (from cache) 108 silly pacote range manifest for mimic-fn@^2.1.0 fetched in 33ms 109 silly resolveWithNewModule mimic-fn@2.1.0 checking installable status 110 http fetch GET 304 https://registry.npmjs.org/invert-kv 27ms (from cache) 111 silly pacote range manifest for invert-kv@^3.0.0 fetched in 29ms 112 silly resolveWithNewModule invert-kv@3.0.1 checking installable status 113 http fetch GET 304 https://registry.npmjs.org/p-is-promise 38ms (from cache) 114 silly pacote range manifest for p-is-promise@^2.1.0 fetched in 39ms 115 silly resolveWithNewModule p-is-promise@2.1.0 checking installable status 116 http fetch GET 304 https://registry.npmjs.org/map-age-cleaner 41ms (from cache) 117 silly pacote range manifest for map-age-cleaner@^0.1.3 fetched in 41ms 118 silly resolveWithNewModule map-age-cleaner@0.1.3 checking installable status 119 http fetch GET 304 https://registry.npmjs.org/p-defer 29ms (from cache) 120 silly pacote range manifest for p-defer@^1.0.0 fetched in 30ms 121 silly resolveWithNewModule p-defer@1.0.0 checking installable status 122 silly pacote range manifest for is-stream@^1.1.0 fetched in 8ms 123 silly resolveWithNewModule is-stream@1.1.0 checking installable status 124 http fetch GET 304 https://registry.npmjs.org/make-dir 49ms (from cache) 125 http fetch GET 304 https://registry.npmjs.org/graceful-fs 49ms (from cache) 126 http fetch GET 304 https://registry.npmjs.org/pify 50ms (from cache) 127 http fetch GET 304 https://registry.npmjs.org/uuid 50ms (from cache) 128 silly pacote range manifest for make-dir@^1.0.0 fetched in 52ms 129 silly resolveWithNewModule make-dir@1.3.0 checking installable status 130 silly pacote range manifest for graceful-fs@^4.1.2 fetched in 53ms 131 silly resolveWithNewModule graceful-fs@4.2.4 checking installable status 132 silly pacote range manifest for pify@^3.0.0 fetched in 53ms 133 silly resolveWithNewModule pify@3.0.0 checking installable status 134 silly pacote range manifest for uuid@^3.0.1 fetched in 53ms 135 silly resolveWithNewModule uuid@3.4.0 checking installable status 136 http fetch GET 304 https://registry.npmjs.org/temp-dir 53ms (from cache) 137 silly pacote range manifest for temp-dir@^1.0.0 fetched in 54ms 138 silly resolveWithNewModule temp-dir@1.0.0 checking installable status 139 timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 1069ms 140 timing stage:loadIdealTree Completed in 1080ms 141 silly currentTree apm-install-dir-2020916-4635-a6jk9s.4ognu 142 silly idealTree apm-install-dir-2020916-4635-a6jk9s.4ognu 142 silly idealTree -- script-runner@2.5.0 142 silly idealTree +-- cross-spawn@7.0.3 142 silly idealTree +-- end-of-stream@1.4.4 142 silly idealTree +-- etch@0.12.8 142 silly idealTree +-- execa@4.0.3 142 silly idealTree +-- get-stream@5.2.0 142 silly idealTree +-- graceful-fs@4.2.4 142 silly idealTree +-- human-signals@1.1.1 142 silly idealTree +-- invert-kv@3.0.1 142 silly idealTree +-- is-stream@2.0.0 142 silly idealTree +-- isexe@2.0.0 142 silly idealTree +-- lcid@3.1.1 142 silly idealTree +-- make-dir@1.3.0 142 silly idealTree +-- map-age-cleaner@0.1.3 142 silly idealTree +-- mem@5.1.1 142 silly idealTree +-- merge-stream@2.0.0 142 silly idealTree +-- mimic-fn@2.1.0 142 silly idealTree +-- nan@2.12.1 142 silly idealTree +-- node-pty@0.8.1 142 silly idealTree +-- npm-run-path@4.0.1 142 silly idealTree +-- once@1.4.0 142 silly idealTree +-- onetime@5.1.2 142 silly idealTree +-- os-locale@5.0.0 142 silly idealTree +-- p-defer@1.0.0 142 silly idealTree +-- p-is-promise@2.1.0 142 silly idealTree +-- path-key@3.1.1 142 silly idealTree +-- pify@3.0.0 142 silly idealTree +-- pump@3.0.0 142 silly idealTree +-- resize-observer-polyfill@1.5.1 142 silly idealTree +-- shebang-command@2.0.0 142 silly idealTree +-- shebang-regex@3.0.0 142 silly idealTree +-- shell-environment@0.3.1 142 silly idealTree +-- shellwords@0.1.1 142 silly idealTree +-- signal-exit@3.0.3 142 silly idealTree +-- strip-final-newline@2.0.0 142 silly idealTree +-- temp-dir@1.0.0 142 silly idealTree +-- temp-write@3.4.0 142 silly idealTree |-- is-stream@1.1.0 142 silly idealTree +-- uuid@3.4.0 142 silly idealTree +-- which@2.0.2 142 silly idealTree +-- wrappy@1.0.2 142 silly idealTree -- xterm@3.14.5 143 silly install generateActionsToTake 144 silly diff-trees filtering actions: includeDev false includeProd true includeOpt true 145 timing stage:generateActionsToTake Completed in 6ms 146 silly diffTrees action count 42 147 silly diffTrees add graceful-fs@4.2.4 148 silly diffTrees add human-signals@1.1.1 149 silly diffTrees add invert-kv@3.0.1 150 silly diffTrees add is-stream@2.0.0 151 silly diffTrees add isexe@2.0.0 152 silly diffTrees add lcid@3.1.1 153 silly diffTrees add merge-stream@2.0.0 154 silly diffTrees add mimic-fn@2.1.0 155 silly diffTrees add nan@2.12.1 156 silly diffTrees add onetime@5.1.2 157 silly diffTrees add p-defer@1.0.0 158 silly diffTrees add map-age-cleaner@0.1.3 159 silly diffTrees add p-is-promise@2.1.0 160 silly diffTrees add mem@5.1.1 161 silly diffTrees add path-key@3.1.1 162 silly diffTrees add npm-run-path@4.0.1 163 silly diffTrees add pify@3.0.0 164 silly diffTrees add make-dir@1.3.0 165 silly diffTrees add shebang-regex@3.0.0 166 silly diffTrees add shebang-command@2.0.0 167 silly diffTrees add signal-exit@3.0.3 168 silly diffTrees add strip-final-newline@2.0.0 169 silly diffTrees add temp-dir@1.0.0 170 silly diffTrees add is-stream@1.1.0 171 silly diffTrees add uuid@3.4.0 172 silly diffTrees add which@2.0.2 173 silly diffTrees add cross-spawn@7.0.3 174 silly diffTrees add wrappy@1.0.2 175 silly diffTrees add once@1.4.0 176 silly diffTrees add end-of-stream@1.4.4 177 silly diffTrees add pump@3.0.0 178 silly diffTrees add get-stream@5.2.0 179 silly diffTrees add execa@4.0.3 180 silly diffTrees add os-locale@5.0.0 181 silly diffTrees add etch@0.12.8 182 silly diffTrees add node-pty@0.8.1 183 silly diffTrees add resize-observer-polyfill@1.5.1 184 silly diffTrees add shell-environment@0.3.1 185 silly diffTrees add shellwords@0.1.1 186 silly diffTrees add temp-write@3.4.0 187 silly diffTrees add xterm@3.14.5 188 silly diffTrees add script-runner@2.5.0 189 silly decomposeActions action count 336 190 silly decomposeActions fetch graceful-fs@4.2.4 191 silly decomposeActions extract graceful-fs@4.2.4 192 silly decomposeActions preinstall graceful-fs@4.2.4 193 silly decomposeActions build graceful-fs@4.2.4 194 silly decomposeActions install graceful-fs@4.2.4 195 silly decomposeActions postinstall graceful-fs@4.2.4 196 silly decomposeActions finalize graceful-fs@4.2.4 197 silly decomposeActions refresh-package-json graceful-fs@4.2.4 198 silly decomposeActions fetch human-signals@1.1.1 199 silly decomposeActions extract human-signals@1.1.1 200 silly decomposeActions preinstall human-signals@1.1.1 201 silly decomposeActions build human-signals@1.1.1 202 silly decomposeActions install human-signals@1.1.1 203 silly decomposeActions postinstall human-signals@1.1.1 204 silly decomposeActions finalize human-signals@1.1.1 205 silly decomposeActions refresh-package-json human-signals@1.1.1 206 silly decomposeActions fetch invert-kv@3.0.1 207 silly decomposeActions extract invert-kv@3.0.1 208 silly decomposeActions preinstall invert-kv@3.0.1 209 silly decomposeActions build invert-kv@3.0.1 210 silly decomposeActions install invert-kv@3.0.1 211 silly decomposeActions postinstall invert-kv@3.0.1 212 silly decomposeActions finalize invert-kv@3.0.1 213 silly decomposeActions refresh-package-json invert-kv@3.0.1 214 silly decomposeActions fetch is-stream@2.0.0 215 silly decomposeActions extract is-stream@2.0.0 216 silly decomposeActions preinstall is-stream@2.0.0 217 silly decomposeActions build is-stream@2.0.0 218 silly decomposeActions install is-stream@2.0.0 219 silly decomposeActions postinstall is-stream@2.0.0 220 silly decomposeActions finalize is-stream@2.0.0 221 silly decomposeActions refresh-package-json is-stream@2.0.0 222 silly decomposeActions fetch isexe@2.0.0 223 silly decomposeActions extract isexe@2.0.0 224 silly decomposeActions preinstall isexe@2.0.0 225 silly decomposeActions build isexe@2.0.0 226 silly decomposeActions install isexe@2.0.0 227 silly decomposeActions postinstall isexe@2.0.0 228 silly decomposeActions finalize isexe@2.0.0 229 silly decomposeActions refresh-package-json isexe@2.0.0 230 silly decomposeActions fetch lcid@3.1.1 231 silly decomposeActions extract lcid@3.1.1 232 silly decomposeActions preinstall lcid@3.1.1 233 silly decomposeActions build lcid@3.1.1 234 silly decomposeActions install lcid@3.1.1 235 silly decomposeActions postinstall lcid@3.1.1 236 silly decomposeActions finalize lcid@3.1.1 237 silly decomposeActions refresh-package-json lcid@3.1.1 238 silly decomposeActions fetch merge-stream@2.0.0 239 silly decomposeActions extract merge-stream@2.0.0 240 silly decomposeActions preinstall merge-stream@2.0.0 241 silly decomposeActions build merge-stream@2.0.0 242 silly decomposeActions install merge-stream@2.0.0 243 silly decomposeActions postinstall merge-stream@2.0.0 244 silly decomposeActions finalize merge-stream@2.0.0 245 silly decomposeActions refresh-package-json merge-stream@2.0.0 246 silly decomposeActions fetch mimic-fn@2.1.0 247 silly decomposeActions extract mimic-fn@2.1.0 248 silly decomposeActions preinstall mimic-fn@2.1.0 249 silly decomposeActions build mimic-fn@2.1.0 250 silly decomposeActions install mimic-fn@2.1.0 251 silly decomposeActions postinstall mimic-fn@2.1.0 252 silly decomposeActions finalize mimic-fn@2.1.0 253 silly decomposeActions refresh-package-json mimic-fn@2.1.0 254 silly decomposeActions fetch nan@2.12.1 255 silly decomposeActions extract nan@2.12.1 256 silly decomposeActions preinstall nan@2.12.1 257 silly decomposeActions build nan@2.12.1 258 silly decomposeActions install nan@2.12.1 259 silly decomposeActions postinstall nan@2.12.1 260 silly decomposeActions finalize nan@2.12.1 261 silly decomposeActions refresh-package-json nan@2.12.1 262 silly decomposeActions fetch onetime@5.1.2 263 silly decomposeActions extract onetime@5.1.2 264 silly decomposeActions preinstall onetime@5.1.2 265 silly decomposeActions build onetime@5.1.2 266 silly decomposeActions install onetime@5.1.2 267 silly decomposeActions postinstall onetime@5.1.2 268 silly decomposeActions finalize onetime@5.1.2 269 silly decomposeActions refresh-package-json onetime@5.1.2 270 silly decomposeActions fetch p-defer@1.0.0 271 silly decomposeActions extract p-defer@1.0.0 272 silly decomposeActions preinstall p-defer@1.0.0 273 silly decomposeActions build p-defer@1.0.0 274 silly decomposeActions install p-defer@1.0.0 275 silly decomposeActions postinstall p-defer@1.0.0 276 silly decomposeActions finalize p-defer@1.0.0 277 silly decomposeActions refresh-package-json p-defer@1.0.0 278 silly decomposeActions fetch map-age-cleaner@0.1.3 279 silly decomposeActions extract map-age-cleaner@0.1.3 280 silly decomposeActions preinstall map-age-cleaner@0.1.3 281 silly decomposeActions build map-age-cleaner@0.1.3 282 silly decomposeActions install map-age-cleaner@0.1.3 283 silly decomposeActions postinstall map-age-cleaner@0.1.3 284 silly decomposeActions finalize map-age-cleaner@0.1.3 285 silly decomposeActions refresh-package-json map-age-cleaner@0.1.3 286 silly decomposeActions fetch p-is-promise@2.1.0 287 silly decomposeActions extract p-is-promise@2.1.0 288 silly decomposeActions preinstall p-is-promise@2.1.0 289 silly decomposeActions build p-is-promise@2.1.0 290 silly decomposeActions install p-is-promise@2.1.0 291 silly decomposeActions postinstall p-is-promise@2.1.0 292 silly decomposeActions finalize p-is-promise@2.1.0 293 silly decomposeActions refresh-package-json p-is-promise@2.1.0 294 silly decomposeActions fetch mem@5.1.1 295 silly decomposeActions extract mem@5.1.1 296 silly decomposeActions preinstall mem@5.1.1 297 silly decomposeActions build mem@5.1.1 298 silly decomposeActions install mem@5.1.1 299 silly decomposeActions postinstall mem@5.1.1 300 silly decomposeActions finalize mem@5.1.1 301 silly decomposeActions refresh-package-json mem@5.1.1 302 silly decomposeActions fetch path-key@3.1.1 303 silly decomposeActions extract path-key@3.1.1 304 silly decomposeActions preinstall path-key@3.1.1 305 silly decomposeActions build path-key@3.1.1 306 silly decomposeActions install path-key@3.1.1 307 silly decomposeActions postinstall path-key@3.1.1 308 silly decomposeActions finalize path-key@3.1.1 309 silly decomposeActions refresh-package-json path-key@3.1.1 310 silly decomposeActions fetch npm-run-path@4.0.1 311 silly decomposeActions extract npm-run-path@4.0.1 312 silly decomposeActions preinstall npm-run-path@4.0.1 313 silly decomposeActions build npm-run-path@4.0.1 314 silly decomposeActions install npm-run-path@4.0.1 315 silly decomposeActions postinstall npm-run-path@4.0.1 316 silly decomposeActions finalize npm-run-path@4.0.1 317 silly decomposeActions refresh-package-json npm-run-path@4.0.1 318 silly decomposeActions fetch pify@3.0.0 319 silly decomposeActions extract pify@3.0.0 320 silly decomposeActions preinstall pify@3.0.0 321 silly decomposeActions build pify@3.0.0 322 silly decomposeActions install pify@3.0.0 323 silly decomposeActions postinstall pify@3.0.0 324 silly decomposeActions finalize pify@3.0.0 325 silly decomposeActions refresh-package-json pify@3.0.0 326 silly decomposeActions fetch make-dir@1.3.0 327 silly decomposeActions extract make-dir@1.3.0 328 silly decomposeActions preinstall make-dir@1.3.0 329 silly decomposeActions build make-dir@1.3.0 330 silly decomposeActions install make-dir@1.3.0 331 silly decomposeActions postinstall make-dir@1.3.0 332 silly decomposeActions finalize make-dir@1.3.0 333 silly decomposeActions refresh-package-json make-dir@1.3.0 334 silly decomposeActions fetch shebang-regex@3.0.0 335 silly decomposeActions extract shebang-regex@3.0.0 336 silly decomposeActions preinstall shebang-regex@3.0.0 337 silly decomposeActions build shebang-regex@3.0.0 338 silly decomposeActions install shebang-regex@3.0.0 339 silly decomposeActions postinstall shebang-regex@3.0.0 340 silly decomposeActions finalize shebang-regex@3.0.0 341 silly decomposeActions refresh-package-json shebang-regex@3.0.0 342 silly decomposeActions fetch shebang-command@2.0.0 343 silly decomposeActions extract shebang-command@2.0.0 344 silly decomposeActions preinstall shebang-command@2.0.0 345 silly decomposeActions build shebang-command@2.0.0 346 silly decomposeActions install shebang-command@2.0.0 347 silly decomposeActions postinstall shebang-command@2.0.0 348 silly decomposeActions finalize shebang-command@2.0.0 349 silly decomposeActions refresh-package-json shebang-command@2.0.0 350 silly decomposeActions fetch signal-exit@3.0.3 351 silly decomposeActions extract signal-exit@3.0.3 352 silly decomposeActions preinstall signal-exit@3.0.3 353 silly decomposeActions build signal-exit@3.0.3 354 silly decomposeActions install signal-exit@3.0.3 355 silly decomposeActions postinstall signal-exit@3.0.3 356 silly decomposeActions finalize signal-exit@3.0.3 357 silly decomposeActions refresh-package-json signal-exit@3.0.3 358 silly decomposeActions fetch strip-final-newline@2.0.0 359 silly decomposeActions extract strip-final-newline@2.0.0 360 silly decomposeActions preinstall strip-final-newline@2.0.0 361 silly decomposeActions build strip-final-newline@2.0.0 362 silly decomposeActions install strip-final-newline@2.0.0 363 silly decomposeActions postinstall strip-final-newline@2.0.0 364 silly decomposeActions finalize strip-final-newline@2.0.0 365 silly decomposeActions refresh-package-json strip-final-newline@2.0.0 366 silly decomposeActions fetch temp-dir@1.0.0 367 silly decomposeActions extract temp-dir@1.0.0 368 silly decomposeActions preinstall temp-dir@1.0.0 369 silly decomposeActions build temp-dir@1.0.0 370 silly decomposeActions install temp-dir@1.0.0 371 silly decomposeActions postinstall temp-dir@1.0.0 372 silly decomposeActions finalize temp-dir@1.0.0 373 silly decomposeActions refresh-package-json temp-dir@1.0.0 374 silly decomposeActions fetch is-stream@1.1.0 375 silly decomposeActions extract is-stream@1.1.0 376 silly decomposeActions preinstall is-stream@1.1.0 377 silly decomposeActions build is-stream@1.1.0 378 silly decomposeActions install is-stream@1.1.0 379 silly decomposeActions postinstall is-stream@1.1.0 380 silly decomposeActions finalize is-stream@1.1.0 381 silly decomposeActions refresh-package-json is-stream@1.1.0 382 silly decomposeActions fetch uuid@3.4.0 383 silly decomposeActions extract uuid@3.4.0 384 silly decomposeActions preinstall uuid@3.4.0 385 silly decomposeActions build uuid@3.4.0 386 silly decomposeActions install uuid@3.4.0 387 silly decomposeActions postinstall uuid@3.4.0 388 silly decomposeActions finalize uuid@3.4.0 389 silly decomposeActions refresh-package-json uuid@3.4.0 390 silly decomposeActions fetch which@2.0.2 391 silly decomposeActions extract which@2.0.2 392 silly decomposeActions preinstall which@2.0.2 393 silly decomposeActions build which@2.0.2 394 silly decomposeActions install which@2.0.2 395 silly decomposeActions postinstall which@2.0.2 396 silly decomposeActions finalize which@2.0.2 397 silly decomposeActions refresh-package-json which@2.0.2 398 silly decomposeActions fetch cross-spawn@7.0.3 399 silly decomposeActions extract cross-spawn@7.0.3 400 silly decomposeActions preinstall cross-spawn@7.0.3 401 silly decomposeActions build cross-spawn@7.0.3 402 silly decomposeActions install cross-spawn@7.0.3 403 silly decomposeActions postinstall cross-spawn@7.0.3 404 silly decomposeActions finalize cross-spawn@7.0.3 405 silly decomposeActions refresh-package-json cross-spawn@7.0.3 406 silly decomposeActions fetch wrappy@1.0.2 407 silly decomposeActions extract wrappy@1.0.2 408 silly decomposeActions preinstall wrappy@1.0.2 409 silly decomposeActions build wrappy@1.0.2 410 silly decomposeActions install wrappy@1.0.2 411 silly decomposeActions postinstall wrappy@1.0.2 412 silly decomposeActions finalize wrappy@1.0.2 413 silly decomposeActions refresh-package-json wrappy@1.0.2 414 silly decomposeActions fetch once@1.4.0 415 silly decomposeActions extract once@1.4.0 416 silly decomposeActions preinstall once@1.4.0 417 silly decomposeActions build once@1.4.0 418 silly decomposeActions install once@1.4.0 419 silly decomposeActions postinstall once@1.4.0 420 silly decomposeActions finalize once@1.4.0 421 silly decomposeActions refresh-package-json once@1.4.0 422 silly decomposeActions fetch end-of-stream@1.4.4 423 silly decomposeActions extract end-of-stream@1.4.4 424 silly decomposeActions preinstall end-of-stream@1.4.4 425 silly decomposeActions build end-of-stream@1.4.4 426 silly decomposeActions install end-of-stream@1.4.4 427 silly decomposeActions postinstall end-of-stream@1.4.4 428 silly decomposeActions finalize end-of-stream@1.4.4 429 silly decomposeActions refresh-package-json end-of-stream@1.4.4 430 silly decomposeActions fetch pump@3.0.0 431 silly decomposeActions extract pump@3.0.0 432 silly decomposeActions preinstall pump@3.0.0 433 silly decomposeActions build pump@3.0.0 434 silly decomposeActions install pump@3.0.0 435 silly decomposeActions postinstall pump@3.0.0 436 silly decomposeActions finalize pump@3.0.0 437 silly decomposeActions refresh-package-json pump@3.0.0 438 silly decomposeActions fetch get-stream@5.2.0 439 silly decomposeActions extract get-stream@5.2.0 440 silly decomposeActions preinstall get-stream@5.2.0 441 silly decomposeActions build get-stream@5.2.0 442 silly decomposeActions install get-stream@5.2.0 443 silly decomposeActions postinstall get-stream@5.2.0 444 silly decomposeActions finalize get-stream@5.2.0 445 silly decomposeActions refresh-package-json get-stream@5.2.0 446 silly decomposeActions fetch execa@4.0.3 447 silly decomposeActions extract execa@4.0.3 448 silly decomposeActions preinstall execa@4.0.3 449 silly decomposeActions build execa@4.0.3 450 silly decomposeActions install execa@4.0.3 451 silly decomposeActions postinstall execa@4.0.3 452 silly decomposeActions finalize execa@4.0.3 453 silly decomposeActions refresh-package-json execa@4.0.3 454 silly decomposeActions fetch os-locale@5.0.0 455 silly decomposeActions extract os-locale@5.0.0 456 silly decomposeActions preinstall os-locale@5.0.0 457 silly decomposeActions build os-locale@5.0.0 458 silly decomposeActions install os-locale@5.0.0 459 silly decomposeActions postinstall os-locale@5.0.0 460 silly decomposeActions finalize os-locale@5.0.0 461 silly decomposeActions refresh-package-json os-locale@5.0.0 462 silly decomposeActions fetch etch@0.12.8 463 silly decomposeActions extract etch@0.12.8 464 silly decomposeActions preinstall etch@0.12.8 465 silly decomposeActions build etch@0.12.8 466 silly decomposeActions install etch@0.12.8 467 silly decomposeActions postinstall etch@0.12.8 468 silly decomposeActions finalize etch@0.12.8 469 silly decomposeActions refresh-package-json etch@0.12.8 470 silly decomposeActions fetch node-pty@0.8.1 471 silly decomposeActions extract node-pty@0.8.1 472 silly decomposeActions preinstall node-pty@0.8.1 473 silly decomposeActions build node-pty@0.8.1 474 silly decomposeActions install node-pty@0.8.1 475 silly decomposeActions postinstall node-pty@0.8.1 476 silly decomposeActions finalize node-pty@0.8.1 477 silly decomposeActions refresh-package-json node-pty@0.8.1 478 silly decomposeActions fetch resize-observer-polyfill@1.5.1 479 silly decomposeActions extract resize-observer-polyfill@1.5.1 480 silly decomposeActions preinstall resize-observer-polyfill@1.5.1 481 silly decomposeActions build resize-observer-polyfill@1.5.1 482 silly decomposeActions install resize-observer-polyfill@1.5.1 483 silly decomposeActions postinstall resize-observer-polyfill@1.5.1 484 silly decomposeActions finalize resize-observer-polyfill@1.5.1 485 silly decomposeActions refresh-package-json resize-observer-polyfill@1.5.1 486 silly decomposeActions fetch shell-environment@0.3.1 487 silly decomposeActions extract shell-environment@0.3.1 488 silly decomposeActions preinstall shell-environment@0.3.1 489 silly decomposeActions build shell-environment@0.3.1 490 silly decomposeActions install shell-environment@0.3.1 491 silly decomposeActions postinstall shell-environment@0.3.1 492 silly decomposeActions finalize shell-environment@0.3.1 493 silly decomposeActions refresh-package-json shell-environment@0.3.1 494 silly decomposeActions fetch shellwords@0.1.1 495 silly decomposeActions extract shellwords@0.1.1 496 silly decomposeActions preinstall shellwords@0.1.1 497 silly decomposeActions build shellwords@0.1.1 498 silly decomposeActions install shellwords@0.1.1 499 silly decomposeActions postinstall shellwords@0.1.1 500 silly decomposeActions finalize shellwords@0.1.1 501 silly decomposeActions refresh-package-json shellwords@0.1.1 502 silly decomposeActions fetch temp-write@3.4.0 503 silly decomposeActions extract temp-write@3.4.0 504 silly decomposeActions preinstall temp-write@3.4.0 505 silly decomposeActions build temp-write@3.4.0 506 silly decomposeActions install temp-write@3.4.0 507 silly decomposeActions postinstall temp-write@3.4.0 508 silly decomposeActions finalize temp-write@3.4.0 509 silly decomposeActions refresh-package-json temp-write@3.4.0 510 silly decomposeActions fetch xterm@3.14.5 511 silly decomposeActions extract xterm@3.14.5 512 silly decomposeActions preinstall xterm@3.14.5 513 silly decomposeActions build xterm@3.14.5 514 silly decomposeActions install xterm@3.14.5 515 silly decomposeActions postinstall xterm@3.14.5 516 silly decomposeActions finalize xterm@3.14.5 517 silly decomposeActions refresh-package-json xterm@3.14.5 518 silly decomposeActions fetch script-runner@2.5.0 519 silly decomposeActions extract script-runner@2.5.0 520 silly decomposeActions preinstall script-runner@2.5.0 521 silly decomposeActions build script-runner@2.5.0 522 silly decomposeActions install script-runner@2.5.0 523 silly decomposeActions postinstall script-runner@2.5.0 524 silly decomposeActions finalize script-runner@2.5.0 525 silly decomposeActions refresh-package-json script-runner@2.5.0 526 silly install executeActions 527 silly doSerial global-install 336 528 verbose correctMkdir /Users/atlas/.atom/.apm/_locks correctMkdir not in flight; initializing 529 verbose lock using /Users/atlas/.atom/.apm/_locks/staging-88ed8e490c4565e6.lock for /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging 530 silly doParallel extract 42 531 silly extract graceful-fs@4.2.4 532 silly extract human-signals@1.1.1 533 silly extract invert-kv@3.0.1 534 silly extract is-stream@2.0.0 535 silly extract isexe@2.0.0 536 silly extract lcid@3.1.1 537 silly extract merge-stream@2.0.0 538 silly extract mimic-fn@2.1.0 539 silly extract nan@2.12.1 540 silly extract onetime@5.1.2 541 silly extract p-defer@1.0.0 542 silly extract map-age-cleaner@0.1.3 543 silly extract p-is-promise@2.1.0 544 silly extract mem@5.1.1 545 silly extract path-key@3.1.1 546 silly extract npm-run-path@4.0.1 547 silly extract pify@3.0.0 548 silly extract make-dir@1.3.0 549 silly extract shebang-regex@3.0.0 550 silly extract shebang-command@2.0.0 551 silly extract signal-exit@3.0.3 552 silly extract strip-final-newline@2.0.0 553 silly extract temp-dir@1.0.0 554 silly extract is-stream@1.1.0 555 silly extract uuid@3.4.0 556 silly extract which@2.0.2 557 silly extract cross-spawn@7.0.3 558 silly extract wrappy@1.0.2 559 silly extract once@1.4.0 560 silly extract end-of-stream@1.4.4 561 silly extract pump@3.0.0 562 silly extract get-stream@5.2.0 563 silly extract execa@4.0.3 564 silly extract os-locale@5.0.0 565 silly extract etch@0.12.8 566 silly extract node-pty@0.8.1 567 silly extract resize-observer-polyfill@1.5.1 568 silly extract shell-environment@0.3.1 569 silly extract shellwords@0.1.1 570 silly extract temp-write@3.4.0 571 silly extract xterm@3.14.5 572 silly extract script-runner@2.5.0 573 silly tarball trying graceful-fs@^4.1.2 by hash: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== 574 silly tarball trying human-signals@^1.1.1 by hash: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== 575 silly tarball trying invert-kv@^3.0.0 by hash: sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw== 576 silly tarball trying is-stream@^2.0.0 by hash: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== 577 silly tarball trying isexe@^2.0.0 by hash: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= 578 silly tarball trying lcid@^3.0.0 by hash: sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg== 579 silly tarball trying merge-stream@^2.0.0 by hash: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== 580 silly tarball trying mimic-fn@^2.1.0 by hash: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== 581 silly tarball trying nan@2.12.1 by hash: sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw== 582 silly tarball trying onetime@^5.1.0 by hash: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== 583 silly tarball trying p-defer@^1.0.0 by hash: sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= 584 silly tarball trying map-age-cleaner@^0.1.3 by hash: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== 585 silly tarball trying p-is-promise@^2.1.0 by hash: sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg== 586 silly tarball trying mem@^5.0.0 by hash: sha512-qvwipnozMohxLXG1pOqoLiZKNkC4r4qqRucSoDwXowsNGDSULiqFTRUF05vcZWnwJSG22qTsynQhxbaMtnX9gw== 587 silly tarball trying path-key@^3.1.0 by hash: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== 588 silly tarball trying npm-run-path@^4.0.0 by hash: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== 589 silly tarball trying pify@^3.0.0 by hash: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= 590 silly tarball trying make-dir@^1.0.0 by hash: sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== 591 silly tarball trying shebang-regex@^3.0.0 by hash: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== 592 silly tarball trying shebang-command@^2.0.0 by hash: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== 593 silly tarball trying signal-exit@^3.0.2 by hash: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== 594 silly tarball trying strip-final-newline@^2.0.0 by hash: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== 595 silly tarball trying temp-dir@^1.0.0 by hash: sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0= 596 silly tarball trying is-stream@^1.1.0 by hash: sha1-EtSj3U5o4Lec6428hBc66A2RykQ= 597 silly tarball trying uuid@^3.0.1 by hash: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== 598 silly tarball trying which@^2.0.1 by hash: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== 599 silly tarball trying cross-spawn@^7.0.0 by hash: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== 600 silly tarball trying wrappy@1 by hash: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= 601 silly tarball trying once@^1.3.1 by hash: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= 602 silly tarball trying end-of-stream@^1.1.0 by hash: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== 603 silly tarball trying pump@^3.0.0 by hash: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== 604 silly tarball trying get-stream@^5.0.0 by hash: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== 605 silly tarball trying execa@^4.0.0 by hash: sha512-WFDXGHckXPWZX19t1kCsXzOpqX9LWYNqn4C+HqZlk/V0imTkzJZqf87ZBhvpHaftERYknpk0fjSylnXVlVgI0A== 606 silly tarball trying os-locale@>= 2.1.0 by hash: sha512-tqZcNEDAIZKBEPnHPlVDvKrp7NzgLi7jRmhKiUoa2NUmhl13FtkAGLUVR+ZsYvApBQdBfYm43A4tXXQ4IrYLBA== 607 silly tarball trying etch@^0.12.0 by hash: sha512-dFLRe4wLroVtwzyy1vGlE3BSDZHiL0kZME5XgNGzZIULcYTvVno8vbiIleAesoKJmwWaxDTzG+4eppg2zk14JQ== 608 silly tarball trying node-pty@^0.8.1 by hash: sha512-j+/g0Q5dR+vkELclpJpz32HcS3O/3EdPSGPvDXJZVJQLCvgG0toEbfmymxAEyQyZEpaoKHAcoL+PvKM+4N9nlw== 609 silly tarball trying resize-observer-polyfill@^1.4 by hash: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg== 610 silly tarball trying shell-environment@^0.3.0 by hash: sha1-vcJnXxaPvSXoO+hyuyQa8zp94vI= 611 silly tarball trying shellwords@^0.1.0 by hash: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== 612 silly tarball trying temp-write@^3.4 by hash: sha1-jP9jD7fp2gXwR8dM5M5NaFRX1JI= 613 silly tarball trying xterm@^3.3 by hash: sha512-DVmQ8jlEtL+WbBKUZuMxHMBgK/yeIZwkXB81bH+MGaKKnJGYwA+770hzhXPfwEIokK9On9YIFPRleVp/5G7z9g== 614 silly tarball trying https://www.atom.io/api/packages/script-runner/versions/2.5.0/tarball by hash: sha512-ak7p9cp8mQVIu6oWiEsWR8V1DhnEPtHRm0+x6UXs8/eTM2HlVT0yvY7ApBCygghVOzzQW2KJWE1jjysg1VkvSw== 615 silly extract merge-stream@^2.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/merge-stream-eb0b0726 (107ms) 616 silly extract p-defer@^1.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/p-defer-28a67235 (106ms) 617 silly extract pify@^3.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/pify-9478ce26 (106ms) 618 silly extract make-dir@^1.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/make-dir-9be33b11 (105ms) 619 silly extract shebang-command@^2.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/shebang-command-d80769c1 (105ms) 620 silly extract strip-final-newline@^2.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/strip-final-newline-e8a000fc (105ms) 621 silly extract is-stream@^1.1.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/is-stream-8b9ff7a3 (105ms) 622 silly extract temp-dir@^1.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/temp-dir-993762ab (105ms) 623 silly extract once@^1.3.1 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/once-c4adc876 (104ms) 624 silly extract end-of-stream@^1.1.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/end-of-stream-e22377d5 (104ms) 625 silly extract wrappy@1 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/wrappy-f8320fee (104ms) 626 silly extract temp-write@^3.4 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/temp-write-6102570c (102ms) 627 silly extract invert-kv@^3.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/invert-kv-5c974f11 (108ms) 628 silly extract is-stream@^2.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/is-stream-7f679c8d (108ms) 629 silly extract mimic-fn@^2.1.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/mimic-fn-cff25e7f (108ms) 630 silly extract onetime@^5.1.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/onetime-f718c779 (107ms) 631 silly extract mem@^5.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/mem-8e602dcf (107ms) 632 silly extract path-key@^3.1.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/path-key-aa6e0333 (107ms) 633 silly extract p-is-promise@^2.1.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/p-is-promise-b18e9a0b (107ms) 634 silly extract shebang-regex@^3.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/shebang-regex-ba3ba9c3 (106ms) 635 silly extract npm-run-path@^4.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/npm-run-path-64b1af42 (107ms) 636 silly extract os-locale@>= 2.1.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/os-locale-8ae1fa93 (104ms) 637 silly extract shellwords@^0.1.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/shellwords-bc44f42f (105ms) 638 silly extract graceful-fs@^4.1.2 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/graceful-fs-3e23b40b (111ms) 639 silly extract map-age-cleaner@^0.1.3 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/map-age-cleaner-118aa1fe (109ms) 640 silly extract signal-exit@^3.0.2 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/signal-exit-9a86450f (108ms) 641 silly extract shell-environment@^0.3.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/shell-environment-c733db13 (107ms) 642 silly extract lcid@^3.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/lcid-d40dc10f (112ms) 643 silly extract which@^2.0.1 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/which-7ca0bacd (109ms) 644 silly extract pump@^3.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/pump-f4c88517 (109ms) 645 silly extract get-stream@^5.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/get-stream-a50be90f (109ms) 646 silly extract isexe@^2.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/isexe-982f1c37 (114ms) 647 silly extract cross-spawn@^7.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/cross-spawn-e3ea1a70 (112ms) 648 silly extract execa@^4.0.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/execa-0de3013b (114ms) 649 silly extract human-signals@^1.1.1 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/human-signals-82ba941c (118ms) 650 silly extract uuid@^3.0.1 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/uuid-8aaece57 (118ms) 651 silly extract etch@^0.12.0 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/etch-3cfd50aa (121ms) 652 silly extract resize-observer-polyfill@^1.4 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/resize-observer-polyfill-67fa154b (121ms) 653 silly extract nan@2.12.1 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/nan-62c9a12c (137ms) 654 silly extract https://www.atom.io/api/packages/script-runner/versions/2.5.0/tarball extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/script-runner-b18a0a23 (135ms) 655 silly extract node-pty@^0.8.1 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/node-pty-493c1ab2 (176ms) 656 silly extract xterm@^3.3 extracted to /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging/xterm-2b651ed2 (202ms) 657 timing action:extract Completed in 211ms 658 silly doReverseSerial unbuild 336 659 silly doSerial remove 336 660 silly doSerial move 336 661 silly doSerial finalize 336 662 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/graceful-fs 663 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/human-signals 664 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/invert-kv 665 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/is-stream 666 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/isexe 667 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/lcid 668 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/merge-stream 669 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/mimic-fn 670 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/nan 671 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/onetime 672 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/p-defer 673 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/map-age-cleaner 674 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/p-is-promise 675 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/mem 676 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/path-key 677 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/npm-run-path 678 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/pify 679 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/make-dir 680 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/shebang-regex 681 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/shebang-command 682 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/signal-exit 683 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/strip-final-newline 684 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/temp-dir 685 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/temp-write/node_modules/is-stream 686 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/uuid 687 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/which 688 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/cross-spawn 689 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/wrappy 690 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/once 691 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/end-of-stream 692 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/pump 693 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/get-stream 694 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/execa 695 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/os-locale 696 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/etch 697 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/node-pty 698 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/resize-observer-polyfill 699 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/shell-environment 700 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/shellwords 701 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/temp-write 702 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/xterm 703 silly finalize /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner 704 timing action:finalize Completed in 33ms 705 silly doParallel refresh-package-json 42 706 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/graceful-fs 707 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/human-signals 708 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/invert-kv 709 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/is-stream 710 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/isexe 711 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/lcid 712 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/merge-stream 713 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/mimic-fn 714 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/nan 715 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/onetime 716 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/p-defer 717 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/map-age-cleaner 718 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/p-is-promise 719 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/mem 720 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/path-key 721 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/npm-run-path 722 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/pify 723 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/make-dir 724 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/shebang-regex 725 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/shebang-command 726 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/signal-exit 727 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/strip-final-newline 728 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/temp-dir 729 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/temp-write/node_modules/is-stream 730 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/uuid 731 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/which 732 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/cross-spawn 733 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/wrappy 734 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/once 735 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/end-of-stream 736 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/pump 737 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/get-stream 738 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/execa 739 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/os-locale 740 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/etch 741 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/node-pty 742 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/resize-observer-polyfill 743 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/shell-environment 744 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/shellwords 745 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/temp-write 746 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/xterm 747 silly refresh-package-json /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner 748 timing action:refresh-package-json Completed in 54ms 749 silly doParallel preinstall 42 750 silly preinstall graceful-fs@4.2.4 751 info lifecycle graceful-fs@4.2.4~preinstall: graceful-fs@4.2.4 752 silly preinstall human-signals@1.1.1 753 info lifecycle human-signals@1.1.1~preinstall: human-signals@1.1.1 754 silly preinstall invert-kv@3.0.1 755 info lifecycle invert-kv@3.0.1~preinstall: invert-kv@3.0.1 756 silly preinstall is-stream@2.0.0 757 info lifecycle is-stream@2.0.0~preinstall: is-stream@2.0.0 758 silly preinstall isexe@2.0.0 759 info lifecycle isexe@2.0.0~preinstall: isexe@2.0.0 760 silly preinstall lcid@3.1.1 761 info lifecycle lcid@3.1.1~preinstall: lcid@3.1.1 762 silly preinstall merge-stream@2.0.0 763 info lifecycle merge-stream@2.0.0~preinstall: merge-stream@2.0.0 764 silly preinstall mimic-fn@2.1.0 765 info lifecycle mimic-fn@2.1.0~preinstall: mimic-fn@2.1.0 766 silly preinstall nan@2.12.1 767 info lifecycle nan@2.12.1~preinstall: nan@2.12.1 768 silly preinstall onetime@5.1.2 769 info lifecycle onetime@5.1.2~preinstall: onetime@5.1.2 770 silly preinstall p-defer@1.0.0 771 info lifecycle p-defer@1.0.0~preinstall: p-defer@1.0.0 772 silly preinstall map-age-cleaner@0.1.3 773 info lifecycle map-age-cleaner@0.1.3~preinstall: map-age-cleaner@0.1.3 774 silly preinstall p-is-promise@2.1.0 775 info lifecycle p-is-promise@2.1.0~preinstall: p-is-promise@2.1.0 776 silly preinstall mem@5.1.1 777 info lifecycle mem@5.1.1~preinstall: mem@5.1.1 778 silly preinstall path-key@3.1.1 779 info lifecycle path-key@3.1.1~preinstall: path-key@3.1.1 780 silly preinstall npm-run-path@4.0.1 781 info lifecycle npm-run-path@4.0.1~preinstall: npm-run-path@4.0.1 782 silly preinstall pify@3.0.0 783 info lifecycle pify@3.0.0~preinstall: pify@3.0.0 784 silly preinstall make-dir@1.3.0 785 info lifecycle make-dir@1.3.0~preinstall: make-dir@1.3.0 786 silly preinstall shebang-regex@3.0.0 787 info lifecycle shebang-regex@3.0.0~preinstall: shebang-regex@3.0.0 788 silly preinstall shebang-command@2.0.0 789 info lifecycle shebang-command@2.0.0~preinstall: shebang-command@2.0.0 790 silly preinstall signal-exit@3.0.3 791 info lifecycle signal-exit@3.0.3~preinstall: signal-exit@3.0.3 792 silly preinstall strip-final-newline@2.0.0 793 info lifecycle strip-final-newline@2.0.0~preinstall: strip-final-newline@2.0.0 794 silly preinstall temp-dir@1.0.0 795 info lifecycle temp-dir@1.0.0~preinstall: temp-dir@1.0.0 796 silly preinstall is-stream@1.1.0 797 info lifecycle is-stream@1.1.0~preinstall: is-stream@1.1.0 798 silly preinstall uuid@3.4.0 799 info lifecycle uuid@3.4.0~preinstall: uuid@3.4.0 800 silly preinstall which@2.0.2 801 info lifecycle which@2.0.2~preinstall: which@2.0.2 802 silly preinstall cross-spawn@7.0.3 803 info lifecycle cross-spawn@7.0.3~preinstall: cross-spawn@7.0.3 804 silly preinstall wrappy@1.0.2 805 info lifecycle wrappy@1.0.2~preinstall: wrappy@1.0.2 806 silly preinstall once@1.4.0 807 info lifecycle once@1.4.0~preinstall: once@1.4.0 808 silly preinstall end-of-stream@1.4.4 809 info lifecycle end-of-stream@1.4.4~preinstall: end-of-stream@1.4.4 810 silly preinstall pump@3.0.0 811 info lifecycle pump@3.0.0~preinstall: pump@3.0.0 812 silly preinstall get-stream@5.2.0 813 info lifecycle get-stream@5.2.0~preinstall: get-stream@5.2.0 814 silly preinstall execa@4.0.3 815 info lifecycle execa@4.0.3~preinstall: execa@4.0.3 816 silly preinstall os-locale@5.0.0 817 info lifecycle os-locale@5.0.0~preinstall: os-locale@5.0.0 818 silly preinstall etch@0.12.8 819 info lifecycle etch@0.12.8~preinstall: etch@0.12.8 820 silly preinstall node-pty@0.8.1 821 info lifecycle node-pty@0.8.1~preinstall: node-pty@0.8.1 822 silly preinstall resize-observer-polyfill@1.5.1 823 info lifecycle resize-observer-polyfill@1.5.1~preinstall: resize-observer-polyfill@1.5.1 824 silly preinstall shell-environment@0.3.1 825 info lifecycle shell-environment@0.3.1~preinstall: shell-environment@0.3.1 826 silly preinstall shellwords@0.1.1 827 info lifecycle shellwords@0.1.1~preinstall: shellwords@0.1.1 828 silly preinstall temp-write@3.4.0 829 info lifecycle temp-write@3.4.0~preinstall: temp-write@3.4.0 830 silly preinstall xterm@3.14.5 831 info lifecycle xterm@3.14.5~preinstall: xterm@3.14.5 832 silly preinstall script-runner@2.5.0 833 info lifecycle script-runner@2.5.0~preinstall: script-runner@2.5.0 834 timing action:preinstall Completed in 3ms 835 silly doSerial build 336 836 silly build graceful-fs@4.2.4 837 info linkStuff graceful-fs@4.2.4 838 silly linkStuff graceful-fs@4.2.4 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 839 silly build human-signals@1.1.1 840 info linkStuff human-signals@1.1.1 841 silly linkStuff human-signals@1.1.1 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 842 silly build invert-kv@3.0.1 843 info linkStuff invert-kv@3.0.1 844 silly linkStuff invert-kv@3.0.1 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 845 silly build is-stream@2.0.0 846 info linkStuff is-stream@2.0.0 847 silly linkStuff is-stream@2.0.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 848 silly build isexe@2.0.0 849 info linkStuff isexe@2.0.0 850 silly linkStuff isexe@2.0.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 851 silly build lcid@3.1.1 852 info linkStuff lcid@3.1.1 853 silly linkStuff lcid@3.1.1 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 854 silly build merge-stream@2.0.0 855 info linkStuff merge-stream@2.0.0 856 silly linkStuff merge-stream@2.0.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 857 silly build mimic-fn@2.1.0 858 info linkStuff mimic-fn@2.1.0 859 silly linkStuff mimic-fn@2.1.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 860 silly build nan@2.12.1 861 info linkStuff nan@2.12.1 862 silly linkStuff nan@2.12.1 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 863 silly build onetime@5.1.2 864 info linkStuff onetime@5.1.2 865 silly linkStuff onetime@5.1.2 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 866 silly build p-defer@1.0.0 867 info linkStuff p-defer@1.0.0 868 silly linkStuff p-defer@1.0.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 869 silly build map-age-cleaner@0.1.3 870 info linkStuff map-age-cleaner@0.1.3 871 silly linkStuff map-age-cleaner@0.1.3 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 872 silly build p-is-promise@2.1.0 873 info linkStuff p-is-promise@2.1.0 874 silly linkStuff p-is-promise@2.1.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 875 silly build mem@5.1.1 876 info linkStuff mem@5.1.1 877 silly linkStuff mem@5.1.1 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 878 silly build path-key@3.1.1 879 info linkStuff path-key@3.1.1 880 silly linkStuff path-key@3.1.1 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 881 silly build npm-run-path@4.0.1 882 info linkStuff npm-run-path@4.0.1 883 silly linkStuff npm-run-path@4.0.1 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 884 silly build pify@3.0.0 885 info linkStuff pify@3.0.0 886 silly linkStuff pify@3.0.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 887 silly build make-dir@1.3.0 888 info linkStuff make-dir@1.3.0 889 silly linkStuff make-dir@1.3.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 890 silly build shebang-regex@3.0.0 891 info linkStuff shebang-regex@3.0.0 892 silly linkStuff shebang-regex@3.0.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 893 silly build shebang-command@2.0.0 894 info linkStuff shebang-command@2.0.0 895 silly linkStuff shebang-command@2.0.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 896 silly build signal-exit@3.0.3 897 info linkStuff signal-exit@3.0.3 898 silly linkStuff signal-exit@3.0.3 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 899 silly build strip-final-newline@2.0.0 900 info linkStuff strip-final-newline@2.0.0 901 silly linkStuff strip-final-newline@2.0.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 902 silly build temp-dir@1.0.0 903 info linkStuff temp-dir@1.0.0 904 silly linkStuff temp-dir@1.0.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 905 silly build is-stream@1.1.0 906 info linkStuff is-stream@1.1.0 907 silly linkStuff is-stream@1.1.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/temp-write/node_modules as its parent node_modules 908 silly build uuid@3.4.0 909 info linkStuff uuid@3.4.0 910 silly linkStuff uuid@3.4.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 911 verbose linkBins [ 911 verbose linkBins { uuid: 'bin/uuid' }, 911 verbose linkBins '/private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/.bin', 911 verbose linkBins false 911 verbose linkBins ] 912 silly gently link link does not already exist { 912 silly gently link link: '/private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/.bin/uuid', 912 silly gently link target: '/private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/uuid/bin/uuid' 912 silly gently link } 913 silly build which@2.0.2 914 info linkStuff which@2.0.2 915 silly linkStuff which@2.0.2 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 916 verbose linkBins [ 916 verbose linkBins { 'node-which': 'bin/node-which' }, 916 verbose linkBins '/private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/.bin', 916 verbose linkBins false 916 verbose linkBins ] 917 silly gently link link does not already exist { 917 silly gently link link: '/private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/.bin/node-which', 917 silly gently link target: '/private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/which/bin/node-which' 917 silly gently link } 918 silly build cross-spawn@7.0.3 919 info linkStuff cross-spawn@7.0.3 920 silly linkStuff cross-spawn@7.0.3 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 921 silly build wrappy@1.0.2 922 info linkStuff wrappy@1.0.2 923 silly linkStuff wrappy@1.0.2 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 924 silly build once@1.4.0 925 info linkStuff once@1.4.0 926 silly linkStuff once@1.4.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 927 silly build end-of-stream@1.4.4 928 info linkStuff end-of-stream@1.4.4 929 silly linkStuff end-of-stream@1.4.4 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 930 silly build pump@3.0.0 931 info linkStuff pump@3.0.0 932 silly linkStuff pump@3.0.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 933 silly build get-stream@5.2.0 934 info linkStuff get-stream@5.2.0 935 silly linkStuff get-stream@5.2.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 936 silly build execa@4.0.3 937 info linkStuff execa@4.0.3 938 silly linkStuff execa@4.0.3 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 939 silly build os-locale@5.0.0 940 info linkStuff os-locale@5.0.0 941 silly linkStuff os-locale@5.0.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 942 silly build etch@0.12.8 943 info linkStuff etch@0.12.8 944 silly linkStuff etch@0.12.8 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 945 silly build node-pty@0.8.1 946 info linkStuff node-pty@0.8.1 947 silly linkStuff node-pty@0.8.1 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 948 silly build resize-observer-polyfill@1.5.1 949 info linkStuff resize-observer-polyfill@1.5.1 950 silly linkStuff resize-observer-polyfill@1.5.1 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 951 silly build shell-environment@0.3.1 952 info linkStuff shell-environment@0.3.1 953 silly linkStuff shell-environment@0.3.1 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 954 silly build shellwords@0.1.1 955 info linkStuff shellwords@0.1.1 956 silly linkStuff shellwords@0.1.1 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 957 silly build temp-write@3.4.0 958 info linkStuff temp-write@3.4.0 959 silly linkStuff temp-write@3.4.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 960 silly build xterm@3.14.5 961 info linkStuff xterm@3.14.5 962 silly linkStuff xterm@3.14.5 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules as its parent node_modules 963 silly build script-runner@2.5.0 964 info linkStuff script-runner@2.5.0 965 silly linkStuff script-runner@2.5.0 has /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules as its parent node_modules 966 timing action:build Completed in 9ms 967 silly doSerial global-link 336 968 silly doParallel update-linked 0 969 silly doSerial install 336 970 silly install graceful-fs@4.2.4 971 info lifecycle graceful-fs@4.2.4~install: graceful-fs@4.2.4 972 silly install human-signals@1.1.1 973 info lifecycle human-signals@1.1.1~install: human-signals@1.1.1 974 silly install invert-kv@3.0.1 975 info lifecycle invert-kv@3.0.1~install: invert-kv@3.0.1 976 silly install is-stream@2.0.0 977 info lifecycle is-stream@2.0.0~install: is-stream@2.0.0 978 silly install isexe@2.0.0 979 info lifecycle isexe@2.0.0~install: isexe@2.0.0 980 silly install lcid@3.1.1 981 info lifecycle lcid@3.1.1~install: lcid@3.1.1 982 silly install merge-stream@2.0.0 983 info lifecycle merge-stream@2.0.0~install: merge-stream@2.0.0 984 silly install mimic-fn@2.1.0 985 info lifecycle mimic-fn@2.1.0~install: mimic-fn@2.1.0 986 silly install nan@2.12.1 987 info lifecycle nan@2.12.1~install: nan@2.12.1 988 silly install onetime@5.1.2 989 info lifecycle onetime@5.1.2~install: onetime@5.1.2 990 silly install p-defer@1.0.0 991 info lifecycle p-defer@1.0.0~install: p-defer@1.0.0 992 silly install map-age-cleaner@0.1.3 993 info lifecycle map-age-cleaner@0.1.3~install: map-age-cleaner@0.1.3 994 silly install p-is-promise@2.1.0 995 info lifecycle p-is-promise@2.1.0~install: p-is-promise@2.1.0 996 silly install mem@5.1.1 997 info lifecycle mem@5.1.1~install: mem@5.1.1 998 silly install path-key@3.1.1 999 info lifecycle path-key@3.1.1~install: path-key@3.1.1 1000 silly install npm-run-path@4.0.1 1001 info lifecycle npm-run-path@4.0.1~install: npm-run-path@4.0.1 1002 silly install pify@3.0.0 1003 info lifecycle pify@3.0.0~install: pify@3.0.0 1004 silly install make-dir@1.3.0 1005 info lifecycle make-dir@1.3.0~install: make-dir@1.3.0 1006 silly install shebang-regex@3.0.0 1007 info lifecycle shebang-regex@3.0.0~install: shebang-regex@3.0.0 1008 silly install shebang-command@2.0.0 1009 info lifecycle shebang-command@2.0.0~install: shebang-command@2.0.0 1010 silly install signal-exit@3.0.3 1011 info lifecycle signal-exit@3.0.3~install: signal-exit@3.0.3 1012 silly install strip-final-newline@2.0.0 1013 info lifecycle strip-final-newline@2.0.0~install: strip-final-newline@2.0.0 1014 silly install temp-dir@1.0.0 1015 info lifecycle temp-dir@1.0.0~install: temp-dir@1.0.0 1016 silly install is-stream@1.1.0 1017 info lifecycle is-stream@1.1.0~install: is-stream@1.1.0 1018 silly install uuid@3.4.0 1019 info lifecycle uuid@3.4.0~install: uuid@3.4.0 1020 silly install which@2.0.2 1021 info lifecycle which@2.0.2~install: which@2.0.2 1022 silly install cross-spawn@7.0.3 1023 info lifecycle cross-spawn@7.0.3~install: cross-spawn@7.0.3 1024 silly install wrappy@1.0.2 1025 info lifecycle wrappy@1.0.2~install: wrappy@1.0.2 1026 silly install once@1.4.0 1027 info lifecycle once@1.4.0~install: once@1.4.0 1028 silly install end-of-stream@1.4.4 1029 info lifecycle end-of-stream@1.4.4~install: end-of-stream@1.4.4 1030 silly install pump@3.0.0 1031 info lifecycle pump@3.0.0~install: pump@3.0.0 1032 silly install get-stream@5.2.0 1033 info lifecycle get-stream@5.2.0~install: get-stream@5.2.0 1034 silly install execa@4.0.3 1035 info lifecycle execa@4.0.3~install: execa@4.0.3 1036 silly install os-locale@5.0.0 1037 info lifecycle os-locale@5.0.0~install: os-locale@5.0.0 1038 silly install etch@0.12.8 1039 info lifecycle etch@0.12.8~install: etch@0.12.8 1040 silly install node-pty@0.8.1 1041 info lifecycle node-pty@0.8.1~install: node-pty@0.8.1 1042 verbose lifecycle node-pty@0.8.1~install: unsafe-perm in lifecycle true 1043 verbose lifecycle node-pty@0.8.1~install: PATH: /Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/node-pty/node_modules/.bin:/private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/.bin:/private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.bin:/Applications/Atom.app/Contents/Resources/app/apm/bin:/Users/atlas/.rbenv/shims:/Users/atlas/.rbenv/shims:/Library/Frameworks/Python.framework/Versions/3.8/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS 1044 verbose lifecycle node-pty@0.8.1~install: CWD: /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/script-runner/node_modules/node-pty 1045 silly lifecycle node-pty@0.8.1~install: Args: [ '-c', 'node scripts/install.js' ] 1046 timing audit submit Completed in 376ms 1047 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/audits/quick 376ms 1048 timing audit body Completed in 1ms 1049 silly lifecycle node-pty@0.8.1~install: Returned: code: 1 signal: null 1050 info lifecycle node-pty@0.8.1~install: Failed to exec install script 1051 timing action:install Completed in 1445ms 1052 verbose unlock done using /Users/atlas/.atom/.apm/_locks/staging-88ed8e490c4565e6.lock for /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/node_modules/.staging 1053 timing stage:rollbackFailedOptional Completed in 83ms 1054 timing stage:runTopLevelLifecycles Completed in 3795ms 1055 silly saveTree apm-install-dir-2020916-4635-a6jk9s.4ognu 1055 silly saveTree-- script-runner@2.5.0 1055 silly saveTree +-- etch@0.12.8 1055 silly saveTree +-- node-pty@0.8.1 1055 silly saveTree | -- nan@2.12.1 1055 silly saveTree +-- resize-observer-polyfill@1.5.1 1055 silly saveTree +-- shell-environment@0.3.1 1055 silly saveTree |-- os-locale@5.0.0 1055 silly saveTree | +-- execa@4.0.3 1055 silly saveTree | | +-- cross-spawn@7.0.3 1055 silly saveTree | | | +-- path-key@3.1.1 1055 silly saveTree | | | +-- shebang-command@2.0.0 1055 silly saveTree | | | | -- shebang-regex@3.0.0 1055 silly saveTree | | |-- which@2.0.2 1055 silly saveTree | | | -- isexe@2.0.0 1055 silly saveTree | | +-- get-stream@5.2.0 1055 silly saveTree | | |-- pump@3.0.0 1055 silly saveTree | | | +-- end-of-stream@1.4.4 1055 silly saveTree | | | | -- once@1.4.0 1055 silly saveTree | | | |-- wrappy@1.0.2 1055 silly saveTree | | | -- once@1.4.0 1055 silly saveTree | | +-- human-signals@1.1.1 1055 silly saveTree | | +-- is-stream@2.0.0 1055 silly saveTree | | +-- merge-stream@2.0.0 1055 silly saveTree | | +-- npm-run-path@4.0.1 1055 silly saveTree | | +-- onetime@5.1.2 1055 silly saveTree | | |-- mimic-fn@2.1.0 1055 silly saveTree | | +-- signal-exit@3.0.3 1055 silly saveTree | | -- strip-final-newline@2.0.0 1055 silly saveTree | +-- lcid@3.1.1 1055 silly saveTree | |-- invert-kv@3.0.1 1055 silly saveTree | -- mem@5.1.1 1055 silly saveTree | +-- map-age-cleaner@0.1.3 1055 silly saveTree | |-- p-defer@1.0.0 1055 silly saveTree | -- p-is-promise@2.1.0 1055 silly saveTree +-- shellwords@0.1.1 1055 silly saveTree +-- temp-write@3.4.0 1055 silly saveTree | +-- graceful-fs@4.2.4 1055 silly saveTree | +-- is-stream@1.1.0 1055 silly saveTree | +-- make-dir@1.3.0 1055 silly saveTree | |-- pify@3.0.0 1055 silly saveTree | +-- pify@3.0.0 1055 silly saveTree | +-- temp-dir@1.0.0 1055 silly saveTree | -- uuid@3.4.0 1055 silly saveTree-- xterm@3.14.5 1056 warn enoent ENOENT: no such file or directory, open '/private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu/package.json' 1057 verbose enoent This is related to npm not being able to find a file. 1058 warn apm-install-dir-2020916-4635-a6jk9s.4ognu No description 1059 warn apm-install-dir-2020916-4635-a6jk9s.4ognu No repository field. 1060 warn apm-install-dir-2020916-4635-a6jk9s.4ognu No README data 1061 warn apm-install-dir-2020916-4635-a6jk9s.4ognu No license field. 1062 verbose stack Error: node-pty@0.8.1 install: node scripts/install.js 1062 verbose stack Exit status 1 1062 verbose stack at EventEmitter. (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16) 1062 verbose stack at EventEmitter.emit (events.js:200:13) 1062 verbose stack at ChildProcess. (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 1062 verbose stack at ChildProcess.emit (events.js:200:13) 1062 verbose stack at maybeClose (internal/child_process.js:1021:16) 1062 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5) 1063 verbose pkgid node-pty@0.8.1 1064 verbose cwd /private/var/folders/kd/bcqncq056nx2gs2hsfky4_p00000gn/T/apm-install-dir-2020916-4635-a6jk9s.4ognu 1065 verbose Darwin 19.6.0 1066 verbose argv "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Users/atlas/.atom/.apm/.apmrc" "--userconfig" "/Users/atlas/.atom/.apmrc" "install" "https://www.atom.io/api/packages/script-runner/versions/2.5.0/tarball" "--target=6.1.12" "--disturl=https://atom.io/download/electron" "--arch=x64" "--global-style" 1067 verbose node v12.4.0 1068 verbose npm v6.14.8 1069 error code ELIFECYCLE 1070 error errno 1 1071 error node-pty@0.8.1 install: node scripts/install.js 1071 error Exit status 1 1072 error Failed at the node-pty@0.8.1 install script. 1072 error This is probably not a problem with npm. There is likely additional logging output above. 1073 verbose exit [ 1, true ]

ioquatix commented 3 years ago

I'm sorry, but please fix your error report so it's at least somewhat readable.