Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.06 KB | None | 0 0
  1. sudo npm install mysql-libmysqlclient
  2. \
  3. > mysql-libmysqlclient@1.6.0 install /home/slava/node_modules/mysql-libmysqlclient
  4. > node-gyp rebuild
  5.  
  6. make: Вход в каталог `/home/slava/node_modules/mysql-libmysqlclient/build'
  7. CXX(target) Release/obj.target/mysql_bindings/src/mysql_bindings.o
  8. In file included from ../src/././mysql_bindings.h:14:0,
  9. from ../src/./mysql_bindings_connection.h:22,
  10. from ../src/mysql_bindings.cc:17:
  11. ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanError(const char*)’:
  12. ../node_modules/nan/nan.h:319:38: error: ‘New’ is not a member of ‘v8::String’
  13. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  14. ^
  15. ../node_modules/nan/nan.h:339:13: note: in expansion of macro ‘_NAN_ERROR’
  16. return _NAN_ERROR(v8::Exception::Error, errmsg);
  17. ^
  18. ../node_modules/nan/nan.h: In function ‘void NanThrowError(const char*)’:
  19. ../node_modules/nan/nan.h:324:7: error: ‘ThrowException’ is not a member of ‘v8’
  20. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  21. ^
  22. ../node_modules/nan/nan.h:343:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  23. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  24. ^
  25. ../node_modules/nan/nan.h:319:38: error: ‘New’ is not a member of ‘v8::String’
  26. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  27. ^
  28. ../node_modules/nan/nan.h:324:26: note: in expansion of macro ‘_NAN_ERROR’
  29. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  30. ^
  31. ../node_modules/nan/nan.h:343:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  32. _NAN_THROW_ERROR(v8::Exception::Error, errmsg);
  33. ^
  34. ../node_modules/nan/nan.h: In function ‘void NanThrowError(v8::Handle<v8::Value>)’:
  35. ../node_modules/nan/nan.h:348:5: error: ‘ThrowException’ is not a member of ‘v8’
  36. v8::ThrowException(error);
  37. ^
  38. ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanError(const char*, int)’:
  39. ../node_modules/nan/nan.h:355:53: error: ‘New’ is not a member of ‘v8::String’
  40. v8::Local<v8::Value> err = v8::Exception::Error(v8::String::New(msg));
  41. ^
  42. ../node_modules/nan/nan.h:357:14: error: ‘New’ is not a member of ‘v8::String’
  43. obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
  44. ^
  45. ../node_modules/nan/nan.h:357:65: error: no matching function for call to ‘v8::Int32::New(const int&)’
  46. obj->Set(v8::String::New("code"), v8::Int32::New(errorNumber));
  47. ^
  48. ../node_modules/nan/nan.h:357:65: note: candidate is:
  49. In file included from /home/slava/.node-gyp/4.4.6/include/node/node.h:42:0,
  50. from ../src/mysql_bindings.cc:12:
  51. /home/slava/.node-gyp/4.4.6/include/node/v8.h:2499:25: note: static v8::Local<v8::Integer> v8::Integer::New(v8::Isolate*, int32_t)
  52. static Local<Integer> New(Isolate* isolate, int32_t value);
  53. ^
  54. /home/slava/.node-gyp/4.4.6/include/node/v8.h:2499:25: note: candidate expects 2 arguments, 1 provided
  55. In file included from ../src/././mysql_bindings.h:14:0,
  56. from ../src/./mysql_bindings_connection.h:22,
  57. from ../src/mysql_bindings.cc:17:
  58. ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanTypeError(const char*)’:
  59. ../node_modules/nan/nan.h:319:38: error: ‘New’ is not a member of ‘v8::String’
  60. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  61. ^
  62. ../node_modules/nan/nan.h:369:12: note: in expansion of macro ‘_NAN_ERROR’
  63. return _NAN_ERROR(v8::Exception::TypeError, errmsg);
  64. ^
  65. ../node_modules/nan/nan.h: In function ‘void NanThrowTypeError(const char*)’:
  66. ../node_modules/nan/nan.h:324:7: error: ‘ThrowException’ is not a member of ‘v8’
  67. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  68. ^
  69. ../node_modules/nan/nan.h:373:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  70. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  71. ^
  72. ../node_modules/nan/nan.h:319:38: error: ‘New’ is not a member of ‘v8::String’
  73. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  74. ^
  75. ../node_modules/nan/nan.h:324:26: note: in expansion of macro ‘_NAN_ERROR’
  76. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  77. ^
  78. ../node_modules/nan/nan.h:373:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  79. _NAN_THROW_ERROR(v8::Exception::TypeError, errmsg);
  80. ^
  81. ../node_modules/nan/nan.h: In function ‘v8::Handle<v8::Value> NanRangeError(const char*)’:
  82. ../node_modules/nan/nan.h:319:38: error: ‘New’ is not a member of ‘v8::String’
  83. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  84. ^
  85. ../node_modules/nan/nan.h:377:12: note: in expansion of macro ‘_NAN_ERROR’
  86. return _NAN_ERROR(v8::Exception::RangeError, errmsg);
  87. ^
  88. ../node_modules/nan/nan.h: In function ‘void NanThrowRangeError(const char*)’:
  89. ../node_modules/nan/nan.h:324:7: error: ‘ThrowException’ is not a member of ‘v8’
  90. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  91. ^
  92. ../node_modules/nan/nan.h:381:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  93. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  94. ^
  95. ../node_modules/nan/nan.h:319:38: error: ‘New’ is not a member of ‘v8::String’
  96. # define _NAN_ERROR(fun, errmsg) fun(v8::String::New(errmsg))
  97. ^
  98. ../node_modules/nan/nan.h:324:26: note: in expansion of macro ‘_NAN_ERROR’
  99. v8::ThrowException(_NAN_ERROR(fun, errmsg)); \
  100. ^
  101. ../node_modules/nan/nan.h:381:5: note: in expansion of macro ‘_NAN_THROW_ERROR’
  102. _NAN_THROW_ERROR(v8::Exception::RangeError, errmsg);
  103. ^
  104. ../node_modules/nan/nan.h: At global scope:
  105. ../node_modules/nan/nan.h:406:13: error: ‘node::smalloc’ has not been declared
  106. , node::smalloc::FreeCallback callback
  107. ^
  108. ../node_modules/nan/nan.h:141:71: note: in definition of macro ‘NAN_INLINE’
  109. # define NAN_INLINE(declarator) inline __attribute__((always_inline)) declarator
  110. ^
  111. ../node_modules/nan/nan.h:406:35: error: expected ‘,’ or ‘...’ before ‘callback’
  112. , node::smalloc::FreeCallback callback
  113. ^
  114. ../node_modules/nan/nan.h:141:71: note: in definition of macro ‘NAN_INLINE’
  115. # define NAN_INLINE(declarator) inline __attribute__((always_inline)) declarator
  116. ^
  117. ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(char*, size_t, int)’:
  118. ../node_modules/nan/nan.h:409:44: error: ‘callback’ was not declared in this scope
  119. return node::Buffer::New(data, length, callback, hint);
  120. ^
  121. ../node_modules/nan/nan.h:409:54: error: ‘hint’ was not declared in this scope
  122. return node::Buffer::New(data, length, callback, hint);
  123. ^
  124. ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(char*, uint32_t)’:
  125. ../node_modules/nan/nan.h:416:40: error: no matching function for call to ‘New(char*&, uint32_t&)’
  126. return node::Buffer::New(data, size);
  127. ^
  128. ../node_modules/nan/nan.h:416:40: note: candidates are:
  129. In file included from ../src/././mysql_bindings.h:12:0,
  130. from ../src/./mysql_bindings_connection.h:22,
  131. from ../src/mysql_bindings.cc:17:
  132. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:28:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, size_t)
  133. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, size_t length);
  134. ^
  135. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:28:40: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’
  136. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:31:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, v8::Local<v8::String>, node::encoding)
  137. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  138. ^
  139. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:31:40: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’
  140. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:36:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, char*, size_t, node::Buffer::FreeCallback, void*)
  141. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  142. ^
  143. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:36:40: note: candidate expects 5 arguments, 2 provided
  144. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:43:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, char*, size_t)
  145. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  146. ^
  147. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:43:40: note: candidate expects 3 arguments, 2 provided
  148. In file included from ../src/././mysql_bindings.h:14:0,
  149. from ../src/./mysql_bindings_connection.h:22,
  150. from ../src/mysql_bindings.cc:17:
  151. ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanNewBufferHandle(uint32_t)’:
  152. ../node_modules/nan/nan.h:420:34: error: no matching function for call to ‘New(uint32_t&)’
  153. return node::Buffer::New(size);
  154. ^
  155. ../node_modules/nan/nan.h:420:34: note: candidates are:
  156. In file included from ../src/././mysql_bindings.h:12:0,
  157. from ../src/./mysql_bindings_connection.h:22,
  158. from ../src/mysql_bindings.cc:17:
  159. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:28:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, size_t)
  160. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, size_t length);
  161. ^
  162. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:28:40: note: candidate expects 2 arguments, 1 provided
  163. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:31:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, v8::Local<v8::String>, node::encoding)
  164. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  165. ^
  166. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:31:40: note: candidate expects 3 arguments, 1 provided
  167. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:36:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, char*, size_t, node::Buffer::FreeCallback, void*)
  168. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  169. ^
  170. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:36:40: note: candidate expects 5 arguments, 1 provided
  171. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:43:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, char*, size_t)
  172. NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
  173. ^
  174. /home/slava/.node-gyp/4.4.6/include/node/node_buffer.h:43:40: note: candidate expects 3 arguments, 1 provided
  175. In file included from ../src/././mysql_bindings.h:14:0,
  176. from ../src/./mysql_bindings_connection.h:22,
  177. from ../src/mysql_bindings.cc:17:
  178. ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Object> NanBufferUse(char*, uint32_t)’:
  179. ../node_modules/nan/nan.h:427:12: error: ‘Use’ is not a member of ‘node::Buffer’
  180. return node::Buffer::Use(data, size);
  181. ^
  182. ../node_modules/nan/nan.h: In constructor ‘NanCallback::NanCallback()’:
  183. ../node_modules/nan/nan.h:727:49: error: no matching function for call to ‘v8::Object::New()’
  184. v8::Local<v8::Object> obj = v8::Object::New();
  185. ^
  186. ../node_modules/nan/nan.h:727:49: note: candidate is:
  187. In file included from /home/slava/.node-gyp/4.4.6/include/node/node.h:42:0,
  188. from ../src/mysql_bindings.cc:12:
  189. /home/slava/.node-gyp/4.4.6/include/node/v8.h:2933:24: note: static v8::Local<v8::Object> v8::Object::New(v8::Isolate*)
  190. static Local<Object> New(Isolate* isolate);
  191. ^
  192. /home/slava/.node-gyp/4.4.6/include/node/v8.h:2933:24: note: candidate expects 1 argument, 0 provided
  193. In file included from ../src/././mysql_bindings.h:14:0,
  194. from ../src/./mysql_bindings_connection.h:22,
  195. from ../src/mysql_bindings.cc:17:
  196. ../node_modules/nan/nan.h: In constructor ‘NanCallback::NanCallback(v8::Handle<v8::Function>&)’:
  197. ../node_modules/nan/nan.h:733:49: error: no matching function for call to ‘v8::Object::New()’
  198. v8::Local<v8::Object> obj = v8::Object::New();
  199. ^
  200. ../node_modules/nan/nan.h:733:49: note: candidate is:
  201. In file included from /home/slava/.node-gyp/4.4.6/include/node/node.h:42:0,
  202. from ../src/mysql_bindings.cc:12:
  203. /home/slava/.node-gyp/4.4.6/include/node/v8.h:2933:24: note: static v8::Local<v8::Object> v8::Object::New(v8::Isolate*)
  204. static Local<Object> New(Isolate* isolate);
  205. ^
  206. /home/slava/.node-gyp/4.4.6/include/node/v8.h:2933:24: note: candidate expects 1 argument, 0 provided
  207. In file included from ../src/././mysql_bindings.h:14:0,
  208. from ../src/./mysql_bindings_connection.h:22,
  209. from ../src/mysql_bindings.cc:17:
  210. ../node_modules/nan/nan.h: In destructor ‘NanCallback::~NanCallback()’:
  211. ../node_modules/nan/nan.h:740:12: error: ‘class v8::Persistent<v8::Object>’ has no member named ‘Dispose’
  212. handle.Dispose();
  213. ^
  214. ../node_modules/nan/nan.h:741:12: error: ‘class v8::Persistent<v8::Object>’ has no member named ‘Clear’
  215. handle.Clear();
  216. ^
  217. ../node_modules/nan/nan.h: In member function ‘void NanCallback::SetFunction(v8::Handle<v8::Function>&)’:
  218. ../node_modules/nan/nan.h:181:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
  219. #define NanSymbol(value) v8::String::NewSymbol(value)
  220. ^
  221. ../node_modules/nan/nan.h:746:39: note: in expansion of macro ‘NanSymbol’
  222. NanPersistentToLocal(handle)->Set(NanSymbol("callback"), fn);
  223. ^
  224. ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Function> NanCallback::GetFunction()’:
  225. ../node_modules/nan/nan.h:181:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
  226. #define NanSymbol(value) v8::String::NewSymbol(value)
  227. ^
  228. ../node_modules/nan/nan.h:750:46: note: in expansion of macro ‘NanSymbol’
  229. return NanPersistentToLocal(handle)->Get(NanSymbol("callback"))
  230. ^
  231. ../node_modules/nan/nan.h:751:25: error: expected primary-expression before ‘>’ token
  232. .As<v8::Function>();
  233. ^
  234. ../node_modules/nan/nan.h:751:27: error: expected primary-expression before ‘)’ token
  235. .As<v8::Function>();
  236. ^
  237. ../node_modules/nan/nan.h: In member function ‘void NanCallback::Call(int, v8::Handle<v8::Value>*)’:
  238. ../node_modules/nan/nan.h:181:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
  239. #define NanSymbol(value) v8::String::NewSymbol(value)
  240. ^
  241. ../node_modules/nan/nan.h:759:13: note: in expansion of macro ‘NanSymbol’
  242. Get(NanSymbol("callback")).As<v8::Function>();
  243. ^
  244. ../node_modules/nan/nan.h:759:51: error: expected primary-expression before ‘>’ token
  245. Get(NanSymbol("callback")).As<v8::Function>();
  246. ^
  247. ../node_modules/nan/nan.h:759:53: error: expected primary-expression before ‘)’ token
  248. Get(NanSymbol("callback")).As<v8::Function>();
  249. ^
  250. ../node_modules/nan/nan.h:761:9: error: ‘GetCurrent’ is not a member of ‘v8::Context’
  251. v8::Context::GetCurrent()->Global()
  252. ^
  253. ../node_modules/nan/nan.h: In member function ‘void NanAsyncWorker::SavePersistent(const char*, v8::Local<v8::Object>&)’:
  254. ../node_modules/nan/nan.h:181:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
  255. #define NanSymbol(value) v8::String::NewSymbol(value)
  256. ^
  257. ../node_modules/nan/nan.h:808:17: note: in expansion of macro ‘NanSymbol’
  258. handle->Set(NanSymbol(key), obj);
  259. ^
  260. ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Object> NanAsyncWorker::GetFromPersistent(const char*)’:
  261. ../node_modules/nan/nan.h:181:26: error: ‘NewSymbol’ is not a member of ‘v8::String’
  262. #define NanSymbol(value) v8::String::NewSymbol(value)
  263. ^
  264. ../node_modules/nan/nan.h:815:24: note: in expansion of macro ‘NanSymbol’
  265. return handle->Get(NanSymbol(key)).As<v8::Object>();
  266. ^
  267. ../node_modules/nan/nan.h:815:53: error: expected primary-expression before ‘>’ token
  268. return handle->Get(NanSymbol(key)).As<v8::Object>();
  269. ^
  270. ../node_modules/nan/nan.h:815:55: error: expected primary-expression before ‘)’ token
  271. return handle->Get(NanSymbol(key)).As<v8::Object>();
  272. ^
  273. ../node_modules/nan/nan.h: In member function ‘virtual void NanAsyncWorker::HandleErrorCallback()’:
  274. ../node_modules/nan/nan.h:837:30: error: ‘New’ is not a member of ‘v8::String’
  275. v8::Exception::Error(v8::String::New(errmsg))
  276. ^
  277. ../node_modules/nan/nan.h: In function ‘bool _NanGetExternalParts(v8::Handle<v8::Value>, const char**, size_t*)’:
  278. ../node_modules/nan/nan.h:1005:12: error: ‘class v8::String’ has no member named ‘IsExternalAscii’
  279. if (str->IsExternalAscii()) {
  280. ^
  281. ../node_modules/nan/nan.h:1006:11: error: ‘ExternalAsciiStringResource’ in ‘class v8::String’ does not name a type
  282. const v8::String::ExternalAsciiStringResource* ext;
  283. ^
  284. ../node_modules/nan/nan.h:1007:5: error: ‘ext’ was not declared in this scope
  285. ext = str->GetExternalAsciiStringResource();
  286. ^
  287. ../node_modules/nan/nan.h:1007:16: error: ‘class v8::String’ has no member named ‘GetExternalAsciiStringResource’
  288. ext = str->GetExternalAsciiStringResource();
  289. ^
  290. ../node_modules/nan/nan.h: In instantiation of ‘void NanDisposePersistent(v8::Persistent<T, v8::NonCopyablePersistentTraits<T> >&) [with T = v8::Object]’:
  291. ../node_modules/nan/nan.h:786:44: required from here
  292. ../node_modules/nan/nan.h:394:5: error: ‘class v8::Persistent<v8::Object>’ has no member named ‘Clear’
  293. handle.Clear();
  294. ^
  295. make: *** [Release/obj.target/mysql_bindings/src/mysql_bindings.o] Ошибка 1
  296. make: Выход из каталога `/home/slava/node_modules/mysql-libmysqlclient/build'
  297. gyp ERR! build error
  298. gyp ERR! stack Error: `make` failed with exit code: 2
  299. gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
  300. gyp ERR! stack at emitTwo (events.js:87:13)
  301. gyp ERR! stack at ChildProcess.emit (events.js:172:7)
  302. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
  303. gyp ERR! System Linux 3.13.0-88-generic
  304. gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  305. gyp ERR! cwd /home/slava/node_modules/mysql-libmysqlclient
  306. gyp ERR! node -v v4.4.6
  307. gyp ERR! node-gyp -v v3.3.1
  308. gyp ERR! not ok
  309. npm ERR! Linux 3.13.0-88-generic
  310. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "mysql-libmysqlclient"
  311. npm ERR! node v4.4.6
  312. npm ERR! npm v2.15.5
  313. npm ERR! code ELIFECYCLE
  314.  
  315. npm ERR! mysql-libmysqlclient@1.6.0 install: `node-gyp rebuild`
  316. npm ERR! Exit status 1
  317. npm ERR!
  318. npm ERR! Failed at the mysql-libmysqlclient@1.6.0 install script 'node-gyp rebuild'.
  319. npm ERR! This is most likely a problem with the mysql-libmysqlclient package,
  320. npm ERR! not with npm itself.
  321. npm ERR! Tell the author that this fails on your system:
  322. npm ERR! node-gyp rebuild
  323. npm ERR! You can get information on how to open an issue for this project with:
  324. npm ERR! npm bugs mysql-libmysqlclient
  325. npm ERR! Or if that isn't available, you can get their info via:
  326. npm ERR!
  327. npm ERR! npm owner ls mysql-libmysqlclient
  328. npm ERR! There is likely additional logging output above.
  329.  
  330. npm ERR! Please include the following file with any support request:
  331. npm ERR! /home/slava/parser/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement