Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.79 KB | None | 0 0
  1. errens-MacBook-Pro-2:intelligence-web terren$ npm install
  2.  
  3. > fsevents@0.2.1 install /Users/terren/git/intelligence-web/node_modules/watchify/node_modules/fsevents
  4. > node-gyp rebuild
  5.  
  6. CXX(target) Release/obj.target/fse/fsevents.o
  7. In file included from ../fsevents.cc:6:
  8. ../../nan/nan.h:339:13: error: no member named 'New' in 'v8::String'
  9. return _NAN_ERROR(v8::Exception::Error, errmsg);
  10. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  12. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  13. ~~~~~~~~~~~~^
  14. ../../nan/nan.h:343:5: error: no member named 'ThrowException' in namespace 'v8'
  15. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  16. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. ../../nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  18. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  19. ~~~~^
  20. ../../nan/nan.h:343:5: error: no member named 'New' in 'v8::String'
  21. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  22. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  23. ../../nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  24. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  25. ^~~~~~~~~~~~~~~~~~~~~~~
  26. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  27. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  28. ~~~~~~~~~~~~^
  29. ../../nan/nan.h:348:9: error: no type named 'ThrowException' in namespace 'v8'
  30. v8::ThrowException(error);
  31. ~~~~^
  32. ../../nan/nan.h:355:53: error: no member named 'New' in 'v8::String'; did you
  33. mean 'v8::TypeSwitch::New'?
  34. v8::Local<v8::Value> err = v8::Exception::Error(v8::String::New(msg));
  35. ^~~~~~~~~~~~~~~
  36. v8::TypeSwitch::New
  37. /Users/terren/.node-gyp/4.1.1/include/node/v8.h:4705:28: note:
  38. 'v8::TypeSwitch::New' declared here
  39. static Local<TypeSwitch> New(Local<FunctionTemplate> type);
  40. ^
  41. In file included from ../fsevents.cc:6:
  42. ../../nan/nan.h:355:69: error: calling a private constructor of class
  43. 'v8::Local<v8::FunctionTemplate>'
  44. v8::Local<v8::Value> err = v8::Exception::Error(v8::String::New(msg));
  45. ^
  46. /Users/terren/.node-gyp/4.1.1/include/node/v8.h:326:13: note: declared private
  47. here
  48. V8_INLINE Local(S* that)
  49. ^
  50. In file included from ../fsevents.cc:6:
  51. ../../nan/nan.h:357:65: error: too few arguments to function call, expected 2,
  52. have 1
  53. obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
  54. ~~~~~~~~~~~~~~ ^
  55. /Users/terren/.node-gyp/4.1.1/include/node/v8.h:2499:3: note: 'New' declared
  56. here
  57. static Local<Integer> New(Isolate* isolate, int32_t value);
  58. ^
  59. In file included from ../fsevents.cc:6:
  60. ../../nan/nan.h:357:26: error: no member named 'New' in 'v8::String'
  61. obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
  62. ~~~~~~~~~~~~^
  63. ../../nan/nan.h:369:12: error: no member named 'New' in 'v8::String'
  64. return _NAN_ERROR(v8::Exception::TypeError, errmsg);
  65. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  66. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  67. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  68. ~~~~~~~~~~~~^
  69. ../../nan/nan.h:373:5: error: no member named 'ThrowException' in namespace 'v8'
  70. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  71. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  72. ../../nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  73. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  74. ~~~~^
  75. ../../nan/nan.h:373:5: error: no member named 'New' in 'v8::String'
  76. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  77. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  78. ../../nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  79. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  80. ^~~~~~~~~~~~~~~~~~~~~~~
  81. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  82. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  83. ~~~~~~~~~~~~^
  84. ../../nan/nan.h:377:12: error: no member named 'New' in 'v8::String'
  85. return _NAN_ERROR(v8::Exception::RangeError, errmsg);
  86. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  87. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  88. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  89. ~~~~~~~~~~~~^
  90. ../../nan/nan.h:381:5: error: no member named 'ThrowException' in namespace 'v8'
  91. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  92. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  93. ../../nan/nan.h:324:11: note: expanded from macro '_NAN_THROW_ERROR'
  94. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  95. ~~~~^
  96. ../../nan/nan.h:381:5: error: no member named 'New' in 'v8::String'
  97. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  98. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  99. ../../nan/nan.h:324:26: note: expanded from macro '_NAN_THROW_ERROR'
  100. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  101. ^~~~~~~~~~~~~~~~~~~~~~~
  102. ../../nan/nan.h:319:50: note: expanded from macro '_NAN_ERROR'
  103. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  104. ~~~~~~~~~~~~^
  105. ../../nan/nan.h:406:13: error: no member named 'smalloc' in namespace 'node'
  106. , node::smalloc::FreeCallback callback
  107. ~~~~~~^
  108. ../../nan/nan.h:141:71: note: expanded from macro 'NAN_INLINE'
  109. # define NAN_INLINE(declarator) inline __attribute__((always_inline)) declarator
  110. ^
  111. ../../nan/nan.h:416:12: error: no matching function for call to 'New'
  112. return node::Buffer::New(data, size);
  113. ^~~~~~~~~~~~~~~~~
  114. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:28:40: note: candidate
  115. function not viable: no known conversion from 'char *' to 'v8::Isolate *'
  116. for 1st argument
  117. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, size_t length);
  118. ^
  119. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:31:40: note: candidate
  120. function not viable: no known conversion from 'char *' to 'v8::Isolate *'
  121. for 1st argument
  122. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  123. ^
  124. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:43:40: note: candidate
  125. function not viable: requires 3 arguments, but 2 were provided
  126. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  127. ^
  128. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:36:40: note: candidate
  129. function not viable: requires 5 arguments, but 2 were provided
  130. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  131. ^
  132. In file included from ../fsevents.cc:6:
  133. ../../nan/nan.h:420:12: error: no matching function for call to 'New'
  134. return node::Buffer::New(size);
  135. ^~~~~~~~~~~~~~~~~
  136. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:28:40: note: candidate
  137. function not viable: requires 2 arguments, but 1 was provided
  138. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, size_t length);
  139. ^
  140. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:31:40: note: candidate
  141. function not viable: requires at least 2 arguments, but 1 was provided
  142. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  143. ^
  144. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:43:40: note: candidate
  145. function not viable: requires 3 arguments, but 1 was provided
  146. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  147. ^
  148. /Users/terren/.node-gyp/4.1.1/include/node/node_buffer.h:36:40: note: candidate
  149. function not viable: requires 5 arguments, but 1 was provided
  150. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  151. ^
  152. In file included from ../fsevents.cc:6:
  153. ../../nan/nan.h:427:26: error: no member named 'Use' in namespace 'node::Buffer'
  154. return node::Buffer::Use(data, size);
  155. ~~~~~~~~~~~~~~^
  156. ../../nan/nan.h:727:49: error: too few arguments to function call, single
  157. argument 'isolate' was not specified
  158. v8::Local<v8::Object> obj = v8::Object::New();
  159. ~~~~~~~~~~~~~~~ ^
  160. /Users/terren/.node-gyp/4.1.1/include/node/v8.h:2933:3: note: 'New' declared
  161. here
  162. static Local<Object> New(Isolate* isolate);
  163. ^
  164. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  165. 20 errors generated.
  166. make: *** [Release/obj.target/fse/fsevents.o] Error 1
  167. gyp ERR! build error
  168. gyp ERR! stack Error: `make` failed with exit code: 2
  169. 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)
  170. gyp ERR! stack at emitTwo (events.js:87:13)
  171. gyp ERR! stack at ChildProcess.emit (events.js:172:7)
  172. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
  173. gyp ERR! System Darwin 14.4.0
  174. 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"
  175. gyp ERR! cwd /Users/terren/git/intelligence-web/node_modules/watchify/node_modules/fsevents
  176. gyp ERR! node -v v4.1.1
  177. gyp ERR! node-gyp -v v3.0.1
  178. gyp ERR! not ok
  179. intelligence-web-client@2.20.1 /Users/terren/git/intelligence-web
  180. ├─┬ angular-multiselect@1.0.0
  181. │ └─┬ gulp-jshint@1.11.2
  182. │ ├─┬ jshint@2.8.0
  183. │ │ └─┬ cli@0.6.6
  184. │ │ └─┬ glob@3.2.11
  185. │ │ └── minimatch@0.3.0
  186. │ └─┬ rcloader@0.1.2
  187. │ ├── lodash@2.4.2
  188. │ └─┬ rcfinder@0.1.8
  189. │ └── lodash@2.4.2
  190. ├─┬ browserify@4.1.10
  191. │ ├─┬ glob@3.2.11
  192. │ │ └── minimatch@0.3.0
  193. │ └─┬ module-deps@2.1.5
  194. │ └── resolve@0.6.3
  195. ├─┬ browserify-shim@3.5.0
  196. │ └── resolve@0.6.3
  197. ├─┬ component@1.0.2
  198. │ └─┬ component-resolver@1.3.0
  199. │ └─┬ unglob@0.1.2
  200. │ └─┬ glob@3.2.11
  201. │ └── minimatch@0.3.0
  202. ├─┬ grunt@0.4.5
  203. │ ├─┬ findup-sync@0.1.3
  204. │ │ ├─┬ glob@3.2.11
  205. │ │ │ └── minimatch@0.3.0
  206. │ │ └── lodash@2.4.2
  207. │ └─┬ grunt-legacy-log@0.1.2
  208. │ ├─┬ grunt-legacy-log-utils@0.1.1
  209. │ │ └── lodash@2.4.2
  210. │ └── lodash@2.4.2
  211. ├─┬ grunt-browser-sync@2.0.0
  212. │ └─┬ browser-sync@2.9.6
  213. │ ├─┬ easy-extender@2.3.1
  214. │ │ └── lodash@2.4.2
  215. │ └─┬ eazy-logger@2.1.2
  216. │ └─┬ opt-merger@1.1.0
  217. │ └── lodash@2.4.2
  218. ├─┬ grunt-contrib-csslint@0.4.0
  219. │ └── lodash@2.4.2
  220. ├─┬ grunt-contrib-htmlmin@0.4.0
  221. │ └─┬ html-minifier@0.7.2
  222. │ └─┬ cli@0.6.6
  223. │ └─┬ glob@3.2.11
  224. │ └── minimatch@0.3.0
  225. ├─┬ grunt-contrib-jshint@0.11.0
  226. │ └─┬ jshint@2.6.3
  227. │ └─┬ cli@0.6.6
  228. │ └─┬ glob@3.2.11
  229. │ └── minimatch@0.3.0
  230. ├─┬ grunt-contrib-less@1.0.0
  231. │ └── lodash@2.4.2
  232. ├─┬ grunt-contrib-watch@0.6.1
  233. │ └── lodash@2.4.2
  234. ├─┬ grunt-env@0.4.4
  235. │ └── lodash@2.4.2
  236. ├─┬ grunt-gitinfo@0.1.7
  237. │ └── lodash@2.4.2
  238. ├─┬ grunt-jscs@1.5.0
  239. │ └── lodash@2.4.2
  240. ├─┬ grunt-karma@0.10.1
  241. │ └── lodash@2.4.2
  242. ├─┬ grunt-plato@1.2.1
  243. │ └─┬ plato@1.2.2
  244. │ ├─┬ jshint@2.5.11
  245. │ │ └─┬ cli@0.6.6
  246. │ │ └─┬ glob@3.2.11
  247. │ │ └── minimatch@0.3.0
  248. │ └── lodash@2.4.2
  249. ├─┬ karma@0.12.31
  250. │ ├─┬ glob@3.2.11
  251. │ │ └── minimatch@0.3.0
  252. │ └── lodash@2.4.2
  253. ├─┬ karma-browserify@4.2.1
  254. │ └── lodash@2.4.2
  255. ├─┬ karma-coverage@0.2.7
  256. │ ├─┬ ibrik@2.0.0
  257. │ │ ├─┬ fileset@0.1.8
  258. │ │ │ └─┬ glob@3.2.11
  259. │ │ │ └── minimatch@0.3.0
  260. │ │ └── lodash@2.4.2
  261. │ └── minimatch@0.3.0
  262. └─┬ protractor@1.8.0
  263. ├─┬ glob@3.2.11
  264. │ └── minimatch@0.3.0
  265. ├─┬ jasmine@2.1.1
  266. │ └─┬ glob@3.2.11
  267. │ └── minimatch@0.3.0
  268. └── lodash@2.4.2
  269.  
  270. npm WARN EPEERINVALID pogo@0.9.4 requires a peer of bluebird@~2.2.1 but none was installed.
  271. npm ERR! Darwin 14.4.0
  272. npm ERR! argv "/Users/terren/.nvm/versions/node/v4.1.1/bin/node" "/Users/terren/.nvm/versions/node/v4.1.1/bin/npm" "install"
  273. npm ERR! node v4.1.1
  274. npm ERR! npm v3.3.3
  275. npm ERR! code ELIFECYCLE
  276.  
  277. npm ERR! fsevents@0.2.1 install: `node-gyp rebuild`
  278. npm ERR! Exit status 1
  279. npm ERR!
  280. npm ERR! Failed at the fsevents@0.2.1 install script 'node-gyp rebuild'.
  281. npm ERR! This is most likely a problem with the fsevents package,
  282. npm ERR! not with npm itself.
  283. npm ERR! Tell the author that this fails on your system:
  284. npm ERR! node-gyp rebuild
  285. npm ERR! You can get their info via:
  286. npm ERR! npm owner ls fsevents
  287. npm ERR! There is likely additional logging output above.
  288.  
  289. npm ERR! Please include the following file with any support request:
  290. npm ERR! /Users/terren/git/intelligence-web/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement