Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.72 KB | None | 0 0
  1. vbs@ubuntu:~/Projects/esp_rgbww_webinterface$ npm run init
  2.  
  3. > rgbww-webapp@0.3.3 init /home/vbs/Projects/esp_rgbww_webinterface
  4. > npm install && npm install bower && bower install
  5.  
  6. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  7. npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  8. npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
  9.  
  10. > iltorb@1.0.13 install /home/vbs/Projects/esp_rgbww_webinterface/node_modules/iltorb
  11. > node-gyp rebuild
  12.  
  13. make: Entering directory '/home/vbs/Projects/esp_rgbww_webinterface/node_modules/iltorb/build'
  14. CC(target) Release/obj.target/decode/brotli/common/dictionary.o
  15. CC(target) Release/obj.target/decode/brotli/dec/bit_reader.o
  16. CC(target) Release/obj.target/decode/brotli/dec/decode.o
  17. CC(target) Release/obj.target/decode/brotli/dec/huffman.o
  18. CC(target) Release/obj.target/decode/brotli/dec/state.o
  19. CXX(target) Release/obj.target/decode/src/common/allocator.o
  20. CXX(target) Release/obj.target/decode/src/common/stream_coder.o
  21. CXX(target) Release/obj.target/decode/src/dec/decode_index.o
  22. CXX(target) Release/obj.target/decode/src/dec/stream_decode.o
  23. CXX(target) Release/obj.target/decode/src/dec/stream_decode_worker.o
  24. SOLINK_MODULE(target) Release/obj.target/decode.node
  25. COPY Release/decode.node
  26. CC(target) Release/obj.target/encode/brotli/common/dictionary.o
  27. CC(target) Release/obj.target/encode/brotli/enc/backward_references.o
  28. CC(target) Release/obj.target/encode/brotli/enc/bit_cost.o
  29. CC(target) Release/obj.target/encode/brotli/enc/block_splitter.o
  30. CC(target) Release/obj.target/encode/brotli/enc/brotli_bit_stream.o
  31. CC(target) Release/obj.target/encode/brotli/enc/cluster.o
  32. CC(target) Release/obj.target/encode/brotli/enc/compress_fragment.o
  33. CC(target) Release/obj.target/encode/brotli/enc/compress_fragment_two_pass.o
  34. CC(target) Release/obj.target/encode/brotli/enc/encode.o
  35. CC(target) Release/obj.target/encode/brotli/enc/entropy_encode.o
  36. CC(target) Release/obj.target/encode/brotli/enc/histogram.o
  37. CC(target) Release/obj.target/encode/brotli/enc/literal_cost.o
  38. CC(target) Release/obj.target/encode/brotli/enc/memory.o
  39. CC(target) Release/obj.target/encode/brotli/enc/metablock.o
  40. CC(target) Release/obj.target/encode/brotli/enc/static_dict.o
  41. CC(target) Release/obj.target/encode/brotli/enc/utf8_util.o
  42. CXX(target) Release/obj.target/encode/src/common/allocator.o
  43. CXX(target) Release/obj.target/encode/src/common/stream_coder.o
  44. CXX(target) Release/obj.target/encode/src/enc/encode_index.o
  45. CXX(target) Release/obj.target/encode/src/enc/stream_encode.o
  46. CXX(target) Release/obj.target/encode/src/enc/stream_encode_worker.o
  47. SOLINK_MODULE(target) Release/obj.target/encode.node
  48. COPY Release/encode.node
  49. make: Leaving directory '/home/vbs/Projects/esp_rgbww_webinterface/node_modules/iltorb/build'
  50. rgbww-webapp@0.3.3 /home/vbs/Projects/esp_rgbww_webinterface
  51. ├─┬ grunt@0.4.5
  52. │ ├── async@0.1.22
  53. │ ├── coffee-script@1.3.3
  54. │ ├── colors@0.6.2
  55. │ ├── dateformat@1.0.2-1.2.3
  56. │ ├── eventemitter2@0.4.14
  57. │ ├── exit@0.1.2
  58. │ ├─┬ findup-sync@0.1.3
  59. │ │ ├─┬ glob@3.2.11
  60. │ │ │ ├── inherits@2.0.3
  61. │ │ │ └── minimatch@0.3.0
  62. │ │ └── lodash@2.4.2
  63. │ ├── getobject@0.1.0
  64. │ ├─┬ glob@3.1.21
  65. │ │ ├── graceful-fs@1.2.3
  66. │ │ └── inherits@1.0.2
  67. │ ├─┬ grunt-legacy-log@0.1.3
  68. │ │ ├─┬ grunt-legacy-log-utils@0.1.1
  69. │ │ │ ├── lodash@2.4.2
  70. │ │ │ └── underscore.string@2.3.3
  71. │ │ ├── lodash@2.4.2
  72. │ │ └── underscore.string@2.3.3
  73. │ ├── grunt-legacy-util@0.2.0
  74. │ ├── hooker@0.2.3
  75. │ ├── iconv-lite@0.2.11
  76. │ ├─┬ js-yaml@2.0.5
  77. │ │ ├─┬ argparse@0.1.16
  78. │ │ │ ├── underscore@1.7.0
  79. │ │ │ └── underscore.string@2.4.0
  80. │ │ └── esprima@1.0.4
  81. │ ├── lodash@0.9.2
  82. │ ├─┬ minimatch@0.2.14
  83. │ │ ├── lru-cache@2.7.3
  84. │ │ └── sigmund@1.0.1
  85. │ ├─┬ nopt@1.0.10
  86. │ │ └── abbrev@1.1.0
  87. │ ├── rimraf@2.2.8
  88. │ ├── underscore.string@2.2.1
  89. │ └── which@1.0.9
  90. ├─┬ grunt-cache-breaker@2.0.1
  91. │ ├─┬ cache-breaker@0.0.4
  92. │ │ └── lodash@2.2.1
  93. │ └─┬ lodash.clonedeep@3.0.2
  94. │ ├─┬ lodash._baseclone@3.3.0
  95. │ │ ├── lodash._arraycopy@3.0.0
  96. │ │ ├── lodash._arrayeach@3.0.0
  97. │ │ ├─┬ lodash._baseassign@3.2.0
  98. │ │ │ └── lodash._basecopy@3.0.1
  99. │ │ ├── lodash._basefor@3.0.3
  100. │ │ ├── lodash.isarray@3.0.4
  101. │ │ └─┬ lodash.keys@3.1.2
  102. │ │ ├── lodash._getnative@3.9.1
  103. │ │ └── lodash.isarguments@3.1.0
  104. │ └── lodash._bindcallback@3.0.1
  105. ├─┬ grunt-contrib-compress@1.4.1
  106. │ ├─┬ archiver@1.3.0
  107. │ │ ├─┬ archiver-utils@1.3.0
  108. │ │ │ ├─┬ glob@7.1.1
  109. │ │ │ │ └── minimatch@3.0.3
  110. │ │ │ ├── graceful-fs@4.1.11
  111. │ │ │ ├── lazystream@1.0.0
  112. │ │ │ ├── lodash@4.17.4
  113. │ │ │ └── normalize-path@2.0.1
  114. │ │ ├── async@2.1.5
  115. │ │ ├── buffer-crc32@0.2.13
  116. │ │ ├─┬ glob@7.1.1
  117. │ │ │ ├── fs.realpath@1.0.0
  118. │ │ │ ├─┬ inflight@1.0.6
  119. │ │ │ │ └── wrappy@1.0.2
  120. │ │ │ ├─┬ minimatch@3.0.3
  121. │ │ │ │ └─┬ brace-expansion@1.1.6
  122. │ │ │ │ ├── balanced-match@0.4.2
  123. │ │ │ │ └── concat-map@0.0.1
  124. │ │ │ ├── once@1.4.0
  125. │ │ │ └── path-is-absolute@1.0.1
  126. │ │ ├── lodash@4.17.4
  127. │ │ ├─┬ readable-stream@2.2.6
  128. │ │ │ ├── buffer-shims@1.0.0
  129. │ │ │ ├── core-util-is@1.0.2
  130. │ │ │ ├── isarray@1.0.0
  131. │ │ │ ├── process-nextick-args@1.0.7
  132. │ │ │ ├── string_decoder@0.10.31
  133. │ │ │ └── util-deprecate@1.0.2
  134. │ │ ├─┬ tar-stream@1.5.2
  135. │ │ │ ├── bl@1.2.0
  136. │ │ │ ├── end-of-stream@1.4.0
  137. │ │ │ └── xtend@4.0.1
  138. │ │ ├── walkdir@0.0.11
  139. │ │ └─┬ zip-stream@1.1.1
  140. │ │ ├─┬ compress-commons@1.2.0
  141. │ │ │ └─┬ crc32-stream@2.0.0
  142. │ │ │ └── crc@3.4.4
  143. │ │ └── lodash@4.17.4
  144. │ ├─┬ chalk@1.1.3
  145. │ │ ├── ansi-styles@2.2.1
  146. │ │ ├── escape-string-regexp@1.0.5
  147. │ │ ├─┬ has-ansi@2.0.0
  148. │ │ │ └── ansi-regex@2.1.1
  149. │ │ ├── strip-ansi@3.0.1
  150. │ │ └── supports-color@2.0.0
  151. │ ├─┬ iltorb@1.0.13
  152. │ │ └── nan@2.5.1
  153. │ ├── lodash@4.17.4
  154. │ ├─┬ pretty-bytes@3.0.1
  155. │ │ └── number-is-nan@1.0.1
  156. │ └── stream-buffers@2.2.0
  157. ├─┬ grunt-contrib-concat@1.0.1
  158. │ └── source-map@0.5.6
  159. ├─┬ grunt-contrib-cssmin@1.0.2
  160. │ ├─┬ clean-css@3.4.25
  161. │ │ ├─┬ commander@2.8.1
  162. │ │ │ └── graceful-readlink@1.0.1
  163. │ │ └─┬ source-map@0.4.4
  164. │ │ └── amdefine@1.0.1
  165. │ └─┬ maxmin@1.1.0
  166. │ ├─┬ figures@1.7.0
  167. │ │ └── object-assign@4.1.1
  168. │ ├─┬ gzip-size@1.0.0
  169. │ │ ├─┬ browserify-zlib@0.1.4
  170. │ │ │ └── pako@0.2.9
  171. │ │ └─┬ concat-stream@1.6.0
  172. │ │ └── typedarray@0.0.6
  173. │ └─┬ pretty-bytes@1.0.4
  174. │ ├── get-stdin@4.0.1
  175. │ └─┬ meow@3.7.0
  176. │ ├─┬ camelcase-keys@2.1.0
  177. │ │ └── camelcase@2.1.1
  178. │ ├─┬ loud-rejection@1.6.0
  179. │ │ ├─┬ currently-unhandled@0.4.1
  180. │ │ │ └── array-find-index@1.0.2
  181. │ │ └── signal-exit@3.0.2
  182. │ ├── map-obj@1.0.1
  183. │ ├── minimist@1.2.0
  184. │ ├─┬ normalize-package-data@2.3.6
  185. │ │ ├── hosted-git-info@2.4.1
  186. │ │ ├─┬ is-builtin-module@1.0.0
  187. │ │ │ └── builtin-modules@1.1.1
  188. │ │ ├── semver@5.3.0
  189. │ │ └─┬ validate-npm-package-license@3.0.1
  190. │ │ ├─┬ spdx-correct@1.0.2
  191. │ │ │ └── spdx-license-ids@1.2.2
  192. │ │ └── spdx-expression-parse@1.0.4
  193. │ ├─┬ read-pkg-up@1.0.1
  194. │ │ ├─┬ find-up@1.1.2
  195. │ │ │ ├── path-exists@2.1.0
  196. │ │ │ └─┬ pinkie-promise@2.0.1
  197. │ │ │ └── pinkie@2.0.4
  198. │ │ └─┬ read-pkg@1.1.0
  199. │ │ ├─┬ load-json-file@1.1.0
  200. │ │ │ ├── graceful-fs@4.1.11
  201. │ │ │ ├─┬ parse-json@2.2.0
  202. │ │ │ │ └─┬ error-ex@1.3.1
  203. │ │ │ │ └── is-arrayish@0.2.1
  204. │ │ │ ├── pify@2.3.0
  205. │ │ │ └─┬ strip-bom@2.0.0
  206. │ │ │ └── is-utf8@0.2.1
  207. │ │ └─┬ path-type@1.1.0
  208. │ │ └── graceful-fs@4.1.11
  209. │ ├─┬ redent@1.0.0
  210. │ │ ├─┬ indent-string@2.1.0
  211. │ │ │ └─┬ repeating@2.0.1
  212. │ │ │ └── is-finite@1.0.2
  213. │ │ └── strip-indent@1.0.1
  214. │ └── trim-newlines@1.0.0
  215. ├─┬ grunt-contrib-uglify@1.0.2
  216. │ ├── lodash@4.17.4
  217. │ ├─┬ uglify-js@2.6.4
  218. │ │ ├── async@0.2.10
  219. │ │ ├── uglify-to-browserify@1.0.2
  220. │ │ └─┬ yargs@3.10.0
  221. │ │ ├── camelcase@1.2.1
  222. │ │ ├─┬ cliui@2.1.0
  223. │ │ │ ├─┬ center-align@0.1.3
  224. │ │ │ │ ├─┬ align-text@0.1.4
  225. │ │ │ │ │ ├─┬ kind-of@3.1.0
  226. │ │ │ │ │ │ └── is-buffer@1.1.5
  227. │ │ │ │ │ ├── longest@1.0.1
  228. │ │ │ │ │ └── repeat-string@1.6.1
  229. │ │ │ │ └── lazy-cache@1.0.4
  230. │ │ │ └── right-align@0.1.3
  231. │ │ ├── decamelize@1.2.0
  232. │ │ └── window-size@0.1.0
  233. │ └── uri-path@1.0.0
  234. ├─┬ grunt-ng-annotate@2.0.2
  235. │ ├── lodash.clonedeep@4.5.0
  236. │ └─┬ ng-annotate@1.2.1
  237. │ ├── acorn@2.6.4
  238. │ ├── alter@0.2.0
  239. │ ├── convert-source-map@1.1.3
  240. │ ├─┬ optimist@0.6.1
  241. │ │ ├── minimist@0.0.10
  242. │ │ └── wordwrap@0.0.2
  243. │ ├─┬ ordered-ast-traverse@1.1.1
  244. │ │ └── ordered-esprima-props@1.1.0
  245. │ ├── simple-fmt@0.1.0
  246. │ ├── simple-is@0.2.0
  247. │ ├── stable@0.1.6
  248. │ ├── stringmap@0.2.2
  249. │ ├── stringset@0.2.1
  250. │ └── tryor@0.1.2
  251. └─┬ grunt-string-replace@1.3.1
  252. └─┬ async@2.1.5
  253. └── lodash@4.17.4
  254.  
  255. rgbww-webapp@0.3.3 /home/vbs/Projects/esp_rgbww_webinterface
  256. └── bower@1.8.0 extraneous
  257.  
  258. bower angular#^1.5.0 cached https://github.com/angular/bower-angular.git#1.6.3
  259. bower angular#^1.5.0 validate 1.6.3 against https://github.com/angular/bower-angular.git#^1.5.0
  260. bower angular-animate#^1.5.0 cached https://github.com/angular/bower-angular-animate.git#1.6.3
  261. bower angular-animate#^1.5.0 validate 1.6.3 against https://github.com/angular/bower-angular-animate.git#^1.5.0
  262. bower angular-aria#^1.5.0 cached https://github.com/angular/bower-angular-aria.git#1.6.3
  263. bower angular-aria#^1.5.0 validate 1.6.3 against https://github.com/angular/bower-angular-aria.git#^1.5.0
  264. bower angular-material#^1.0.5 cached https://github.com/angular/bower-material.git#1.1.3
  265. bower angular-material#^1.0.5 validate 1.1.3 against https://github.com/angular/bower-material.git#^1.0.5
  266. bower angular-messages#^1.4.8 cached https://github.com/angular/bower-angular-messages.git#1.6.3
  267. bower angular-messages#^1.4.8 validate 1.6.3 against https://github.com/angular/bower-angular-messages.git#^1.4.8
  268. bower angular-aria#^1.5.0 install angular-aria#1.6.3
  269. bower angular-material#^1.0.5 install angular-material#1.1.3
  270. bower angular-animate#^1.5.0 install angular-animate#1.6.3
  271. bower angular#^1.5.0 install angular#1.6.3
  272. bower angular-messages#^1.4.8 install angular-messages#1.6.3
  273.  
  274. angular-aria#1.6.3 bower_components/angular-aria
  275. └── angular#1.6.3
  276.  
  277. angular-material#1.1.3 bower_components/angular-material
  278. ├── angular#1.6.3
  279. ├── angular-animate#1.6.3
  280. ├── angular-aria#1.6.3
  281. └── angular-messages#1.6.3
  282.  
  283. angular-animate#1.6.3 bower_components/angular-animate
  284. └── angular#1.6.3
  285.  
  286. angular#1.6.3 bower_components/angular
  287.  
  288. angular-messages#1.6.3 bower_components/angular-messages
  289. └── angular#1.6.3
  290. vbs@ubuntu:~/Projects/esp_rgbww_webinterface$ npm run release
  291.  
  292. > rgbww-webapp@0.3.3 release /home/vbs/Projects/esp_rgbww_webinterface
  293. > npm run init && grunt release
  294.  
  295.  
  296. > rgbww-webapp@0.3.3 init /home/vbs/Projects/esp_rgbww_webinterface
  297. > npm install && npm install bower && bower install
  298.  
  299. rgbww-webapp@0.3.3 /home/vbs/Projects/esp_rgbww_webinterface
  300. └── bower@1.8.0 extraneous
  301.  
  302. rgbww-webapp@0.3.3 /home/vbs/Projects/esp_rgbww_webinterface
  303. └── bower@1.8.0 extraneous
  304.  
  305. Running "ngAnnotate:app" (ngAnnotate) task
  306. >> 1 file successfully annotated.
  307.  
  308. Running "string-replace:dist" (string-replace) task
  309.  
  310. 3 files created
  311.  
  312. Running "concat:dist" (concat) task
  313.  
  314. Running "uglify:dist" (uglify) task
  315. File build/app.min.js.map created (source map).
  316. File build/app.min.js created: 2.72 MB → 625.36 kB
  317. >> 1 sourcemap created.
  318. >> 1 file created.
  319.  
  320. Running "cssmin:target" (cssmin) task
  321. >> 1 file created. 371.58 kB → 367.54 kB
  322.  
  323. Running "compress:main" (compress) task
  324. >> Compressed 4 files.
  325.  
  326. Running "version" task
  327.  
  328. Done, without errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement