Advertisement
Guest User

Untitled

a guest
Jul 27th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.34 KB | None | 0 0
  1. MacBook-Pro:pages vic$ node -v
  2. v12.18.3
  3. MacBook-Pro:pages vic$ nvm use 10.18.1
  4. Now using node v10.18.1 (npm v6.13.4)
  5. MacBook-Pro:pages vic$ node -v
  6. v10.18.1
  7. MacBook-Pro:pages vic$ clear
  8. MacBook-Pro:pages vic$
  9. MacBook-Pro:pages vic$
  10. MacBook-Pro:pages vic$
  11. MacBook-Pro:pages vic$
  12. MacBook-Pro:pages vic$ npm install
  13.  
  14. > fsevents@1.1.3 install /Users/vic/Projects/pages/node_modules/fsevents
  15. > node install
  16.  
  17. node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz
  18. node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@10.18.1 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
  19. node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.3/fse-v1.1.3-node-v64-darwin-x64.tar.gz
  20. node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.1.3 and node@10.18.1 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
  21.   SOLINK_MODULE(target) Release/.node
  22.   SOLINK_MODULE(target) Release/.node
  23.   CXX(target) Release/obj.target/fse/fsevents.o
  24.   CXX(target) Release/obj.target/fse/fsevents.o
  25. In file included from ../fsevents.cc:85:
  26. ../src/methods.cc:14:12: warning: 'Call' is deprecated [-Wdeprecated-declarations]
  27.   handler->Call(3, argv);
  28.            ^
  29. ../../nan/nan.h:1617:3: note: 'Call' has been explicitly marked deprecated here
  30.   NAN_DEPRECATED inline v8::Local<v8::Value>
  31.   ^
  32. ../../nan/nan.h:98:40: note: expanded from macro 'NAN_DEPRECATED'
  33. # define NAN_DEPRECATED __attribute__((deprecated))
  34.                                        ^
  35. In file included from ../fsevents.cc:85:
  36. ../src/methods.cc:14:12: warning: 'Call' is deprecated [-Wdeprecated-declarations]
  37.   handler->Call(3, argv);
  38.            ^
  39. ../../nan/nan.h:1617:3: note: 'Call' has been explicitly marked deprecated here
  40.   NAN_DEPRECATED inline v8::Local<v8::Value>
  41.   ^
  42. ../../nan/nan.h:98:40: note: expanded from macro 'NAN_DEPRECATED'
  43. # define NAN_DEPRECATED __attribute__((deprecated))
  44.                                        ^
  45. 1 warning generated.
  46. 1 warning generated.
  47.   SOLINK_MODULE(target) Release/fse.node
  48.   SOLINK_MODULE(target) Release/fse.node
  49.   COPY /Users/vic/Projects/pages/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
  50.   COPY /Users/vic/Projects/pages/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node
  51.   TOUCH Release/obj.target/action_after_build.stamp
  52.   TOUCH Release/obj.target/action_after_build.stamp
  53.  
  54. > iltorb@1.3.10 install /Users/vic/Projects/pages/node_modules/iltorb
  55. > detect-libc prebuild-install || node-gyp rebuild
  56.  
  57. prebuild-install info begin Prebuild-install version 2.5.1
  58. prebuild-install info looking for local prebuild @ prebuilds/iltorb-v1.3.10-node-v64-darwin-x64.tar.gz
  59. prebuild-install info looking for cached prebuild @ /Users/vic/.npm/_prebuilds/https-github.com-MayhemYDG-iltorb-releases-download-v1.3.10-iltorb-v1.3.10-node-v64-darwin-x64.tar.gz
  60. prebuild-install http request GET https://github.com/MayhemYDG/iltorb/releases/download/v1.3.10/iltorb-v1.3.10-node-v64-darwin-x64.tar.gz
  61. prebuild-install http 404 https://github.com/MayhemYDG/iltorb/releases/download/v1.3.10/iltorb-v1.3.10-node-v64-darwin-x64.tar.gz
  62. prebuild-install WARN install No prebuilt binaries found (target=10.18.1 runtime=node arch=x64 platform=darwin)
  63.   CC(target) Release/obj.target/iltorb/brotli/common/dictionary.o
  64.   CC(target) Release/obj.target/iltorb/brotli/dec/bit_reader.o
  65.   CC(target) Release/obj.target/iltorb/brotli/dec/decode.o
  66.   CC(target) Release/obj.target/iltorb/brotli/dec/huffman.o
  67.   CC(target) Release/obj.target/iltorb/brotli/dec/state.o
  68.   CC(target) Release/obj.target/iltorb/brotli/enc/backward_references.o
  69.   CC(target) Release/obj.target/iltorb/brotli/enc/backward_references_hq.o
  70.   CC(target) Release/obj.target/iltorb/brotli/enc/bit_cost.o
  71.   CC(target) Release/obj.target/iltorb/brotli/enc/block_splitter.o
  72.   CC(target) Release/obj.target/iltorb/brotli/enc/brotli_bit_stream.o
  73.   CC(target) Release/obj.target/iltorb/brotli/enc/cluster.o
  74.   CC(target) Release/obj.target/iltorb/brotli/enc/compress_fragment.o
  75.   CC(target) Release/obj.target/iltorb/brotli/enc/compress_fragment_two_pass.o
  76.   CC(target) Release/obj.target/iltorb/brotli/enc/dictionary_hash.o
  77.   CC(target) Release/obj.target/iltorb/brotli/enc/encode.o
  78.   CC(target) Release/obj.target/iltorb/brotli/enc/entropy_encode.o
  79.   CC(target) Release/obj.target/iltorb/brotli/enc/histogram.o
  80.   CC(target) Release/obj.target/iltorb/brotli/enc/literal_cost.o
  81.   CC(target) Release/obj.target/iltorb/brotli/enc/memory.o
  82.   CC(target) Release/obj.target/iltorb/brotli/enc/metablock.o
  83.   CC(target) Release/obj.target/iltorb/brotli/enc/static_dict.o
  84.   CC(target) Release/obj.target/iltorb/brotli/enc/utf8_util.o
  85.   CXX(target) Release/obj.target/iltorb/src/common/allocator.o
  86.   CXX(target) Release/obj.target/iltorb/src/common/stream_coder.o
  87.   CXX(target) Release/obj.target/iltorb/src/dec/stream_decode.o
  88. ../src/dec/stream_decode.cc:14:72: warning: 'ToObject' is deprecated [-Wdeprecated-declarations]
  89.     Local<Object> dictionary = Nan::Get(params, key).ToLocalChecked()->ToObject();
  90.                                                                        ^
  91. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8.h:2455:10: note: 'ToObject' has been explicitly marked deprecated here
  92.   inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
  93.          ^
  94. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  95.   declarator __attribute__((deprecated))
  96.                             ^
  97. ../src/dec/stream_decode.cc:40:49: warning: 'ToObject' is deprecated [-Wdeprecated-declarations]
  98.   StreamDecode* obj = new StreamDecode(info[0]->ToObject());
  99.                                                 ^
  100. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8.h:2455:10: note: 'ToObject' has been explicitly marked deprecated here
  101.   inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
  102.          ^
  103. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  104.   declarator __attribute__((deprecated))
  105.                             ^
  106. ../src/dec/stream_decode.cc:48:35: warning: 'ToObject' is deprecated [-Wdeprecated-declarations]
  107.   Local<Object> buffer = info[0]->ToObject();
  108.                                   ^
  109. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8.h:2455:10: note: 'ToObject' has been explicitly marked deprecated here
  110.   inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
  111.          ^
  112. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  113.   declarator __attribute__((deprecated))
  114.                             ^
  115. 3 warnings generated.
  116.   CXX(target) Release/obj.target/iltorb/src/dec/stream_decode_worker.o
  117. ../src/dec/stream_decode_worker.cc:46:15: warning: 'Call' is deprecated [-Wdeprecated-declarations]
  118.     callback->Call(1, argv);
  119.               ^
  120. ../../nan/nan.h:1617:3: note: 'Call' has been explicitly marked deprecated here
  121.   NAN_DEPRECATED inline v8::Local<v8::Value>
  122.   ^
  123. ../../nan/nan.h:98:40: note: expanded from macro 'NAN_DEPRECATED'
  124. # define NAN_DEPRECATED __attribute__((deprecated))
  125.                                        ^
  126. ../src/dec/stream_decode_worker.cc:52:15: warning: 'Call' is deprecated [-Wdeprecated-declarations]
  127.     callback->Call(2, argv);
  128.               ^
  129. ../../nan/nan.h:1617:3: note: 'Call' has been explicitly marked deprecated here
  130.   NAN_DEPRECATED inline v8::Local<v8::Value>
  131.   ^
  132. ../../nan/nan.h:98:40: note: expanded from macro 'NAN_DEPRECATED'
  133. # define NAN_DEPRECATED __attribute__((deprecated))
  134.                                        ^
  135. 2 warnings generated.
  136.   CXX(target) Release/obj.target/iltorb/src/enc/stream_encode.o
  137. ../src/enc/stream_encode.cc:14:51: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
  138.     val = Nan::Get(params, key).ToLocalChecked()->Int32Value();
  139.                                                   ^
  140. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
  141.   V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
  142.   ^
  143. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  144.   declarator __attribute__((deprecated))
  145.                             ^
  146. ../src/enc/stream_encode.cc:20:51: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
  147.     val = Nan::Get(params, key).ToLocalChecked()->Int32Value();
  148.                                                   ^
  149. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
  150.   V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
  151.   ^
  152. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  153.   declarator __attribute__((deprecated))
  154.                             ^
  155. ../src/enc/stream_encode.cc:26:51: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
  156.     val = Nan::Get(params, key).ToLocalChecked()->Int32Value();
  157.                                                   ^
  158. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
  159.   V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
  160.   ^
  161. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  162.   declarator __attribute__((deprecated))
  163.                             ^
  164. ../src/enc/stream_encode.cc:32:51: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
  165.     val = Nan::Get(params, key).ToLocalChecked()->Int32Value();
  166.                                                   ^
  167. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
  168.   V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
  169.   ^
  170. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  171.   declarator __attribute__((deprecated))
  172.                             ^
  173. ../src/enc/stream_encode.cc:44:51: warning: 'Int32Value' is deprecated [-Wdeprecated-declarations]
  174.     val = Nan::Get(params, key).ToLocalChecked()->Int32Value();
  175.                                                   ^
  176. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8.h:2478:3: note: 'Int32Value' has been explicitly marked deprecated here
  177.   V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
  178.   ^
  179. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  180.   declarator __attribute__((deprecated))
  181.                             ^
  182. ../src/enc/stream_encode.cc:50:72: warning: 'ToObject' is deprecated [-Wdeprecated-declarations]
  183.     Local<Object> dictionary = Nan::Get(params, key).ToLocalChecked()->ToObject();
  184.                                                                        ^
  185. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8.h:2455:10: note: 'ToObject' has been explicitly marked deprecated here
  186.   inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
  187.          ^
  188. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  189.   declarator __attribute__((deprecated))
  190.                             ^
  191. ../src/enc/stream_encode.cc:76:49: warning: 'ToObject' is deprecated [-Wdeprecated-declarations]
  192.   StreamEncode* obj = new StreamEncode(info[0]->ToObject());
  193.                                                 ^
  194. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8.h:2455:10: note: 'ToObject' has been explicitly marked deprecated here
  195.   inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
  196.          ^
  197. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  198.   declarator __attribute__((deprecated))
  199.                             ^
  200. ../src/enc/stream_encode.cc:84:35: warning: 'ToObject' is deprecated [-Wdeprecated-declarations]
  201.   Local<Object> buffer = info[0]->ToObject();
  202.                                   ^
  203. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8.h:2455:10: note: 'ToObject' has been explicitly marked deprecated here
  204.   inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
  205.          ^
  206. /Users/vic/Library/Caches/node-gyp/10.18.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  207.   declarator __attribute__((deprecated))
  208.                             ^
  209. 8 warnings generated.
  210.   CXX(target) Release/obj.target/iltorb/src/enc/stream_encode_worker.o
  211. ../src/enc/stream_encode_worker.cc:47:15: warning: 'Call' is deprecated [-Wdeprecated-declarations]
  212.     callback->Call(1, argv);
  213.               ^
  214. ../../nan/nan.h:1617:3: note: 'Call' has been explicitly marked deprecated here
  215.   NAN_DEPRECATED inline v8::Local<v8::Value>
  216.   ^
  217. ../../nan/nan.h:98:40: note: expanded from macro 'NAN_DEPRECATED'
  218. # define NAN_DEPRECATED __attribute__((deprecated))
  219.                                        ^
  220. ../src/enc/stream_encode_worker.cc:53:15: warning: 'Call' is deprecated [-Wdeprecated-declarations]
  221.     callback->Call(2, argv);
  222.               ^
  223. ../../nan/nan.h:1617:3: note: 'Call' has been explicitly marked deprecated here
  224.   NAN_DEPRECATED inline v8::Local<v8::Value>
  225.   ^
  226. ../../nan/nan.h:98:40: note: expanded from macro 'NAN_DEPRECATED'
  227. # define NAN_DEPRECATED __attribute__((deprecated))
  228.                                        ^
  229. 2 warnings generated.
  230.   CXX(target) Release/obj.target/iltorb/src/iltorb.o
  231.   SOLINK_MODULE(target) Release/iltorb.node
  232.   COPY ../build/bindings/iltorb.node
  233.   TOUCH Release/obj.target/action_after_build.stamp
  234.  
  235. > node-sass@4.13.1 install /Users/vic/Projects/pages/node_modules/node-sass
  236. > node scripts/install.js
  237.  
  238. Cached binary found at /Users/vic/.npm/node-sass/4.13.1/darwin-x64-64_binding.node
  239.  
  240. > mup@1.4.3 postinstall /Users/vic/Projects/pages/node_modules/mup
  241. > opencollective postinstall || (exit 0)
  242.  
  243.                                 .,;riS522225isr:,.
  244.                              .;sS2XXXXXXXXXXXXX22Sr;.
  245.                            :s2XXXXXXXXXXXXXXXXXXXXXi,
  246.                          :i2XXXXXXX2Sirrrrrri52X2s:
  247.                        .r2XXXXXX2s;,.        .,;:      .:,
  248.                       .sXXXXXX2r,                    .:;;;:
  249.                       rXXXXXXS:                     ,;;;;;;,
  250.                      :2XXXXX5,                      .;;;;;;;.
  251.                      iXXXXXX;                        ,;;;;;;:
  252.                      2XXXXX2,                        .;;;;;;;
  253.                      2XXXXX2,                        .;;;;;;;
  254.                      iXXXXXX;                        ,;;;;;;:
  255.                      :2XXXXX5,                      .;;;;;;;.
  256.                       rXXXXXX5:                     ,;;;;;;,
  257.                       .sXXXXXX2r,                    .:;;;,
  258.                         r2XXXXXX2s;,.        .,;:      .:,
  259.                          ,s2XXXXXXX2Ssrr;;rriS2X2s:
  260.                            :s2XXXXXXXXXXXXXXXXXXXXXi,
  261.                              .;sS2XXXXXXXXXXXXXX2Ss;.
  262.                                 .,;riS222222Sir;,.
  263.  
  264.  
  265.                            Thanks for installing mup 🙏
  266.                  Please consider donating to our open collective
  267.                         to help us maintain this package.
  268.  
  269.                             Number of contributors: 47
  270.                               Number of backers: 53
  271.                                Annual budget: $167
  272.                              Current balance: $3,016
  273.  
  274.          👉  Donate: https://opencollective.com/meteor-up/donate
  275.  
  276.  
  277. > node-sass@4.13.1 postinstall /Users/vic/Projects/pages/node_modules/node-sass
  278. > node scripts/build.js
  279.  
  280. Binary found at /Users/vic/Projects/pages/node_modules/node-sass/vendor/darwin-x64-64/binding.node
  281. Testing binary
  282. Binary is fine
  283.  
  284. > nunjucks@3.1.2 postinstall /Users/vic/Projects/pages/node_modules/nunjucks
  285. > node postinstall-build.js src
  286.  
  287. added 1529 packages from 1282 contributors and audited 880 packages in 38.522s
  288.  
  289. 1 package is looking for funding
  290.   run `npm fund` for details
  291.  
  292. found 211 vulnerabilities (84 low, 51 moderate, 76 high)
  293.   run `npm audit fix` to fix them, or `npm audit` for details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement