Advertisement
Guest User

Untitled

a guest
Apr 10th, 2017
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Logtalk 13.20 KB | None | 0 0
  1. LOG  
  2.  
  3. PROBLEME NPM INSTALL
  4.  
  5.  
  6.  
  7. debian@beaglebone:~/Desktop/eurobot-core$ sudo npm i
  8. npm WARN deprecated line-numbers@0.2.0: Copy its ~20 LOC directly into your code instead.
  9.  
  10. > serialport@1.7.4 install /home/debian/Desktop/eurobot-core/node_modules/serialport
  11. > node-pre-gyp install --fallback-to-build
  12.  
  13. gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.2.3"
  14. gyp WARN EACCES attempting to reinstall using temporary dev dir "/home/debian/Desktop/eurobot-core/node_modules/serialport/.node-gyp"
  15. make: Entering directory `/home/debian/Desktop/eurobot-core/node_modules/serialport/build'
  16. make: *** No rule to make target `../.node-gyp/4.2.3/include/node/common.gypi', needed by `Makefile'.  Stop.
  17. make: Leaving directory `/home/debian/Desktop/eurobot-core/node_modules/serialport/build'
  18. gyp ERR! build error
  19. gyp ERR! stack Error: `make` failed with exit code: 2
  20. gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
  21. gyp ERR! stack     at emitTwo (events.js:87:13)
  22. gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
  23. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
  24. gyp ERR! System Linux 3.8.13-bone70
  25. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/home/debian/Desktop/eurobot-core/node_modules/serialport/build/serialport/v1.7.4/Release/node-v46-linux-arm/serialport.node" "--module_name=serialport" "--module_path=/home/debian/Desktop/eurobot-core/node_modules/serialport/build/serialport/v1.7.4/Release/node-v46-linux-arm"
  26. gyp ERR! cwd /home/debian/Desktop/eurobot-core/node_modules/serialport
  27. gyp ERR! node -v v4.2.3
  28. gyp ERR! node-gyp -v v3.2.1
  29. gyp ERR! not ok
  30. node-pre-gyp ERR! build error
  31. node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/debian/Desktop/eurobot-core/node_modules/serialport/build/serialport/v1.7.4/Release/node-v46-linux-arm/serialport.node --module_name=serialport --module_path=/home/debian/Desktop/eurobot-core/node_modules/serialport/build/serialport/v1.7.4/Release/node-v46-linux-arm' (1)
  32. node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/home/debian/Desktop/eurobot-core/node_modules/serialport/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  33. node-pre-gyp ERR! stack     at emitTwo (events.js:87:13)
  34. node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
  35. node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:818:16)
  36. node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
  37. node-pre-gyp ERR! System Linux 3.8.13-bone70
  38. node-pre-gyp ERR! command "/usr/local/bin/node" "/home/debian/Desktop/eurobot-core/node_modules/serialport/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
  39. node-pre-gyp ERR! cwd /home/debian/Desktop/eurobot-core/node_modules/serialport
  40. node-pre-gyp ERR! node -v v4.2.3
  41. node-pre-gyp ERR! node-pre-gyp -v v0.6.7
  42. node-pre-gyp ERR! not ok
  43. Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/debian/Desktop/eurobot-core/node_modules/serialport/build/serialport/v1.7.4/Release/node-v46-linux-arm/serialport.node --module_name=serialport --module_path=/home/debian/Desktop/eurobot-core/node_modules/serialport/build/serialport/v1.7.4/Release/node-v46-linux-arm' (1)
  44. Eurobot-core@1.0.0 /home/debian/Desktop/eurobot-core
  45. +-- express@4.15.2
  46. | +-- accepts@1.3.3
  47. | | +-- mime-types@2.1.15
  48. | | | `-- mime-db@1.27.0
  49. | | `-- negotiator@0.6.1
  50. | +-- array-flatten@1.1.1
  51. | +-- content-disposition@0.5.2
  52. | +-- content-type@1.0.2
  53. | +-- cookie@0.3.1
  54. | +-- cookie-signature@1.0.6
  55. | +-- debug@2.6.1
  56. | | `-- ms@0.7.2
  57. | +-- depd@1.1.0
  58. | +-- encodeurl@1.0.1
  59. | +-- escape-html@1.0.3
  60. | +-- etag@1.8.0
  61. | +-- finalhandler@1.0.1
  62. | | +-- debug@2.6.3
  63. | | `-- unpipe@1.0.0
  64. | +-- fresh@0.5.0
  65. | +-- merge-descriptors@1.0.1
  66. | +-- methods@1.1.2
  67. | +-- on-finished@2.3.0
  68. | | `-- ee-first@1.1.1
  69. | +-- parseurl@1.3.1
  70. | +-- path-to-regexp@0.1.7
  71. | +-- proxy-addr@1.1.4
  72. | | +-- forwarded@0.1.0
  73. | | `-- ipaddr.js@1.3.0
  74. | +-- qs@6.4.0
  75. | +-- range-parser@1.2.0
  76. | +-- send@0.15.1
  77. | | +-- destroy@1.0.4
  78. | | `-- http-errors@1.6.1
  79. | +-- serve-static@1.12.1
  80. | +-- setprototypeof@1.0.3
  81. | +-- statuses@1.3.1
  82. | +-- type-is@1.6.15
  83. | | `-- media-typer@0.3.0
  84. | +-- utils-merge@1.0.0
  85. | `-- vary@1.1.1
  86. +-- gulp@3.9.1
  87. | `-- vinyl-fs@0.3.14
  88. |   +-- glob-stream@3.1.18
  89. |   | `-- through2@0.6.5
  90. |   |   `-- readable-stream@1.0.34
  91. |   `-- through2@0.6.5
  92. |     `-- readable-stream@1.0.34
  93. +-- gulp-babel@4.0.1
  94. | +-- babel-core@4.7.16
  95. | | +-- acorn-babel@0.11.1-38
  96. | | +-- ast-types@0.7.8
  97. | | +-- commander@2.9.0
  98. | | | `-- graceful-readlink@1.0.1
  99. | | +-- convert-source-map@0.5.1
  100. | | +-- core-js@0.6.1
  101. | | +-- detect-indent@3.0.1
  102. | | | `-- get-stdin@4.0.1
  103. | | +-- estraverse@1.9.3
  104. | | +-- esutils@1.1.6
  105. | | +-- fs-readdir-recursive@0.1.2
  106. | | +-- globals@6.4.1
  107. | | +-- is-integer@1.0.6
  108. | | | `-- is-finite@1.0.2
  109. | | |   `-- number-is-nan@1.0.1
  110. | | +-- js-tokens@1.0.0
  111. | | +-- leven@1.0.2
  112. | | +-- line-numbers@0.2.0
  113. | | | `-- left-pad@0.0.3
  114. | | +-- lodash@3.10.1
  115. | | +-- output-file-sync@1.1.2
  116. | | | +-- graceful-fs@4.1.11
  117. | | | `-- object-assign@4.1.1
  118. | | +-- private@0.1.7
  119. | | +-- regenerator-babel@0.8.13-2
  120. | | | `-- commoner@0.10.8
  121. | | |   +-- detective@4.5.0
  122. | | |   | `-- defined@1.0.0
  123. | | |   +-- glob@5.0.15
  124. | | |   +-- graceful-fs@4.1.11
  125. | | |   +-- iconv-lite@0.4.15
  126. | | |   +-- q@1.5.0
  127. | | |   `-- recast@0.11.23
  128. | | |     +-- ast-types@0.9.6
  129. | | |     +-- esprima@3.1.3
  130. | | |     `-- source-map@0.5.6
  131. | | +-- regexpu@1.3.0
  132. | | | +-- esprima@2.7.3
  133. | | | +-- recast@0.10.43
  134. | | | | +-- ast-types@0.8.15
  135. | | | | +-- esprima-fb@15001.1001.0-dev-harmony-fb
  136. | | | | `-- source-map@0.5.6
  137. | | | +-- regenerate@1.3.2
  138. | | | +-- regjsgen@0.2.0
  139. | | | `-- regjsparser@0.1.5
  140. | | |   `-- jsesc@0.5.0
  141. | | +-- repeating@1.1.3
  142. | | +-- shebang-regex@1.0.0
  143. | | +-- source-map-support@0.2.10
  144. | | | `-- source-map@0.1.32
  145. | | +-- to-fast-properties@1.0.2
  146. | | `-- trim-right@1.0.1
  147. | +-- object-assign@2.1.1
  148. | +-- through2@0.6.5
  149. | | `-- readable-stream@1.0.34
  150. | `-- vinyl-sourcemaps-apply@0.1.4
  151. |   `-- source-map@0.1.43
  152. +-- gulp-nodemon@1.0.5
  153. | +-- colors@1.1.2
  154. | `-- event-stream@3.3.4
  155. |   +-- duplexer@0.1.1
  156. |   +-- from@0.1.7
  157. |   +-- map-stream@0.1.0
  158. |   +-- pause-stream@0.0.11
  159. |   +-- split@0.3.3
  160. |   +-- stream-combiner@0.0.4
  161. |   `-- through@2.3.8
  162. +-- gulp-plumber@0.6.6
  163. | `-- through2@0.6.5
  164. |   `-- readable-stream@1.0.34
  165. +-- gulp-sourcemaps@1.12.0
  166. | +-- @gulp-sourcemaps/map-sources@1.0.0
  167. | +-- acorn@4.0.11
  168. | +-- convert-source-map@1.5.0
  169. | +-- css@2.2.1
  170. | | +-- source-map@0.1.43
  171. | | +-- source-map-resolve@0.3.1
  172. | | | +-- atob@1.1.3
  173. | | | +-- resolve-url@0.2.1
  174. | | | `-- source-map-url@0.3.0
  175. | | `-- urix@0.1.0
  176. | +-- debug-fabulous@0.0.4
  177. | | +-- lazy-debug-legacy@0.0.1
  178. | | `-- object-assign@4.1.0
  179. | +-- detect-newline@2.1.0
  180. | +-- graceful-fs@4.1.11
  181. | +-- source-map@0.4.4
  182. | | `-- amdefine@1.0.1
  183. | +-- strip-bom@2.0.0
  184. | +-- through2@2.0.3
  185. | | `-- readable-stream@2.2.9
  186. | |   +-- isarray@1.0.0
  187. | |   `-- string_decoder@1.0.0
  188. | `-- vinyl@1.2.0
  189. +-- gulp-watch@4.3.11
  190. | +-- anymatch@1.3.0
  191. | | +-- arrify@1.0.1
  192. | | `-- micromatch@2.3.11
  193. | |   `-- braces@1.8.5
  194. | |     `-- expand-range@1.8.2
  195. | |       `-- fill-range@2.2.3
  196. | |         `-- isobject@2.1.0
  197. | |           `-- isarray@1.0.0
  198. | +-- chokidar@1.6.1
  199. | | +-- async-each@1.0.1
  200. | | +-- is-binary-path@1.0.1
  201. | | | `-- binary-extensions@1.8.0
  202. | | `-- readdirp@2.1.0
  203. | |   +-- graceful-fs@4.1.11
  204. | |   +-- minimatch@3.0.3
  205. | |   +-- readable-stream@2.2.9
  206. | |   | +-- isarray@1.0.0
  207. | |   | `-- string_decoder@1.0.0
  208. | |   `-- set-immediate-shim@1.0.1
  209. | +-- glob-parent@3.1.0
  210. | | +-- is-glob@3.1.0
  211. | | | `-- is-extglob@2.1.1
  212. | | `-- path-dirname@1.0.2
  213. | +-- object-assign@4.1.1
  214. | +-- path-is-absolute@1.0.1
  215. | +-- readable-stream@2.2.9
  216. | | +-- isarray@1.0.0
  217. | | `-- string_decoder@1.0.0
  218. | +-- slash@1.0.0
  219. | +-- vinyl@1.2.0
  220. | `-- vinyl-file@2.0.0
  221. |   +-- graceful-fs@4.1.11
  222. |   +-- pify@2.3.0
  223. |   +-- pinkie-promise@2.0.1
  224. |   | `-- pinkie@2.0.4
  225. |   +-- strip-bom@2.0.0
  226. |   +-- strip-bom-stream@2.0.0
  227. |   | +-- first-chunk-stream@2.0.0
  228. |   | | `-- readable-stream@2.2.9
  229. |   | |   +-- isarray@1.0.0
  230. |   | |   `-- string_decoder@1.0.0
  231. |   | `-- strip-bom@2.0.0
  232. |   `-- vinyl@1.2.0
  233. +-- i2c-bus@0.11.3
  234. | +-- bindings@1.2.1
  235. | `-- nan@2.0.9
  236. +-- native-promisify@1.2.0
  237. +-- nconf@0.7.2
  238. | +-- async@0.9.2
  239. | `-- yargs@3.15.0
  240. |   +-- camelcase@1.2.1
  241. |   +-- cliui@2.1.0
  242. |   | +-- center-align@0.1.3
  243. |   | | +-- align-text@0.1.4
  244. |   | | | `-- longest@1.0.1
  245. |   | | `-- lazy-cache@1.0.4
  246. |   | `-- right-align@0.1.3
  247. |   +-- decamelize@1.2.0
  248. |   `-- window-size@0.1.4
  249. +-- node-static@0.7.9
  250. | +-- mime@1.3.4
  251. | `-- optimist@0.6.1
  252. |   +-- minimist@0.0.10
  253. |   `-- wordwrap@0.0.2
  254. +-- nodemon@1.11.0
  255. | +-- es6-promise@3.3.1
  256. | +-- ignore-by-default@1.0.1
  257. | +-- lodash.defaults@3.1.2
  258. | | `-- lodash.assign@3.2.0
  259. | |   +-- lodash._baseassign@3.2.0
  260. | |   `-- lodash._createassigner@3.1.1
  261. | |     `-- lodash._bindcallback@3.0.1
  262. | +-- minimatch@3.0.3
  263. | +-- ps-tree@1.1.0
  264. | +-- touch@1.0.0
  265. | | `-- nopt@1.0.10
  266. | |   `-- abbrev@1.1.0
  267. | +-- undefsafe@0.0.3
  268. | `-- update-notifier@0.5.0
  269. |   +-- configstore@1.4.0
  270. |   | +-- graceful-fs@4.1.11
  271. |   | +-- object-assign@4.1.1
  272. |   | +-- os-tmpdir@1.0.2
  273. |   | +-- osenv@0.1.4
  274. |   | +-- uuid@2.0.3
  275. |   | +-- write-file-atomic@1.3.1
  276. |   | | +-- graceful-fs@4.1.11
  277. |   | | +-- imurmurhash@0.1.4
  278. |   | | `-- slide@1.1.6
  279. |   | `-- xdg-basedir@2.0.0
  280. |   +-- is-npm@1.0.0
  281. |   +-- latest-version@1.0.1
  282. |   | `-- package-json@1.2.0
  283. |   |   +-- got@3.3.1
  284. |   |   | +-- duplexify@3.5.0
  285. |   |   | | +-- end-of-stream@1.0.0
  286. |   |   | | +-- readable-stream@2.2.9
  287. |   |   | | | +-- isarray@1.0.0
  288. |   |   | | | `-- string_decoder@1.0.0
  289. |   |   | | `-- stream-shift@1.0.0
  290. |   |   | +-- infinity-agent@2.0.3
  291. |   |   | +-- is-redirect@1.0.0
  292. |   |   | +-- is-stream@1.1.0
  293. |   |   | +-- lowercase-keys@1.0.0
  294. |   |   | +-- nested-error-stacks@1.0.2
  295. |   |   | +-- prepend-http@1.0.4
  296. |   |   | +-- read-all-stream@3.1.0
  297. |   |   | | `-- readable-stream@2.2.9
  298. |   |   | |   +-- isarray@1.0.0
  299. |   |   | |   `-- string_decoder@1.0.0
  300. |   |   | `-- timed-out@2.0.0
  301. |   |   `-- registry-url@3.1.0
  302. |   |     `-- rc@1.2.1
  303. |   |       +-- deep-extend@0.4.1
  304. |   |       `-- strip-json-comments@2.0.1
  305. |   +-- semver-diff@2.1.0
  306. |   | `-- semver@5.3.0
  307. |   `-- string-length@1.0.1
  308. +-- promise-queue@2.2.3
  309. +-- socket.io@1.7.3
  310. | +-- debug@2.3.3
  311. | +-- engine.io@1.8.3
  312. | | +-- base64id@1.0.0
  313. | | +-- debug@2.3.3
  314. | | +-- engine.io-parser@1.3.2
  315. | | | +-- after@0.8.2
  316. | | | +-- arraybuffer.slice@0.0.6
  317. | | | +-- base64-arraybuffer@0.1.5
  318. | | | +-- blob@0.0.4
  319. | | | `-- wtf-8@1.0.0
  320. | | `-- ws@1.1.2
  321. | |   +-- options@0.0.6
  322. | |   `-- ultron@1.0.2
  323. | +-- has-binary@0.1.7
  324. | +-- object-assign@4.1.0
  325. | +-- socket.io-adapter@0.5.0
  326. | | `-- debug@2.3.3
  327. | +-- socket.io-client@1.7.3
  328. | | +-- backo2@1.0.2
  329. | | +-- component-bind@1.0.0
  330. | | +-- component-emitter@1.2.1
  331. | | +-- debug@2.3.3
  332. | | +-- engine.io-client@1.8.3
  333. | | | +-- component-emitter@1.2.1
  334. | | | +-- component-inherit@0.0.3
  335. | | | +-- debug@2.3.3
  336. | | | +-- has-cors@1.1.0
  337. | | | +-- parsejson@0.0.3
  338. | | | +-- parseqs@0.0.5
  339. | | | +-- xmlhttprequest-ssl@1.5.3
  340. | | | `-- yeast@0.1.2
  341. | | +-- indexof@0.0.1
  342. | | +-- object-component@0.0.3
  343. | | +-- parseuri@0.0.5
  344. | | | `-- better-assert@1.0.2
  345. | | |   `-- callsite@1.0.0
  346. | | `-- to-array@0.1.4
  347. | `-- socket.io-parser@2.3.1
  348. |   +-- component-emitter@1.1.2
  349. |   +-- debug@2.2.0
  350. |   | `-- ms@0.7.1
  351. |   `-- json3@3.3.2
  352. +-- tmx-parser@1.5.0
  353. | +-- pend@1.2.0
  354. | `-- sax@1.1.6
  355. +-- underscore@1.8.3  extraneous
  356. `-- winston@0.9.0
  357.   +-- colors@1.0.3
  358.   +-- cycle@1.0.3
  359.   +-- eyes@0.1.8
  360.   +-- isstream@0.1.2
  361.   +-- pkginfo@0.3.1
  362.   `-- stack-trace@0.0.9
  363.  
  364. npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
  365. npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.1
  366. npm ERR! Linux 3.8.13-bone70
  367. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i"
  368. npm ERR! node v4.2.3
  369. npm ERR! npm  v3.5.2
  370. npm ERR! code ELIFECYCLE
  371.  
  372. npm ERR! serialport@1.7.4 install: `node-pre-gyp install --fallback-to-build`
  373. npm ERR! Exit status 1
  374. npm ERR!
  375. npm ERR! Failed at the serialport@1.7.4 install script 'node-pre-gyp install --fallback-to-build'.
  376. npm ERR! Make sure you have the latest version of node.js and npm installed.
  377. npm ERR! If you do, this is most likely a problem with the serialport package,
  378. npm ERR! not with npm itself.
  379. npm ERR! Tell the author that this fails on your system:
  380. npm ERR!     node-pre-gyp install --fallback-to-build
  381. npm ERR! You can get information on how to open an issue for this project with:
  382. npm ERR!     npm bugs serialport
  383. npm ERR! Or if that isn't available, you can get their info via:
  384. npm ERR!     npm owner ls serialport
  385. npm ERR! There is likely additional logging output above.
  386.  
  387. npm ERR! Please include the following file with any support request:
  388. npm ERR!     /home/debian/Desktop/eurobot-core/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement