Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.32 KB | None | 0 0
  1. Terrens-MacBook-Pro-2:intelligence-web terren$ git checkout v2.20.1
  2. Branch v2.20.1 set up to track remote branch v2.20.1 from origin.
  3. Switched to a new branch 'v2.20.1'
  4. Terrens-MacBook-Pro-2:intelligence-web terren$ npm install
  5. npm WARN deprecated gulp-ngmin@0.3.0: Deprecated in favor of gulp-ng-annotate: https://github.com/Kagami/gulp-ng-annotate - Reasoning: https://github.com/btford/ngmin/issues/93
  6. npm WARN deprecated gulp-clean@0.3.1: use gulp-rimraf instead
  7. npm WARN deprecated ngmin@0.5.0: use ng-annotate instead
  8.  
  9. > fsevents@0.2.1 install /Users/terren/git/intelligence-web/node_modules/watchify/node_modules/fsevents
  10. > node-gyp rebuild
  11.  
  12. xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
  13.  
  14. xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
  15.  
  16. CXX(target) Release/obj.target/fse/fsevents.o
  17. In file included from ../fsevents.cc:6:
  18. ../../nan/nan.h:339:13: error: no member named 'New' in 'v8::String'
  19. return _NAN_ERROR(v8::Exception::Error, errmsg);
  20. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  22. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  23. ~~~~~~~~~~~~^
  24. ../../nan/nan.h:343:5: error: no member named 'ThrowException' in namespace 'v8'
  25. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  26. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  27. ../../nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  28. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  29. ~~~~^
  30. ../../nan/nan.h:343:5: error: no member named 'New' in 'v8::String'
  31. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  32. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33. ../../nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  34. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  35. ^~~~~~~~~~~~~~~~~~~~~~~
  36. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  37. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  38. ~~~~~~~~~~~~^
  39. ../../nan/nan.h:348:9: error: no type named 'ThrowException' in namespace 'v8'
  40. v8::ThrowException(error);
  41. ~~~~^
  42. ../../nan/nan.h:355:53: error: no member named 'New' in 'v8::String'; did you
  43. mean 'v8::TypeSwitch::New'?
  44. v8::Local<v8::Value> err = v8::Exception::Error(v8::String::New(msg));
  45. ^~~~~~~~~~~~~~~
  46. v8::TypeSwitch::New
  47. /Users/terren/.node-gyp/4.1.1/include/node/v8.h:4705:28: note:
  48. 'v8::TypeSwitch::New' declared here
  49. static Local<TypeSwitch> New(Local<FunctionTemplate> type);
  50. ^
  51. In file included from ../fsevents.cc:6:
  52. ../../nan/nan.h:355:69: error: calling a private constructor of class
  53. 'v8::Local<v8::FunctionTemplate>'
  54. v8::Local<v8::Value> err = v8::Exception::Error(v8::String::New(msg));
  55. ^
  56. /Users/terren/.node-gyp/4.1.1/include/node/v8.h:326:13: note: declared private
  57. here
  58. V8_INLINE Local(S* that)
  59. ^
  60. In file included from ../fsevents.cc:6:
  61. ../../nan/nan.h:357:65: error: too few arguments to function call, expected 2,
  62. have 1
  63. obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
  64. ~~~~~~~~~~~~~~ ^
  65. /Users/terren/.node-gyp/4.1.1/include/node/v8.h:2499:3: note: 'New' declared
  66. here
  67. static Local<Integer> New(Isolate* isolate, int32_t value);
  68. ^
  69. In file included from ../fsevents.cc:6:
  70. ../../nan/nan.h:357:26: error: no member named 'New' in 'v8::String'
  71. obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
  72. ~~~~~~~~~~~~^
  73. ../../nan/nan.h:369:12: error: no member named 'New' in 'v8::String'
  74. return _NAN_ERROR(v8::Exception::TypeError, errmsg);
  75. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  76. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  77. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  78. ~~~~~~~~~~~~^
  79. ../../nan/nan.h:373:5: error: no member named 'ThrowException' in namespace 'v8'
  80. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  81. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  82. ../../nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  83. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  84. ~~~~^
  85. ../../nan/nan.h:373:5: error: no member named 'New' in 'v8::String'
  86. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  87. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  88. ../../nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  89. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  90. ^~~~~~~~~~~~~~~~~~~~~~~
  91. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  92. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  93. ~~~~~~~~~~~~^
  94. ../../nan/nan.h:377:12: error: no member named 'New' in 'v8::String'
  95. return _NAN_ERROR(v8::Exception::RangeError, errmsg);
  96. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  97. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  98. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  99. ~~~~~~~~~~~~^
  100. ../../nan/nan.h:381:5: error: no member named 'ThrowException' in namespace 'v8'
  101. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  102. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  103. ../../nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  104. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  105. ~~~~^
  106. ../../nan/nan.h:381:5: error: no member named 'New' in 'v8::String'
  107. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  108. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  109. ../../nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  110. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  111. ^~~~~~~~~~~~~~~~~~~~~~~
  112. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  113. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  114. ~~~~~~~~~~~~^
  115. ../../nan/nan.h:406:13: error: no member named 'smalloc' in namespace 'node'
  116. , node::smalloc::FreeCallback callback
  117. ~~~~~~^
  118. ../../nan/nan.h:141:71: note: expanded from macro 'NAN_INLINE'
  119. # define NAN_INLINE(declarator) inline __attribute__((always_inline)) declarator
  120. ^
  121. ../../nan/nan.h:416:12: error: no matching function for call to 'New'
  122. return node::Buffer::New(data, size);
  123. ^~~~~~~~~~~~~~~~~
  124. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:28:40: note: candidate
  125. function not viable: no known conversion from 'char *' to 'v8::Isolate *'
  126. for 1st argument
  127. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, size_t length);
  128. ^
  129. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:31:40: note: candidate
  130. function not viable: no known conversion from 'char *' to 'v8::Isolate *'
  131. for 1st argument
  132. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  133. ^
  134. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:43:40: note: candidate
  135. function not viable: requires 3 arguments, but 2 were provided
  136. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  137. ^
  138. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:36:40: note: candidate
  139. function not viable: requires 5 arguments, but 2 were provided
  140. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  141. ^
  142. In file included from ../fsevents.cc:6:
  143. ../../nan/nan.h:420:12: error: no matching function for call to 'New'
  144. return node::Buffer::New(size);
  145. ^~~~~~~~~~~~~~~~~
  146. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:28:40: note: candidate
  147. function not viable: requires 2 arguments, but 1 was provided
  148. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, size_t length);
  149. ^
  150. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:31:40: note: candidate
  151. function not viable: requires at least 2 arguments, but 1 was provided
  152. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  153. ^
  154. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:43:40: note: candidate
  155. function not viable: requires 3 arguments, but 1 was provided
  156. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  157. ^
  158. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:36:40: note: candidate
  159. function not viable: requires 5 arguments, but 1 was provided
  160. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  161. ^
  162. In file included from ../fsevents.cc:6:
  163. ../../nan/nan.h:427:26: error: no member named 'Use' in namespace 'node::Buffer'
  164. return node::Buffer::Use(data, size);
  165. ~~~~~~~~~~~~~~^
  166. ../../nan/nan.h:727:49: error: too few arguments to function call, single
  167. argument 'isolate' was not specified
  168. v8::Local<v8::Object> obj = v8::Object::New();
  169. ~~~~~~~~~~~~~~~ ^
  170. /Users/terren/.node-gyp/4.1.1/include/node/v8.h:2933:3: note: 'New' declared
  171. here
  172. static Local<Object> New(Isolate* isolate);
  173. ^
  174. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  175. 20 errors generated.
  176. make: *** [Release/obj.target/fse/fsevents.o] Error 1
  177. gyp ERR! build error
  178. gyp ERR! stack Error: `make` failed with exit code: 2
  179. gyp ERR! stack at ChildProcess.onExit (/Users/terren/.nvm/versions/node/v4.1.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
  180. gyp ERR! stack at emitTwo (events.js:87:13)
  181. gyp ERR! stack at ChildProcess.emit (events.js:172:7)
  182. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
  183. gyp ERR! System Darwin 14.4.0
  184. gyp ERR! command "/Users/terren/.nvm/versions/node/v4.1.1/bin/node" "/Users/terren/.nvm/versions/node/v4.1.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  185. gyp ERR! cwd /Users/terren/git/intelligence-web/node_modules/watchify/node_modules/fsevents
  186. gyp ERR! node -v v4.1.1
  187. gyp ERR! node-gyp -v v3.0.1
  188. gyp ERR! not ok
  189. intelligence-web-client@2.20.1 /Users/terren/git/intelligence-web
  190. ├── @krossover/krossover-multiselect@0.1.3
  191. ├─┬ angular-multiselect@1.0.0
  192. │ ├─┬ gulp@3.9.0
  193. │ │ ├── archy@1.0.0
  194. │ │ ├── deprecated@0.0.1
  195. │ │ ├─┬ gulp-util@3.0.6
  196. │ │ │ ├── dateformat@1.0.11
  197. │ │ │ ├── through2@2.0.0
  198. │ │ │ └── vinyl@0.5.3
  199. │ │ ├── interpret@0.6.6
  200. │ │ ├─┬ liftoff@2.2.0
  201. │ │ │ ├── extend@2.0.1
  202. │ │ │ ├── findup-sync@0.3.0
  203. │ │ │ ├── flagged-respawn@0.3.1
  204. │ │ │ └── rechoir@0.6.2
  205. │ │ ├─┬ orchestrator@0.3.7
  206. │ │ │ ├── end-of-stream@0.1.5
  207. │ │ │ ├── sequencify@0.0.7
  208. │ │ │ └── stream-consume@0.1.0
  209. │ │ ├── pretty-hrtime@1.0.1
  210. │ │ ├── semver@4.3.6
  211. │ │ ├── tildify@1.1.2
  212. │ │ ├── v8flags@2.0.10
  213. │ │ └─┬ vinyl-fs@0.3.14
  214. │ │ ├─┬ defaults@1.0.2
  215. │ │ │ └── clone@0.1.19
  216. │ │ └─┬ through2@0.6.5
  217. │ │ └── readable-stream@1.0.33
  218. │ ├─┬ gulp-clean@0.3.1
  219. │ │ └─┬ gulp-util@2.2.20
  220. │ │ ├─┬ chalk@0.5.1
  221. │ │ │ ├── ansi-styles@1.1.0
  222. │ │ │ ├─┬ has-ansi@0.1.0
  223. │ │ │ │ └── ansi-regex@0.2.1
  224. │ │ │ ├── strip-ansi@0.3.0
  225. │ │ │ └── supports-color@0.2.0
  226. │ │ ├── dateformat@1.0.11
  227. │ │ ├── lodash._reinterpolate@2.4.1
  228. │ │ ├─┬ lodash.template@2.4.1
  229. │ │ │ ├── lodash._escapestringchar@2.4.1
  230. │ │ │ ├─┬ lodash.defaults@2.4.1
  231. │ │ │ │ ├── lodash._objecttypes@2.4.1
  232. │ │ │ │ └── lodash.keys@2.4.1
  233. │ │ │ ├─┬ lodash.escape@2.4.1
  234. │ │ │ │ ├─┬ lodash._escapehtmlchar@2.4.1
  235. │ │ │ │ │ └── lodash._htmlescapes@2.4.1
  236. │ │ │ │ └─┬ lodash._reunescapedhtml@2.4.1
  237. │ │ │ │ └── lodash.keys@2.4.1
  238. │ │ │ ├─┬ lodash.keys@2.4.1
  239. │ │ │ │ ├── lodash._isnative@2.4.1
  240. │ │ │ │ ├── lodash._shimkeys@2.4.1
  241. │ │ │ │ └── lodash.isobject@2.4.1
  242. │ │ │ ├── lodash.templatesettings@2.4.1
  243. │ │ │ └─┬ lodash.values@2.4.1
  244. │ │ │ └── lodash.keys@2.4.1
  245. │ │ ├── minimist@0.2.0
  246. │ │ ├─┬ through2@0.5.1
  247. │ │ │ ├── readable-stream@1.0.33
  248. │ │ │ └── xtend@3.0.0
  249. │ │ └── vinyl@0.2.3
  250. │ ├─┬ gulp-concat@2.6.0
  251. │ │ ├─┬ concat-with-sourcemaps@1.0.4
  252. │ │ │ └── source-map@0.5.1
  253. │ │ └─┬ through2@0.6.5
  254. │ │ └── readable-stream@1.0.33
  255. │ ├─┬ gulp-jshint@1.11.2
  256. │ │ ├─┬ jshint@2.8.0
  257. │ │ │ ├─┬ cli@0.6.6
  258. │ │ │ │ └─┬ glob@3.2.11
  259. │ │ │ │ └── minimatch@0.3.0
  260. │ │ │ ├── console-browserify@1.1.0
  261. │ │ │ └── lodash@3.7.0
  262. │ │ ├─┬ rcloader@0.1.2
  263. │ │ │ ├── lodash@2.4.2
  264. │ │ │ └─┬ rcfinder@0.1.8
  265. │ │ │ └── lodash@2.4.2
  266. │ │ └─┬ through2@0.6.5
  267. │ │ └── readable-stream@1.0.33
  268. │ ├─┬ gulp-lintspaces@0.3.1
  269. │ │ └─┬ gulp-util@2.2.20
  270. │ │ ├─┬ chalk@0.5.1
  271. │ │ │ ├── ansi-styles@1.1.0
  272. │ │ │ ├─┬ has-ansi@0.1.0
  273. │ │ │ │ └── ansi-regex@0.2.1
  274. │ │ │ ├── strip-ansi@0.3.0
  275. │ │ │ └── supports-color@0.2.0
  276. │ │ ├── dateformat@1.0.11
  277. │ │ ├── lodash._reinterpolate@2.4.1
  278. │ │ ├─┬ lodash.template@2.4.1
  279. │ │ │ ├── lodash.escape@2.4.1
  280. │ │ │ ├── lodash.keys@2.4.1
  281. │ │ │ └── lodash.templatesettings@2.4.1
  282. │ │ ├── minimist@0.2.0
  283. │ │ ├─┬ through2@0.5.1
  284. │ │ │ ├── readable-stream@1.0.33
  285. │ │ │ └── xtend@3.0.0
  286. │ │ └── vinyl@0.2.3
  287. │ ├─┬ gulp-ngmin@0.3.0
  288. │ │ ├─┬ gulp-util@2.2.20
  289. │ │ │ ├─┬ chalk@0.5.1
  290. │ │ │ │ ├── ansi-styles@1.1.0
  291. │ │ │ │ ├─┬ has-ansi@0.1.0
  292. │ │ │ │ │ └── ansi-regex@0.2.1
  293. │ │ │ │ ├── strip-ansi@0.3.0
  294. │ │ │ │ └── supports-color@0.2.0
  295. │ │ │ ├── dateformat@1.0.11
  296. │ │ │ ├── lodash._reinterpolate@2.4.1
  297. │ │ │ ├─┬ lodash.template@2.4.1
  298. │ │ │ │ ├── lodash.escape@2.4.1
  299. │ │ │ │ ├── lodash.keys@2.4.1
  300. │ │ │ │ └── lodash.templatesettings@2.4.1
  301. │ │ │ ├── minimist@0.2.0
  302. │ │ │ ├─┬ through2@0.5.1
  303. │ │ │ │ ├── readable-stream@1.0.33
  304. │ │ │ │ └── xtend@3.0.0
  305. │ │ │ └── vinyl@0.2.3
  306. │ │ └─┬ ngmin@0.5.0
  307. │ │ ├─┬ astral@0.1.0
  308. │ │ │ └── clone@0.1.19
  309. │ │ ├─┬ astral-angular-annotate@0.0.2
  310. │ │ │ ├── astral-pass@0.1.0
  311. │ │ │ └── clone@0.1.19
  312. │ │ ├── clone@0.1.19
  313. │ │ ├── commander@1.1.1
  314. │ │ ├─┬ escodegen@0.0.28
  315. │ │ │ └── estraverse@1.3.2
  316. │ │ ├── esprima@1.0.4
  317. │ │ └── ngmin-dynamic@0.0.1
  318. │ ├─┬ gulp-order@1.1.1
  319. │ │ └── minimatch@0.2.14
  320. │ ├─┬ gulp-uglify@1.4.1
  321. │ │ ├── deap@1.0.0
  322. │ │ ├─┬ fancy-log@1.1.0
  323. │ │ │ └── dateformat@1.0.11
  324. │ │ ├── isobject@2.0.0
  325. │ │ ├── through2@2.0.0
  326. │ │ ├── uglify-save-license@0.4.1
  327. │ │ └─┬ vinyl-sourcemaps-apply@0.1.4
  328. │ │ └── source-map@0.1.43
  329. │ ├─┬ gulp-watch@4.3.5
  330. │ │ ├── vinyl@0.5.3
  331. │ │ └─┬ vinyl-file@1.2.1
  332. │ │ ├── graceful-fs@4.1.2
  333. │ │ ├── strip-bom@2.0.0
  334. │ │ ├─┬ strip-bom-stream@1.0.0
  335. │ │ │ └── strip-bom@2.0.0
  336. │ │ └── vinyl@0.5.3
  337. │ ├─┬ jshint-summary@0.4.0
  338. │ │ ├─┬ chalk@0.4.0
  339. │ │ │ ├── ansi-styles@1.0.0
  340. │ │ │ └── strip-ansi@0.1.1
  341. │ │ └── wordwrap@0.0.2
  342. │ └── run-sequence@1.1.4
  343. ├─┬ browserify@4.1.10
  344. │ ├─┬ browser-pack@2.0.1
  345. │ │ └─┬ combine-source-map@0.3.0
  346. │ │ └── source-map@0.1.43
  347. │ ├─┬ derequire@0.8.0
  348. │ │ └─┬ esrefactor@0.1.0
  349. │ │ └── esprima@1.0.4
  350. │ ├─┬ glob@3.2.11
  351. │ │ └── minimatch@0.3.0
  352. │ ├─┬ insert-module-globals@6.0.0
  353. │ │ └── xtend@3.0.0
  354. │ ├─┬ module-deps@2.1.5
  355. │ │ ├─┬ detective@3.1.0
  356. │ │ │ └─┬ escodegen@1.1.0
  357. │ │ │ ├── esprima@1.0.4
  358. │ │ │ └── source-map@0.1.43
  359. │ │ └── resolve@0.6.3
  360. │ ├─┬ through2@0.4.2
  361. │ │ └── readable-stream@1.0.33
  362. │ ├─┬ umd@2.1.0
  363. │ │ └─┬ ruglify@1.0.0
  364. │ │ └─┬ uglify-js@2.2.5
  365. │ │ └── source-map@0.1.43
  366. │ └── xtend@3.0.0
  367. ├─┬ browserify-shim@3.5.0
  368. │ └── resolve@0.6.3
  369. ├─┬ component@1.0.2
  370. │ ├─┬ component-build@1.2.2
  371. │ │ └─┬ builder-autoprefixer@1.0.4
  372. │ │ └─┬ autoprefixer-core@3.1.2
  373. │ │ └─┬ postcss@2.2.6
  374. │ │ └── source-map@0.1.43
  375. │ ├─┬ component-remotes@1.2.0
  376. │ │ └─┬ cogent@0.4.3-fix-redirects (git://github.com/timaschew/cogent.git#2246bd071392f5053a3a110024fd608a40a593ba)
  377. │ │ └─┬ proxy-agent@1.1.1
  378. │ │ └─┬ pac-proxy-agent@0.2.0
  379. │ │ └─┬ pac-resolver@1.2.6
  380. │ │ └─┬ degenerator@1.0.2
  381. │ │ └─┬ escodegen@1.3.3
  382. │ │ └── source-map@0.1.43
  383. │ ├─┬ component-resolver@1.3.0
  384. │ │ └─┬ unglob@0.1.2
  385. │ │ ├─┬ glob@3.2.11
  386. │ │ │ └── minimatch@0.3.0
  387. │ │ └── minimatch@0.2.14
  388. │ └─┬ component-watcher@1.0.3
  389. │ └─┬ sane@0.8.1
  390. │ └── minimatch@0.2.14
  391. ├─┬ component-builder-less@0.0.2
  392. │ └─┬ less@1.7.5
  393. │ └── source-map@0.1.43
  394. ├─┬ cucumber@0.4.8
  395. │ ├── UNMET PEER DEPENDENCY bluebird@~2.2.1
  396. │ ├─┬ browserify@5.11.1
  397. │ │ ├─┬ browser-pack@3.2.0
  398. │ │ │ └─┬ through2@0.5.1
  399. │ │ │ └── readable-stream@1.0.33
  400. │ │ ├── console-browserify@1.1.0
  401. │ │ ├─┬ module-deps@3.9.1
  402. │ │ │ └─┬ stream-combiner2@1.0.2
  403. │ │ │ └─┬ through2@0.5.1
  404. │ │ │ ├── readable-stream@1.0.33
  405. │ │ │ └── xtend@3.0.0
  406. │ │ └── xtend@3.0.0
  407. │ └─┬ pogo@0.9.4
  408. │ └── source-map@0.1.43
  409. ├─┬ grunt@0.4.5
  410. │ ├─┬ findup-sync@0.1.3
  411. │ │ ├─┬ glob@3.2.11
  412. │ │ │ └── minimatch@0.3.0
  413. │ │ └── lodash@2.4.2
  414. │ ├─┬ grunt-legacy-log@0.1.2
  415. │ │ ├─┬ grunt-legacy-log-utils@0.1.1
  416. │ │ │ └── lodash@2.4.2
  417. │ │ └── lodash@2.4.2
  418. │ ├─┬ js-yaml@2.0.5
  419. │ │ └── esprima@1.0.4
  420. │ └── minimatch@0.2.14
  421. ├─┬ grunt-autoprefixer@2.2.0
  422. │ └─┬ chalk@0.5.1
  423. │ ├── ansi-styles@1.1.0
  424. │ ├─┬ has-ansi@0.1.0
  425. │ │ └── ansi-regex@0.2.1
  426. │ ├── strip-ansi@0.3.0
  427. │ └── supports-color@0.2.0
  428. ├─┬ grunt-browser-sync@2.0.0
  429. │ └─┬ browser-sync@2.9.6
  430. │ ├─┬ easy-extender@2.3.1
  431. │ │ └── lodash@2.4.2
  432. │ ├─┬ eazy-logger@2.1.2
  433. │ │ ├─┬ opt-merger@1.1.0
  434. │ │ │ └── lodash@2.4.2
  435. │ │ └─┬ tfunk@3.0.1
  436. │ │ └─┬ chalk@0.5.1
  437. │ │ ├── ansi-styles@1.1.0
  438. │ │ ├─┬ has-ansi@0.1.0
  439. │ │ │ └── ansi-regex@0.2.1
  440. │ │ ├── strip-ansi@0.3.0
  441. │ │ └── supports-color@0.2.0
  442. │ └─┬ localtunnel@1.7.0
  443. │ └─┬ yargs@3.15.0
  444. │ └─┬ cliui@2.1.0
  445. │ └── wordwrap@0.0.2
  446. ├─┬ grunt-contrib-concat@0.5.1
  447. │ └─┬ chalk@0.5.1
  448. │ ├── ansi-styles@1.1.0
  449. │ ├─┬ has-ansi@0.1.0
  450. │ │ └── ansi-regex@0.2.1
  451. │ ├── strip-ansi@0.3.0
  452. │ └── supports-color@0.2.0
  453. ├─┬ grunt-contrib-copy@0.8.0
  454. │ └─┬ chalk@0.5.1
  455. │ ├── ansi-styles@1.1.0
  456. │ ├─┬ has-ansi@0.1.0
  457. │ │ └── ansi-regex@0.2.1
  458. │ ├── strip-ansi@0.3.0
  459. │ └── supports-color@0.2.0
  460. ├─┬ grunt-contrib-csslint@0.4.0
  461. │ ├─┬ chalk@0.5.1
  462. │ │ ├── ansi-styles@1.1.0
  463. │ │ ├─┬ has-ansi@0.1.0
  464. │ │ │ └── ansi-regex@0.2.1
  465. │ │ ├── strip-ansi@0.3.0
  466. │ │ └── supports-color@0.2.0
  467. │ └── lodash@2.4.2
  468. ├─┬ grunt-contrib-htmlmin@0.4.0
  469. │ ├─┬ chalk@0.5.1
  470. │ │ ├── ansi-styles@1.1.0
  471. │ │ ├─┬ has-ansi@0.1.0
  472. │ │ │ └── ansi-regex@0.2.1
  473. │ │ ├── strip-ansi@0.3.0
  474. │ │ └── supports-color@0.2.0
  475. │ └─┬ html-minifier@0.7.2
  476. │ ├─┬ clean-css@3.1.9
  477. │ │ └── source-map@0.1.43
  478. │ └─┬ cli@0.6.6
  479. │ └─┬ glob@3.2.11
  480. │ └── minimatch@0.3.0
  481. ├─┬ grunt-contrib-jshint@0.11.0
  482. │ └─┬ jshint@2.6.3
  483. │ ├─┬ cli@0.6.6
  484. │ │ └─┬ glob@3.2.11
  485. │ │ └── minimatch@0.3.0
  486. │ └── console-browserify@1.1.0
  487. ├─┬ grunt-contrib-less@1.0.0
  488. │ ├─┬ chalk@0.5.1
  489. │ │ ├── ansi-styles@1.1.0
  490. │ │ ├─┬ has-ansi@0.1.0
  491. │ │ │ └── ansi-regex@0.2.1
  492. │ │ ├── strip-ansi@0.3.0
  493. │ │ └── supports-color@0.2.0
  494. │ └── lodash@2.4.2
  495. ├─┬ grunt-contrib-uglify@0.8.0
  496. │ ├─┬ chalk@0.5.1
  497. │ │ ├── ansi-styles@1.1.0
  498. │ │ ├─┬ has-ansi@0.1.0
  499. │ │ │ └── ansi-regex@0.2.1
  500. │ │ ├── strip-ansi@0.3.0
  501. │ │ └── supports-color@0.2.0
  502. │ └─┬ uglify-js@2.4.24
  503. │ └─┬ yargs@3.5.4
  504. │ └── wordwrap@0.0.2
  505. ├─┬ grunt-contrib-watch@0.6.1
  506. │ ├─┬ gaze@0.5.1
  507. │ │ └─┬ globule@0.1.0
  508. │ │ └── minimatch@0.2.14
  509. │ └── lodash@2.4.2
  510. ├─┬ grunt-env@0.4.4
  511. │ └── lodash@2.4.2
  512. ├─┬ grunt-githooks@0.3.1
  513. │ └─┬ handlebars@1.0.12
  514. │ └─┬ uglify-js@2.3.6
  515. │ └── source-map@0.1.43
  516. ├─┬ grunt-gitinfo@0.1.7
  517. │ └── lodash@2.4.2
  518. ├─┬ grunt-grunticon@2.1.5
  519. │ ├─┬ directory-colorfy@2.0.3
  520. │ │ └─┬ phantomjs@1.9.15
  521. │ │ └─┬ request@2.42.0
  522. │ │ └─┬ bl@0.9.4
  523. │ │ └── readable-stream@1.0.33
  524. │ ├─┬ directory-encoder@0.6.1
  525. │ │ └─┬ handlebars@1.1.2
  526. │ │ └─┬ uglify-js@2.3.6
  527. │ │ └── source-map@0.1.43
  528. │ ├─┬ grunt-svgmin@0.3.0
  529. │ │ └─┬ svgo@0.4.5
  530. │ │ └─┬ js-yaml@2.1.3
  531. │ │ └── esprima@1.0.4
  532. │ ├─┬ svg-to-png@2.0.0
  533. │ │ └─┬ imagemin@3.1.0
  534. │ │ ├─┬ imagemin-gifsicle@4.2.0
  535. │ │ │ ├─┬ gifsicle@3.0.1
  536. │ │ │ │ ├─┬ bin-build@2.1.2
  537. │ │ │ │ │ ├─┬ decompress@2.3.0
  538. │ │ │ │ │ │ ├─┬ buffer-to-vinyl@1.0.1
  539. │ │ │ │ │ │ │ └── vinyl@0.5.3
  540. │ │ │ │ │ │ ├─┬ decompress-tar@3.1.0
  541. │ │ │ │ │ │ │ └─┬ through2@0.6.5
  542. │ │ │ │ │ │ │ └── readable-stream@1.0.33
  543. │ │ │ │ │ │ ├─┬ decompress-tarbz2@3.1.0
  544. │ │ │ │ │ │ │ └─┬ through2@0.6.5
  545. │ │ │ │ │ │ │ └── readable-stream@1.0.33
  546. │ │ │ │ │ │ ├─┬ decompress-targz@3.1.0
  547. │ │ │ │ │ │ │ └─┬ through2@0.6.5
  548. │ │ │ │ │ │ │ └── readable-stream@1.0.33
  549. │ │ │ │ │ │ ├─┬ decompress-unzip@3.3.0
  550. │ │ │ │ │ │ │ ├── through2@2.0.0
  551. │ │ │ │ │ │ │ └── vinyl@0.5.3
  552. │ │ │ │ │ │ └─┬ vinyl-fs@1.0.0
  553. │ │ │ │ │ │ ├─┬ glob-stream@4.1.1
  554. │ │ │ │ │ │ │ ├─┬ through2@0.6.5
  555. │ │ │ │ │ │ │ │ └── readable-stream@1.0.33
  556. │ │ │ │ │ │ │ └─┬ unique-stream@2.2.0
  557. │ │ │ │ │ │ │ └─┬ through2-filter@2.0.0
  558. │ │ │ │ │ │ │ └── through2@2.0.0
  559. │ │ │ │ │ │ ├─┬ merge-stream@0.1.8
  560. │ │ │ │ │ │ │ └─┬ through2@0.6.5
  561. │ │ │ │ │ │ │ └── readable-stream@1.0.33
  562. │ │ │ │ │ │ └─┬ through2@0.6.5
  563. │ │ │ │ │ │ └── readable-stream@1.0.33
  564. │ │ │ │ │ └─┬ download@4.2.1
  565. │ │ │ │ │ ├─┬ gulp-decompress@1.1.0
  566. │ │ │ │ │ │ ├─┬ decompress@2.3.0
  567. │ │ │ │ │ │ │ └─┬ vinyl-fs@1.0.0
  568. │ │ │ │ │ │ │ └─┬ through2@0.6.5
  569. │ │ │ │ │ │ │ └── readable-stream@1.0.33
  570. │ │ │ │ │ │ └── through2@2.0.0
  571. │ │ │ │ │ ├── vinyl@0.5.3
  572. │ │ │ │ │ └─┬ vinyl-fs@1.0.0
  573. │ │ │ │ │ └─┬ through2@0.6.5
  574. │ │ │ │ │ └── readable-stream@1.0.33
  575. │ │ │ │ ├─┬ bin-wrapper@3.0.2
  576. │ │ │ │ │ └─┬ bin-version-check@2.1.0
  577. │ │ │ │ │ ├── semver@4.3.6
  578. │ │ │ │ │ └─┬ semver-truncate@1.0.0
  579. │ │ │ │ │ └── semver@4.3.6
  580. │ │ │ │ └─┬ logalot@2.1.0
  581. │ │ │ │ └─┬ squeak@1.2.0
  582. │ │ │ │ └─┬ chalk@0.5.1
  583. │ │ │ │ ├── ansi-styles@1.1.0
  584. │ │ │ │ ├─┬ has-ansi@0.1.0
  585. │ │ │ │ │ └── ansi-regex@0.2.1
  586. │ │ │ │ ├── strip-ansi@0.3.0
  587. │ │ │ │ └── supports-color@0.2.0
  588. │ │ │ └─┬ through2@0.6.5
  589. │ │ │ └── readable-stream@1.0.33
  590. │ │ ├─┬ imagemin-jpegtran@4.3.0
  591. │ │ │ └── through2@2.0.0
  592. │ │ ├─┬ imagemin-optipng@4.3.0
  593. │ │ │ └─┬ through2@0.6.5
  594. │ │ │ └── readable-stream@1.0.33
  595. │ │ ├─┬ imagemin-pngquant@4.2.0
  596. │ │ │ └── through2@2.0.0
  597. │ │ ├─┬ imagemin-svgo@4.1.2
  598. │ │ │ └─┬ through2@0.6.5
  599. │ │ │ └── readable-stream@1.0.33
  600. │ │ └─┬ through2@0.6.5
  601. │ │ └── readable-stream@1.0.33
  602. │ └─┬ uglify-js@2.2.5
  603. │ └── source-map@0.1.43
  604. ├─┬ grunt-htmlhint@0.4.1
  605. │ └─┬ htmlhint@0.9.6
  606. │ └── commander@1.1.1
  607. ├─┬ grunt-jscs@1.5.0
  608. │ └── lodash@2.4.2
  609. ├─┬ grunt-karma@0.10.1
  610. │ └── lodash@2.4.2
  611. ├─┬ grunt-lintspaces@0.7.0
  612. │ ├─┬ junitwriter@0.3.1
  613. │ │ └── dateformat@1.0.11
  614. │ └─┬ lintspaces@0.3.2
  615. │ └─┬ editorconfig@0.11.4 (git+https://github.com/editorconfig/editorconfig-core-js.git#50e0dba81b2f7f3e9ea4f701f2c65dd3f482cd4c)
  616. │ └── commander@1.1.1
  617. ├─┬ grunt-ng-annotate@0.10.0
  618. │ └─┬ ng-annotate@0.15.4
  619. │ └── source-map@0.1.43
  620. ├─┬ grunt-notify@0.4.1
  621. │ └── semver@4.3.6
  622. ├─┬ grunt-plato@1.2.1
  623. │ └─┬ plato@1.2.2
  624. │ ├─┬ escomplex-js@0.1.5
  625. │ │ └── esprima@1.0.4
  626. │ ├─┬ jshint@2.5.11
  627. │ │ ├─┬ cli@0.6.6
  628. │ │ │ └─┬ glob@3.2.11
  629. │ │ │ └── minimatch@0.3.0
  630. │ │ └── console-browserify@1.1.0
  631. │ └── lodash@2.4.2
  632. ├─┬ grunt-protractor-runner@1.2.1
  633. │ └─┬ through2@0.5.1
  634. │ ├── readable-stream@1.0.33
  635. │ └── xtend@3.0.0
  636. ├─┬ karma@0.12.31
  637. │ ├─┬ chokidar@1.1.0
  638. │ │ ├─┬ fsevents@1.0.0
  639. │ │ │ └─┬ node-pre-gyp@0.6.9
  640. │ │ │ └─┬ tar-pack@2.0.0
  641. │ │ │ ├─┬ fstream-ignore@0.0.7
  642. │ │ │ │ └── minimatch@0.2.14
  643. │ │ │ └── readable-stream@1.0.33
  644. │ │ └─┬ readdirp@2.0.0
  645. │ │ └── graceful-fs@4.1.2
  646. │ ├─┬ glob@3.2.11
  647. │ │ └── minimatch@0.3.0
  648. │ ├── lodash@2.4.2
  649. │ ├─┬ log4js@0.6.27
  650. │ │ ├── readable-stream@1.0.33
  651. │ │ └── semver@4.3.6
  652. │ ├── minimatch@0.2.14
  653. │ └── source-map@0.1.43
  654. ├─┬ karma-browserify@4.2.1
  655. │ ├─┬ browserify@9.0.8
  656. │ │ ├─┬ browser-pack@4.0.4
  657. │ │ │ └─┬ through2@0.5.1
  658. │ │ │ └── readable-stream@1.0.33
  659. │ │ ├── console-browserify@1.1.0
  660. │ │ └── xtend@3.0.0
  661. │ ├── lodash@2.4.2
  662. │ └─┬ watchify@3.4.0
  663. │ └─┬ through2@0.6.5
  664. │ └── readable-stream@1.0.33
  665. ├─┬ karma-coverage@0.2.7
  666. │ ├── dateformat@1.0.11
  667. │ ├─┬ ibrik@2.0.0
  668. │ │ ├─┬ fileset@0.1.8
  669. │ │ │ └─┬ glob@3.2.11
  670. │ │ │ └── minimatch@0.3.0
  671. │ │ └── lodash@2.4.2
  672. │ ├─┬ istanbul@0.3.21
  673. │ │ └─┬ escodegen@1.6.1
  674. │ │ └── source-map@0.1.43
  675. │ └── minimatch@0.3.0
  676. ├─┬ mocha@2.2.1
  677. │ └─┬ glob@3.2.3
  678. │ └── minimatch@0.2.14
  679. ├─┬ napa@1.2.0
  680. │ ├─┬ download@3.2.0
  681. │ │ ├─┬ decompress-tar@2.0.2
  682. │ │ │ ├─┬ strip-dirs@0.1.1
  683. │ │ │ │ └─┬ chalk@0.5.1
  684. │ │ │ │ ├── ansi-styles@1.1.0
  685. │ │ │ │ ├─┬ has-ansi@0.1.0
  686. │ │ │ │ │ └── ansi-regex@0.2.1
  687. │ │ │ │ ├── strip-ansi@0.3.0
  688. │ │ │ │ └── supports-color@0.2.0
  689. │ │ │ └─┬ tar-stream@0.4.7
  690. │ │ │ └─┬ bl@0.9.4
  691. │ │ │ └── readable-stream@1.0.33
  692. │ │ ├─┬ download-status@2.2.1
  693. │ │ │ └─┬ chalk@0.5.1
  694. │ │ │ ├── ansi-styles@1.1.0
  695. │ │ │ ├─┬ has-ansi@0.1.0
  696. │ │ │ │ └── ansi-regex@0.2.1
  697. │ │ │ ├── strip-ansi@0.3.0
  698. │ │ │ └── supports-color@0.2.0
  699. │ │ └─┬ through2@0.6.5
  700. │ │ └── readable-stream@1.0.33
  701. │ └─┬ tar-pack@2.0.0
  702. │ ├─┬ fstream-ignore@0.0.7
  703. │ │ └── minimatch@0.2.14
  704. │ └── readable-stream@1.0.33
  705. └─┬ protractor@1.8.0
  706. ├─┬ glob@3.2.11
  707. │ └── minimatch@0.3.0
  708. ├─┬ jasmine@2.1.1
  709. │ └─┬ glob@3.2.11
  710. │ └── minimatch@0.3.0
  711. └── lodash@2.4.2
  712.  
  713. npm WARN EPEERINVALID pogo@0.9.4 requires a peer of bluebird@~2.2.1 but none was installed.
  714. npm ERR! Darwin 14.4.0
  715. npm ERR! argv "/Users/terren/.nvm/versions/node/v4.1.1/bin/node" "/Users/terren/.nvm/versions/node/v4.1.1/bin/npm" "install"
  716. npm ERR! node v4.1.1
  717. npm ERR! npm v3.3.3
  718. npm ERR! code ELIFECYCLE
  719.  
  720. npm ERR! fsevents@0.2.1 install: `node-gyp rebuild`
  721. npm ERR! Exit status 1
  722. npm ERR!
  723. npm ERR! Failed at the fsevents@0.2.1 install script 'node-gyp rebuild'.
  724. npm ERR! This is most likely a problem with the fsevents package,
  725. npm ERR! not with npm itself.
  726. npm ERR! Tell the author that this fails on your system:
  727. npm ERR! node-gyp rebuild
  728. npm ERR! You can get their info via:
  729. npm ERR! npm owner ls fsevents
  730. npm ERR! There is likely additional logging output above.
  731.  
  732. npm ERR! Please include the following file with any support request:
  733. npm ERR! /Users/terren/git/intelligence-web/npm-debug.log
  734. Terrens-MacBook-Pro-2:intelligence-web terren$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement