Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.08 KB | None | 0 0
  1. > node install
  2.  
  3. node-pre-gyp WARN Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.2.4/fse-v1.2.4-node-v72-darwin-x64.tar.gz
  4. node-pre-gyp WARN Pre-built binaries not found for fsevents@1.2.4 and node@12.12.0 (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
  5. SOLINK_MODULE(target) Release/.node
  6. CXX(target) Release/obj.target/fse/fsevents.o
  7. In file included from ../fsevents.cc:6:
  8. In file included from ../../nan/nan.h:221:
  9. In file included from ../../nan/nan_converters.h:67:
  10. ../../nan/nan_converters_43_inl.h:22:1: warning: 'ToBoolean' is deprecated: ToBoolean can never throw. Use Local version. [-Wdeprecated-declarations]
  11. X(Boolean)
  12. ^
  13. ../../nan/nan_converters_43_inl.h:18:12: note: expanded from macro 'X'
  14. val->To ## TYPE(isolate->GetCurrentContext()) \
  15. ^
  16. <scratch space>:201:1: note: expanded from here
  17. ToBoolean
  18. ^
  19. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:2567:3: note: 'ToBoolean' has been explicitly marked deprecated here
  20. V8_DEPRECATED("ToBoolean can never throw. Use Local version.",
  21. ^
  22. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  23. declarator __attribute__((deprecated(message)))
  24. ^
  25. In file included from ../fsevents.cc:6:
  26. In file included from ../../nan/nan.h:221:
  27. In file included from ../../nan/nan_converters.h:67:
  28. ../../nan/nan_converters_43_inl.h:40:1: warning: 'BooleanValue' is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
  29. X(bool, Boolean)
  30. ^
  31. ../../nan/nan_converters_43_inl.h:37:15: note: expanded from macro 'X'
  32. return val->NAME ## Value(isolate->GetCurrentContext()); \
  33. ^
  34. <scratch space>:208:1: note: expanded from here
  35. BooleanValue
  36. ^
  37. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:2605:3: note: 'BooleanValue' has been explicitly marked deprecated here
  38. V8_DEPRECATED("BooleanValue can never throw. Use Isolate version.",
  39. ^
  40. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  41. declarator __attribute__((deprecated(message)))
  42. ^
  43. In file included from ../fsevents.cc:6:
  44. In file included from ../../nan/nan.h:222:
  45. In file included from ../../nan/nan_new.h:189:
  46. ../../nan/nan_implementation_12_inl.h:103:42: error: no viable conversion from 'v8::Isolate *' to 'Local<v8::Context>'
  47. return scope.Escape(v8::Function::New( isolate
  48. ^~~~~~~
  49. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:183:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'v8::Isolate *' to 'const v8::Local<v8::Context> &' for
  50. 1st argument
  51. class Local {
  52. ^
  53. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:183:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'v8::Isolate *' to 'v8::Local<v8::Context> &&' for 1st
  54. argument
  55. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:187:13: note: candidate template ignored: could not match 'Local<type-parameter-0-0>' against 'v8::Isolate *'
  56. V8_INLINE Local(Local<S> that)
  57. ^
  58. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:4171:22: note: passing argument to parameter 'context' here
  59. Local<Context> context, FunctionCallback callback,
  60. ^
  61. In file included from ../fsevents.cc:6:
  62. ../../nan/nan.h:1064:44: warning: 'ToString' is deprecated: Use maybe version [-Wdeprecated-declarations]
  63. v8::Local<v8::String> string = from->ToString(v8::Isolate::GetCurrent());
  64. ^
  65. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:2587:3: note: 'ToString' has been explicitly marked deprecated here
  66. V8_DEPRECATED("Use maybe version",
  67. ^
  68. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  69. declarator __attribute__((deprecated(message)))
  70. ^
  71. In file included from ../fsevents.cc:6:
  72. ../../nan/nan.h:1855:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  73. New(persistentHandle)->Set(New(key).ToLocalChecked(), value);
  74. ^
  75. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  76. V8_DEPRECATED("Use maybe version",
  77. ^
  78. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  79. declarator __attribute__((deprecated(message)))
  80. ^
  81. In file included from ../fsevents.cc:6:
  82. ../../nan/nan.h:1861:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  83. New(persistentHandle)->Set(key, value);
  84. ^
  85. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  86. V8_DEPRECATED("Use maybe version",
  87. ^
  88. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  89. declarator __attribute__((deprecated(message)))
  90. ^
  91. In file included from ../fsevents.cc:6:
  92. ../../nan/nan.h:1867:28: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  93. New(persistentHandle)->Set(index, value);
  94. ^
  95. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3411:3: note: 'Set' has been explicitly marked deprecated here
  96. V8_DEPRECATED("Use maybe version",
  97. ^
  98. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  99. declarator __attribute__((deprecated(message)))
  100. ^
  101. In file included from ../fsevents.cc:6:
  102. ../../nan/nan.h:1873:32: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations]
  103. New(persistentHandle)->Get(New(key).ToLocalChecked()));
  104. ^
  105. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3457:3: note: 'Get' has been explicitly marked deprecated here
  106. V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
  107. ^
  108. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  109. declarator __attribute__((deprecated(message)))
  110. ^
  111. In file included from ../fsevents.cc:6:
  112. ../../nan/nan.h:1879:48: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations]
  113. return scope.Escape(New(persistentHandle)->Get(key));
  114. ^
  115. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3457:3: note: 'Get' has been explicitly marked deprecated here
  116. V8_DEPRECATED("Use maybe version", Local<Value> Get(Local<Value> key));
  117. ^
  118. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  119. declarator __attribute__((deprecated(message)))
  120. ^
  121. In file included from ../fsevents.cc:6:
  122. ../../nan/nan.h:1884:48: warning: 'Get' is deprecated: Use maybe version [-Wdeprecated-declarations]
  123. return scope.Escape(New(persistentHandle)->Get(index));
  124. ^
  125. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3461:3: note: 'Get' has been explicitly marked deprecated here
  126. V8_DEPRECATED("Use maybe version", Local<Value> Get(uint32_t index));
  127. ^
  128. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  129. declarator __attribute__((deprecated(message)))
  130. ^
  131. In file included from ../fsevents.cc:6:
  132. In file included from ../../nan/nan.h:2698:
  133. ../../nan/nan_object_wrap.h:24:25: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
  134. assert(persistent().IsNearDeath());
  135. ~~~~~~~~~~~~ ^
  136. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h:93:25: note: expanded from macro 'assert'
  137. (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
  138. ^
  139. In file included from ../fsevents.cc:6:
  140. In file included from ../../nan/nan.h:2698:
  141. ../../nan/nan_object_wrap.h:67:18: warning: 'MarkIndependent' is deprecated: Weak objects are always considered independent. Use TracedGlobal when trying to use EmbedderHeapTracer. Use a strong handle when trying to keep an object
  142. alive. [-Wdeprecated-declarations]
  143. persistent().MarkIndependent();
  144. ^
  145. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:563:3: note: 'MarkIndependent' has been explicitly marked deprecated here
  146. V8_DEPRECATED(
  147. ^
  148. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  149. declarator __attribute__((deprecated(message)))
  150. ^
  151. In file included from ../fsevents.cc:6:
  152. In file included from ../../nan/nan.h:2698:
  153. ../../nan/nan_object_wrap.h:124:26: error: no member named 'IsNearDeath' in 'Nan::Persistent<v8::Object, v8::NonCopyablePersistentTraits<v8::Object> >'
  154. assert(wrap->handle_.IsNearDeath());
  155. ~~~~~~~~~~~~~ ^
  156. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h:93:25: note: expanded from macro 'assert'
  157. (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
  158. ^
  159. ../fsevents.cc:50:32: error: no template named 'Handle' in namespace 'v8'
  160. static void Initialize(v8::Handle<v8::Object> exports);
  161. ~~~~^
  162. ../fsevents.cc:63:6: warning: field 'async_resource' will be initialized after field 'lockStarted' [-Wreorder]
  163. : async_resource("fsevents:FSEvents"), lockStarted(false) {
  164. ^
  165. In file included from ../fsevents.cc:82:
  166. ../src/constants.cc:89:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  167. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagNone").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagNone));
  168. ^
  169. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  170. V8_DEPRECATED("Use maybe version",
  171. ^
  172. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  173. declarator __attribute__((deprecated(message)))
  174. ^
  175. In file included from ../fsevents.cc:82:
  176. ../src/constants.cc:90:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  177. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagMustScanSubDirs").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagMustScanSubDirs));
  178. ^
  179. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  180. V8_DEPRECATED("Use maybe version",
  181. ^
  182. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  183. declarator __attribute__((deprecated(message)))
  184. ^
  185. In file included from ../fsevents.cc:82:
  186. ../src/constants.cc:91:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  187. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagUserDropped").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagUserDropped));
  188. ^
  189. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  190. V8_DEPRECATED("Use maybe version",
  191. ^
  192. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  193. declarator __attribute__((deprecated(message)))
  194. ^
  195. In file included from ../fsevents.cc:82:
  196. ../src/constants.cc:92:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  197. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagKernelDropped").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagKernelDropped));
  198. ^
  199. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  200. V8_DEPRECATED("Use maybe version",
  201. ^
  202. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  203. declarator __attribute__((deprecated(message)))
  204. ^
  205. In file included from ../fsevents.cc:82:
  206. ../src/constants.cc:93:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  207. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagEventIdsWrapped").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagEventIdsWrapped));
  208. ^
  209. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  210. V8_DEPRECATED("Use maybe version",
  211. ^
  212. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  213. declarator __attribute__((deprecated(message)))
  214. ^
  215. In file included from ../fsevents.cc:82:
  216. ../src/constants.cc:94:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  217. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagHistoryDone").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagHistoryDone));
  218. ^
  219. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  220. V8_DEPRECATED("Use maybe version",
  221. ^
  222. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  223. declarator __attribute__((deprecated(message)))
  224. ^
  225. In file included from ../fsevents.cc:82:
  226. ../src/constants.cc:95:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  227. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagRootChanged").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagRootChanged));
  228. ^
  229. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  230. V8_DEPRECATED("Use maybe version",
  231. ^
  232. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  233. declarator __attribute__((deprecated(message)))
  234. ^
  235. In file included from ../fsevents.cc:82:
  236. ../src/constants.cc:96:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  237. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagMount").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagMount));
  238. ^
  239. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  240. V8_DEPRECATED("Use maybe version",
  241. ^
  242. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  243. declarator __attribute__((deprecated(message)))
  244. ^
  245. In file included from ../fsevents.cc:82:
  246. ../src/constants.cc:97:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  247. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagUnmount").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagUnmount));
  248. ^
  249. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  250. V8_DEPRECATED("Use maybe version",
  251. ^
  252. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  253. declarator __attribute__((deprecated(message)))
  254. ^
  255. In file included from ../fsevents.cc:82:
  256. ../src/constants.cc:98:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  257. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemCreated").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemCreated));
  258. ^
  259. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  260. V8_DEPRECATED("Use maybe version",
  261. ^
  262. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  263. declarator __attribute__((deprecated(message)))
  264. ^
  265. In file included from ../fsevents.cc:82:
  266. ../src/constants.cc:99:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  267. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemRemoved").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemRemoved));
  268. ^
  269. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  270. V8_DEPRECATED("Use maybe version",
  271. ^
  272. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  273. declarator __attribute__((deprecated(message)))
  274. ^
  275. In file included from ../fsevents.cc:82:
  276. ../src/constants.cc:100:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  277. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemInodeMetaMod").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemInodeMetaMod));
  278. ^
  279. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  280. V8_DEPRECATED("Use maybe version",
  281. ^
  282. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  283. declarator __attribute__((deprecated(message)))
  284. ^
  285. In file included from ../fsevents.cc:82:
  286. ../src/constants.cc:101:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  287. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemRenamed").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemRenamed));
  288. ^
  289. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  290. V8_DEPRECATED("Use maybe version",
  291. ^
  292. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  293. declarator __attribute__((deprecated(message)))
  294. ^
  295. In file included from ../fsevents.cc:82:
  296. ../src/constants.cc:102:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  297. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemModified").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemModified));
  298. ^
  299. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  300. V8_DEPRECATED("Use maybe version",
  301. ^
  302. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  303. declarator __attribute__((deprecated(message)))
  304. ^
  305. In file included from ../fsevents.cc:82:
  306. ../src/constants.cc:103:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  307. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemFinderInfoMod").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemFinderInfoMod));
  308. ^
  309. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  310. V8_DEPRECATED("Use maybe version",
  311. ^
  312. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  313. declarator __attribute__((deprecated(message)))
  314. ^
  315. In file included from ../fsevents.cc:82:
  316. ../src/constants.cc:104:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  317. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemChangeOwner").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemChangeOwner));
  318. ^
  319. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  320. V8_DEPRECATED("Use maybe version",
  321. ^
  322. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  323. declarator __attribute__((deprecated(message)))
  324. ^
  325. In file included from ../fsevents.cc:82:
  326. ../src/constants.cc:105:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  327. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemXattrMod").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemXattrMod));
  328. ^
  329. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  330. V8_DEPRECATED("Use maybe version",
  331. ^
  332. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  333. declarator __attribute__((deprecated(message)))
  334. ^
  335. In file included from ../fsevents.cc:82:
  336. ../src/constants.cc:106:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  337. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemIsFile").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemIsFile));
  338. ^
  339. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  340. V8_DEPRECATED("Use maybe version",
  341. ^
  342. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  343. declarator __attribute__((deprecated(message)))
  344. ^
  345. In file included from ../fsevents.cc:82:
  346. ../src/constants.cc:107:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  347. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemIsDir").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemIsDir));
  348. ^
  349. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  350. V8_DEPRECATED("Use maybe version",
  351. ^
  352. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  353. declarator __attribute__((deprecated(message)))
  354. ^
  355. In file included from ../fsevents.cc:82:
  356. ../src/constants.cc:108:11: warning: 'Set' is deprecated: Use maybe version [-Wdeprecated-declarations]
  357. object->Set(Nan::New<v8::String>("kFSEventStreamEventFlagItemIsSymlink").ToLocalChecked(), Nan::New<v8::Integer>(kFSEventStreamEventFlagItemIsSymlink));
  358. ^
  359. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8.h:3402:3: note: 'Set' has been explicitly marked deprecated here
  360. V8_DEPRECATED("Use maybe version",
  361. ^
  362. /Users/sadfirebird/Library/Caches/node-gyp/12.12.0/include/node/v8config.h:311:29: note: expanded from macro 'V8_DEPRECATED'
  363. declarator __attribute__((deprecated(message)))
  364. ^
  365. ../fsevents.cc:85:16: error: variable has incomplete type 'void'
  366. void FSEvents::Initialize(v8::Handle<v8::Object> exports) {
  367. ^
  368. ../fsevents.cc:85:31: error: no member named 'Handle' in namespace 'v8'
  369. void FSEvents::Initialize(v8::Handle<v8::Object> exports) {
  370. ~~~~^
  371. ../fsevents.cc:85:48: error: expected '(' for function-style cast or type construction
  372. void FSEvents::Initialize(v8::Handle<v8::Object> exports) {
  373. ~~~~~~~~~~^
  374. ../fsevents.cc:85:50: error: use of undeclared identifier 'exports'
  375. void FSEvents::Initialize(v8::Handle<v8::Object> exports) {
  376. ^
  377. ../fsevents.cc:85:58: error: expected ';' after top level declarator
  378. void FSEvents::Initialize(v8::Handle<v8::Object> exports) {
  379. ^
  380. ;
  381. 31 warnings and 9 errors generated.
  382. make: *** [Release/obj.target/fse/fsevents.o] Error 1
  383. gyp ERR! build error
  384. gyp ERR! stack Error: `make` failed with exit code: 2
  385. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:196:23)
  386. gyp ERR! stack at ChildProcess.emit (events.js:210:5)
  387. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
  388. gyp ERR! System Darwin 18.7.0
  389. gyp ERR! command "/usr/local/Cellar/node/12.12.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/sadfirebird/dev/waas/node_modules/chokidar/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/sadfirebird/dev/waas/node_modules/chokidar/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64" "--napi_version=5" "--node_abi_napi=napi"
  390. gyp ERR! cwd /Users/sadfirebird/dev/waas/node_modules/chokidar/node_modules/fsevents
  391. gyp ERR! node -v v12.12.0
  392. gyp ERR! node-gyp -v v5.0.3
  393. gyp ERR! not ok
  394. node-pre-gyp ERR! build error
  395. node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/Cellar/node/12.12.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/sadfirebird/dev/waas/node_modules/chokidar/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node --module_name=fse --module_path=/Users/sadfirebird/dev/waas/node_modules/chokidar/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64 --napi_version=5 --node_abi_napi=napi' (1)
  396. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/sadfirebird/dev/waas/node_modules/chokidar/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  397. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:210:5)
  398. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1021:16)
  399. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
  400. node-pre-gyp ERR! System Darwin 18.7.0
  401. node-pre-gyp ERR! command "/usr/local/Cellar/node/12.12.0/bin/node" "/Users/sadfirebird/dev/waas/node_modules/chokidar/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
  402. node-pre-gyp ERR! cwd /Users/sadfirebird/dev/waas/node_modules/chokidar/node_modules/fsevents
  403. node-pre-gyp ERR! node -v v12.12.0
  404. node-pre-gyp ERR! node-pre-gyp -v v0.10.0
  405. node-pre-gyp ERR! not ok
  406. Failed to execute '/usr/local/Cellar/node/12.12.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/sadfirebird/dev/waas/node_modules/chokidar/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node --module_name=fse --module_path=/Users/sadfirebird/dev/waas/node_modules/chokidar/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64 --napi_version=5 --node_abi_napi=napi' (1)
  407. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/chokidar/node_modules/fsevents):
  408. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 install: `node install`
  409. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
  410.  
  411. added 712 packages from 562 contributors and audited 4897 packages in 14.2s
  412. found 664 vulnerabilities (218 low, 12 moderate, 433 high, 1 critical)
  413. run `npm audit fix` to fix them, or `npm audit` for details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement