yongkangchen / remote-sync

Upload your files to remote host after every change. Both SCP/SFTP and FTP are supported.
https://atom.io/packages/remote-sync
MIT License
237 stars 71 forks source link

Faild to rebuild / reinstall #515

Closed taufpate closed 4 years ago

taufpate commented 4 years ago

node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.4/fse-v1.2.4-electron-v5.0-darwin-x64.tar.gz node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.4 and electron@5.0.13 (electron-v5.0 ABI, unknown) (falling back to source compile with node-gyp) In file included from ../fsevents.cc:6: In file included from ../../nan/nan.h:202: In file included from ../../nan/nan_converters.h:67: ../../nan/nan_converters_43_inl.h:22:1: warning: 'ToBoolean' is deprecated: ToBoolean can never throw. Use Local version. [-Wdeprecated-declarations] X(Boolean) ^ ../../nan/nan_converters_43_inl.h:18:12: note: expanded from macro 'X' val->To ## TYPE(isolate->GetCurrentContext()) \ ^

:210:1: note: expanded from here ToBoolean ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:2387:3: note: 'ToBoolean' has been explicitly marked deprecated here V8_DEPRECATE_SOON("ToBoolean can never throw. Use Local version.", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: In file included from ../../nan/nan.h:202: In file included from ../../nan/nan_converters.h:67: ../../nan/nan_converters_43_inl.h:40:1: warning: 'BooleanValue' is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations] X(bool, Boolean) ^ ../../nan/nan_converters_43_inl.h:37:15: note: expanded from macro 'X' return val->NAME ## Value(isolate->GetCurrentContext()); \ ^ :217:1: note: expanded from here BooleanValue ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:2432:3: note: 'BooleanValue' has been explicitly marked deprecated here V8_DEPRECATE_SOON("BooleanValue can never throw. Use Isolate version.", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: In file included from ../../nan/nan.h:203: In file included from ../../nan/nan_new.h:189: ../../nan/nan_implementation_12_inl.h:103:37: warning: 'New' is deprecated: Use maybe version [-Wdeprecated-declarations] return scope.Escape(v8::Function::New( isolate ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:4026:10: note: 'New' has been explicitly marked deprecated here static V8_DEPRECATED("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: In file included from ../../nan/nan.h:203: In file included from ../../nan/nan_new.h:189: ../../nan/nan_implementation_12_inl.h:337:28: warning: 'New' is deprecated: Use Isolate* version [-Wdeprecated-declarations] return v8::StringObject::New(value).As(); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:5313:3: note: 'New' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate* version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: ../../nan/nan.h:1034:44: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations] v8::Local string = from->ToString(); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:2418:10: note: 'ToString' has been explicitly marked deprecated here inline V8_DEPRECATED("Use maybe version", Local ToString() const); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: ../../nan/nan.h:1044:27: warning: 'WriteUtf8' is deprecated: Use Isolate* version [-Wdeprecated-declarations] length_ = string->WriteUtf8(str_, static_cast(len), 0, flags); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:2627:3: note: 'WriteUtf8' has been explicitly marked deprecated here V8_DEPRECATED("Use Isolate* version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:307:29: note: expanded from macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: ../../nan/nan.h:1818:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Set(New(key).ToLocalChecked(), value); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: ../../nan/nan.h:1824:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Set(key, value); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: ../../nan/nan.h:1830:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Set(index, value); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3268:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: ../../nan/nan.h:1836:32: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Get(New(key).ToLocalChecked())); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3313:3: note: 'Get' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", Local Get(Local key)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: ../../nan/nan.h:1842:48: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations] return scope.Escape(New(persistentHandle)->Get(key)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3313:3: note: 'Get' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", Local Get(Local key)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: ../../nan/nan.h:1847:48: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations] return scope.Escape(New(persistentHandle)->Get(index)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3317:3: note: 'Get' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", Local Get(uint32_t index)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: In file included from ../../nan/nan.h:2657: ../../nan/nan_object_wrap.h:24:25: warning: 'IsNearDeath' is deprecated: Garbage collection internal state should not be relied on. [-Wdeprecated-declarations] assert(persistent().IsNearDeath()); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:571:3: note: 'IsNearDeath' has been explicitly marked deprecated here V8_DEPRECATE_SOON( ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: In file included from ../../nan/nan.h:2657: ../../nan/nan_object_wrap.h:67:18: warning: 'MarkIndependent' is deprecated: Objects are always considered independent. Use MarkActive to avoid collecting otherwise dead weak handles. [-Wdeprecated-declarations] persistent().MarkIndependent(); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:553:3: note: 'MarkIndependent' has been explicitly marked deprecated here V8_DEPRECATE_SOON( ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:6: In file included from ../../nan/nan.h:2657: ../../nan/nan_object_wrap.h:124:26: warning: 'IsNearDeath' is deprecated: Garbage collection internal state should not be relied on. [-Wdeprecated-declarations] assert(wrap->handle_.IsNearDeath()); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:571:3: note: 'IsNearDeath' has been explicitly marked deprecated here V8_DEPRECATE_SOON( ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ ../fsevents.cc:50:32: error: no template named 'Handle' in namespace 'v8' static void Initialize(v8::Handle exports); ~~~~^ ../fsevents.cc:63:6: warning: field 'async_resource' will be initialized after field 'lockStarted' [-Wreorder] : async_resource("fsevents:FSEvents"), lockStarted(false) { ^ In file included from ../fsevents.cc:82: ../src/constants.cc:89:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagNone").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagNone)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:90:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagMustScanSubDirs").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagMustScanSubDirs)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:91:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagUserDropped").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagUserDropped)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:92:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagKernelDropped").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagKernelDropped)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:93:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagEventIdsWrapped").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagEventIdsWrapped)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:94:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagHistoryDone").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagHistoryDone)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:95:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagRootChanged").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagRootChanged)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:96:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagMount").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagMount)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:97:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagUnmount").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagUnmount)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:98:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagItemCreated").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagItemCreated)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:99:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagItemRemoved").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagItemRemoved)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:100:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagItemInodeMetaMod").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagItemInodeMetaMod)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:101:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagItemRenamed").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagItemRenamed)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:102:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagItemModified").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagItemModified)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:103:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagItemFinderInfoMod").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagItemFinderInfoMod)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:104:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagItemChangeOwner").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagItemChangeOwner)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:105:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagItemXattrMod").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagItemXattrMod)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:106:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagItemIsFile").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagItemIsFile)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:107:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagItemIsDir").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagItemIsDir)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ In file included from ../fsevents.cc:82: ../src/constants.cc:108:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations] object->Set(Nan::New("kFSEventStreamEventFlagItemIsSymlink").ToLocalChecked(), Nan::New(kFSEventStreamEventFlagItemIsSymlink)); ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8.h:3259:3: note: 'Set' has been explicitly marked deprecated here V8_DEPRECATE_SOON("Use maybe version", ^ /Users/taufpate/.atom/.node-gyp/.node-gyp/5.0.13/include/node/v8config.h:322:29: note: expanded from macro 'V8_DEPRECATE_SOON' declarator __attribute__((deprecated(message))) ^ ../fsevents.cc:85:16: error: variable has incomplete type 'void' void FSEvents::Initialize(v8::Handle exports) { ^ ../fsevents.cc:85:31: error: no member named 'Handle' in namespace 'v8' void FSEvents::Initialize(v8::Handle exports) { ~~~~^ ../fsevents.cc:85:48: error: expected '(' for function-style cast or type construction void FSEvents::Initialize(v8::Handle exports) { ~~~~~~~~~~^ ../fsevents.cc:85:50: error: use of undeclared identifier 'exports' void FSEvents::Initialize(v8::Handle exports) { ^ ../fsevents.cc:85:58: error: expected ';' after top level declarator void FSEvents::Initialize(v8::Handle exports) { ^ ; 36 warnings and 6 errors generated. make: *** [Release/obj.target/fse/fsevents.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:262:23) gyp ERR! stack at ChildProcess.emit (events.js:182:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:237:12) gyp ERR! System Darwin 18.7.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" "build" "--fallback-to-build" "--module=/Users/taufpate/.atom/packages/remote-sync/node_modules/fsevents/lib/binding/Release/electron-v5.0-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/taufpate/.atom/packages/remote-sync/node_modules/fsevents/lib/binding/Release/electron-v5.0-darwin-x64" "--napi_version=3" "--node_abi_napi=napi" gyp ERR! cwd /Users/taufpate/.atom/packages/remote-sync/node_modules/fsevents gyp ERR! node -v v10.2.1 gyp ERR! node-gyp -v v3.7.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/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 build --fallback-to-build --module=/Users/taufpate/.atom/packages/remote-sync/node_modules/fsevents/lib/binding/Release/electron-v5.0-darwin-x64/fse.node --module_name=fse --module_path=/Users/taufpate/.atom/packages/remote-sync/node_modules/fsevents/lib/binding/Release/electron-v5.0-darwin-x64 --napi_version=3 --node_abi_napi=napi' (1) node-pre-gyp ERR! stack at ChildProcess. (/Users/taufpate/.atom/packages/remote-sync/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:182:13) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:961:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5) node-pre-gyp ERR! System Darwin 18.7.0 node-pre-gyp ERR! command "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Users/taufpate/.atom/packages/remote-sync/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /Users/taufpate/.atom/packages/remote-sync/node_modules/fsevents node-pre-gyp ERR! node -v v10.2.1 node-pre-gyp ERR! node-pre-gyp -v v0.10.0 node-pre-gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! fsevents@1.2.4 install: `node install` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the fsevents@1.2.4 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/taufpate/.atom/.apm/_logs/2020-05-19T23_34_46_578Z-debug.log
taufpate commented 4 years ago

npm install -g node-gyp

worked for me :)