Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.38 KB | None | 0 0
  1. arthursoares@Arthurs-MBP:~/Sites/tdb/src|master
  2. ⇒ npm start
  3.  
  4. > tdb@ start /Users/arthursoares/Sites/tdb/src
  5. > npm run build-env && npm run start-dev
  6.  
  7.  
  8. > tdb@ build-env /Users/arthursoares/Sites/tdb/src
  9. > ../scripts/build-env.sh
  10.  
  11.  
  12. > tdb@ start-dev /Users/arthursoares/Sites/tdb/src
  13. > ../scripts/start-dev.sh
  14.  
  15. [[[[[ ~/Sites/tdb/src ]]]]]
  16.  
  17. => Started proxy.
  18. | (#1) Profiling: ProjectContext prepareProjectForBuild
  19. => Started MongoDB.
  20. | Loading cfs:gridfs@0.0.33... /
  21. | files.stat 0 ms (2)
  22. | files.readFile 113 ms (1)
  23. | files.readdir 1 ms (1)
  24. | sqlite query 213 ms (1)
  25. | bundler.readJsImage..............................................33 ms (1)
  26. | ├─ files.readFile 4 ms (5)
  27. | └─ meteorNpm.rebuildIfNonPortable................................27 ms (2)
  28. | └─ meteorNpm.isPortable.......................................26 ms (21)
  29. | ├─ optimistic lstat.........................................6 ms (21)
  30. | │ ├─ files.lstat 3 ms (21)
  31. | │ └─ other optimistic lstat 3 ms
  32. | ├─ optimistic statOrNull....................................6 ms (17)
  33. | │ ├─ files.stat 4 ms (17)
  34. | │ └─ other optimistic statOrNull 2 ms
  35. | └─ optimistic readJsonOrNull...............................11 ms (16)
  36. | ├─ optimistic readFile...................................9 ms (16)
  37. | │ ├─ files.readFile 6 ms (16)
  38. | │ └─ other optimistic readFile 3 ms
  39. | └─ other optimistic readJsonOrNull 2 ms
  40. | JsImage#load....................................................181 ms (1)
  41. | ├─ runJavaScript packages/underscore.js 3 ms (1)
  42. | ├─ runJavaScript packages/meteor.js...............................5 ms (1)
  43. | │ ├─ Npm.require("meteor-deque") 3 ms (1)
  44. | │ └─ other runJavaScript packages/meteor.js 2 ms
  45. | └─ runJavaScript packages/npm-mongo.js..........................172 ms (1)
  46. | └─ Npm.require("mongodb") 172 ms (1)
  47. | files.writeFile 4 ms (1)
  48. | ProjectContext prepareProjectForBuild........................19,288 ms (1)
  49. | ├─ _initializeCatalog...........................................555 ms (1)
  50. | │ ├─ LocalCatalog#initialize...................................553 ms (1)
  51. | │ │ ├─ addPatternsToList 3 ms (2)
  52. | │ │ ├─ LocalCatalog#_computeEffectiveLocalPackages............424 ms (1)
  53. | │ │ │ ├─ files.readdir 8 ms (1)
  54. | │ │ │ ├─ optimistic hashOrNull...............................410 ms (14)
  55. | │ │ │ │ ├─ optimistic readFile..............................398 ms (14)
  56. | │ │ │ │ │ ├─ files.readFile 388 ms (14)
  57. | │ │ │ │ │ ├─ safeWatcher.watch 5 ms (11)
  58. | │ │ │ │ │ └─ other optimistic readFile 5 ms
  59. | │ │ │ │ ├─ safeWatcher.watch 6 ms (14)
  60. | │ │ │ │ └─ other optimistic hashOrNull 6 ms
  61. | │ │ │ └─ other LocalCatalog#_computeEffectiveLocalPackages 5 ms
  62. | │ │ └─ LocalCatalog#_loadLocalPackages........................126 ms (1)
  63. | │ │ ├─ PackageSource#initFromPackageDir....................103 ms (17)
  64. | │ │ │ ├─ optimistic readFile 1 ms (17)
  65. | │ │ │ ├─ optimistic statOrNull..............................9 ms (17)
  66. | │ │ │ │ ├─ safeWatcher.watch 7 ms (11)
  67. | │ │ │ │ └─ other optimistic statOrNull 1 ms
  68. | │ │ │ ├─ runJavaScript package.js 7 ms (17)
  69. | │ │ │ ├─ sqlite query 7 ms (12)
  70. | │ │ │ └─ other PackageSource#initFromPackageDir 79 ms
  71. | │ │ └─ other LocalCatalog#_loadLocalPackages 22 ms
  72. | │ └─ other _initializeCatalog 2 ms
  73. | ├─ _resolveConstraints.......................................16,126 ms (1)
  74. | │ ├─ bundler.readJsImage........................................97 ms (1)
  75. | │ │ ├─ files.readFile 28 ms (12)
  76. | │ │ ├─ meteorNpm.rebuildIfNonPortable..........................66 ms (3)
  77. | │ │ │ ├─ files.readdir 7 ms (3)
  78. | │ │ │ └─ meteorNpm.isPortable.................................58 ms (14)
  79. | │ │ │ ├─ optimistic lstat..................................12 ms (14)
  80. | │ │ │ │ ├─ safeWatcher.watch 2 ms (4)
  81. | │ │ │ │ ├─ files.lstat 3 ms (14)
  82. | │ │ │ │ └─ other optimistic lstat 7 ms
  83. | │ │ │ ├─ optimistic statOrNull.............................22 ms (8)
  84. | │ │ │ │ ├─ files.stat 21 ms (8)
  85. | │ │ │ │ └─ other optimistic statOrNull 1 ms
  86. | │ │ │ ├─ optimistic readJsonOrNull.........................22 ms (7)
  87. | │ │ │ │ ├─ optimistic readFile............................21 ms (7)
  88. | │ │ │ │ │ ├─ files.readFile 19 ms (7)
  89. | │ │ │ │ │ └─ other optimistic readFile 2 ms
  90. | │ │ │ │ └─ other optimistic readJsonOrNull 2 ms
  91. | │ │ │ └─ other meteorNpm.isPortable 1 ms
  92. | │ │ └─ other bundler.readJsImage 3 ms
  93. | │ ├─ JsImage#load..............................................101 ms (1)
  94. | │ │ ├─ runJavaScript packages/underscore.js 8 ms (1)
  95. | │ │ ├─ runJavaScript packages/meteor.js........................22 ms (1)
  96. | │ │ │ ├─ Npm.require("fibers/future") 5 ms (2)
  97. | │ │ │ ├─ Npm.require("meteor-deque") 12 ms (1)
  98. | │ │ │ └─ other runJavaScript packages/meteor.js 4 ms
  99. | │ │ ├─ runJavaScript packages/modules-runtime.js 2 ms (1)
  100. | │ │ ├─ runJavaScript packages/modules.js.......................23 ms (1)
  101. | │ │ │ ├─ require("./node_modules/meteor/modules/server.js")...21 ms (1)
  102. | │ │ │ │ ├─ require("reify/lib/runtime") 19 ms (1)
  103. | │ │ │ │ └─ other require("./node_modules/meteor/modules/server.js") 1 ms
  104. | │ │ │ └─ other runJavaScript packages/modules.js 2 ms
  105. | │ │ ├─ runJavaScript packages/ejson.js 2 ms (1)
  106. | │ │ ├─ runJavaScript packages/check.js..........................4 ms (1)
  107. | │ │ │ ├─ require("./node_modules/meteor/check/match.js") 2 ms (1)
  108. | │ │ │ └─ other runJavaScript packages/check.js 2 ms
  109. | │ │ ├─ runJavaScript packages/package-version-parser.js 4 ms (1)
  110. | │ │ ├─ runJavaScript packages/logic-solver.js 30 ms (1)
  111. | │ │ ├─ runJavaScript packages/constraint-solver.js 3 ms (1)
  112. | │ │ └─ other JsImage#load 3 ms
  113. | │ ├─ Select Package Versions................................15,913 ms (1)
  114. | │ │ ├─ new CS.Input 9 ms (1)
  115. | │ │ ├─ Input#loadOnlyPreviousSolution.......................1,053 ms (1)
  116. | │ │ │ ├─ sqlite query 940 ms (238)
  117. | │ │ │ └─ other Input#loadOnlyPreviousSolution 113 ms
  118. | │ │ ├─ Input#loadFromCatalog................................3,779 ms (1)
  119. | │ │ │ ├─ sqlite query 1,790 ms (319)
  120. | │ │ │ └─ other Input#loadFromCatalog 1,989 ms
  121. | │ │ ├─ new CS.Solver..........................................211 ms (1)
  122. | │ │ │ └─ Solver#analyze......................................210 ms (1)
  123. | │ │ │ ├─ analyze allowed versions 26 ms (1)
  124. | │ │ │ ├─ analyze root dependencies 2 ms (1)
  125. | │ │ │ ├─ analyze reachability 37 ms (1)
  126. | │ │ │ ├─ analyze constraints 143 ms (1)
  127. | │ │ │ └─ analyze pre-releases 3 ms (1)
  128. | │ │ ├─ Solver#getAnswer....................................10,857 ms (1)
  129. | │ │ │ ├─ new Logic.Solver (MiniSat start-up) 15 ms (1)
  130. | │ │ │ ├─ require root dependencies 2 ms (1)
  131. | │ │ │ ├─ generate package variables 501 ms (1)
  132. | │ │ │ ├─ generate dependency requirements 598 ms (1)
  133. | │ │ │ ├─ generate constraints 7,445 ms (1)
  134. | │ │ │ ├─ pre-solve 504 ms (1)
  135. | │ │ │ ├─ minimize unknown_packages 4 ms (1)
  136. | │ │ │ ├─ minimize conflicts 881 ms (1)
  137. | │ │ │ ├─ minimize unanticipated_prereleases 175 ms (1)
  138. | │ │ │ ├─ calculate previous_root distance costs 11 ms (1)
  139. | │ │ │ ├─ minimize previous_root_incompat 44 ms (1)
  140. | │ │ │ ├─ minimize previous_root_major 3 ms (1)
  141. | │ │ │ ├─ minimize previous_root_minor 10 ms (1)
  142. | │ │ │ ├─ minimize previous_root_patch 8 ms (1)
  143. | │ │ │ ├─ minimize previous_root_rest 3 ms (1)
  144. | │ │ │ ├─ calculate previous_indirect distance costs 61 ms (1)
  145. | │ │ │ ├─ minimize previous_indirect_incompat 137 ms (1)
  146. | │ │ │ ├─ minimize previous_indirect_major 5 ms (1)
  147. | │ │ │ ├─ minimize previous_indirect_minor 63 ms (1)
  148. | │ │ │ ├─ minimize previous_indirect_patch 72 ms (1)
  149. | │ │ │ ├─ minimize previous_indirect_rest 66 ms (1)
  150. | │ │ │ ├─ lock down important versions 14 ms (1)
  151. | │ │ │ ├─ calculate new_indirect version costs 3 ms (1)
  152. | │ │ │ ├─ minimize new_indirect_major 33 ms (1)
  153. | │ │ │ ├─ minimize new_indirect_minor 17 ms (1)
  154. | │ │ │ ├─ minimize new_indirect_patch 4 ms (1)
  155. | │ │ │ ├─ minimize new_indirect_rest 2 ms (1)
  156. | │ │ │ ├─ minimize total_packages 160 ms (1)
  157. | │ │ │ ├─ generate version map 3 ms (1)
  158. | │ │ │ └─ other Solver#getAnswer 14 ms
  159. | │ │ └─ other Select Package Versions 3 ms
  160. | │ ├─ files.writeFileAtomically 1 ms (1)
  161. | │ └─ other _resolveConstraints 14 ms
  162. | └─ _downloadMissingPackages...................................2,607 ms (1)
  163. | ├─ Isopack.readMetadataFromDirectory.........................264 ms (239)
  164. | │ ├─ files.stat 131 ms (240)
  165. | │ ├─ files.readFile 108 ms (238)
  166. | │ └─ other Isopack.readMetadataFromDirectory 25 ms
  167. | ├─ sqlite query 2 ms (1)
  168. | ├─ files.readlink 15 ms (1)
  169. | ├─ files.realpath 2 ms (2)
  170. | ├─ files.readdir 7 ms (80)
  171. | ├─ files.lstat 14 ms (346)
  172. | ├─ files.chmod 12 ms (256)
  173. | ├─ files.rm_recursive 2 ms (1)
  174. | ├─ files.readFile 6 ms (3)
  175. | ├─ meteorNpm.rebuildIfNonPortable..........................1,220 ms (1)
  176. | │ ├─ files.readdir 2 ms (14)
  177. | │ ├─ meteorNpm.isPortable...................................129 ms (3)
  178. | │ │ ├─ optimistic lstat 1 ms (3)
  179. | │ │ ├─ optimistic readJsonOrNull............................91 ms (2)
  180. | │ │ │ └─ optimistic readFile...............................91 ms (2)
  181. | │ │ │ └─ files.readFile 91 ms (2)
  182. | │ │ └─ meteorNpm.isPortable.................................36 ms (15)
  183. | │ │ ├─ optimistic lstat...................................3 ms (15)
  184. | │ │ │ ├─ files.lstat 1 ms (15)
  185. | │ │ │ └─ other optimistic lstat 2 ms
  186. | │ │ └─ meteorNpm.isPortable..............................31 ms (7)
  187. | │ │ ├─ optimistic lstat 1 ms (7)
  188. | │ │ ├─ meteorNpm.isPortable...........................21 ms (27)
  189. | │ │ │ ├─ optimistic lstat.............................3 ms (27)
  190. | │ │ │ │ ├─ files.lstat 2 ms (27)
  191. | │ │ │ │ └─ other optimistic lstat 2 ms
  192. | │ │ │ ├─ optimistic statOrNull 1 ms (8)
  193. | │ │ │ ├─ optimistic readdir...........................2 ms (8)
  194. | │ │ │ │ └─ files.readdir 1 ms (8)
  195. | │ │ │ ├─ meteorNpm.isPortable.........................8 ms (41)
  196. | │ │ │ │ ├─ optimistic lstat..........................5 ms (41)
  197. | │ │ │ │ │ ├─ files.lstat 3 ms (41)
  198. | │ │ │ │ │ └─ other optimistic lstat 2 ms
  199. | │ │ │ │ └─ meteorNpm.isPortable 2 ms (9)
  200. | │ │ │ ├─ optimistic readJsonOrNull....................6 ms (1)
  201. | │ │ │ │ └─ optimistic readFile.......................6 ms (1)
  202. | │ │ │ │ └─ files.readFile 6 ms (1)
  203. | │ │ │ └─ other meteorNpm.isPortable 1 ms
  204. | │ │ └─ optimistic readJsonOrNull.......................6 ms (1)
  205. | │ │ └─ optimistic readFile..........................6 ms (1)
  206. | │ │ └─ files.readFile 6 ms (1)
  207. | │ ├─ optimistic readJsonOrNull................................6 ms (1)
  208. | │ │ └─ optimistic readFile...................................6 ms (1)
  209. | │ │ └─ files.readFile 6 ms (1)
  210. | │ ├─ files.stat 6 ms (186)
  211. | │ ├─ files.mkdir 4 ms (15)
  212. | │ ├─ meteorNpm.runNpmCommand 985 ms (1)
  213. | │ ├─ files.renameDirAlmostAtomically.........................24 ms (2)
  214. | │ │ └─ files.rm_recursive 24 ms (2)
  215. | │ └─ other meteorNpm.rebuildIfNonPortable 63 ms
  216. | └─ other _downloadMissingPackages 1,062 ms
  217. |
  218. | Top leaves:
  219. | generate constraints.....................................7,445 ms (1)
  220. | sqlite query.............................................2,952 ms (571)
  221. | other Input#loadFromCatalog..............................1,989 ms (1)
  222. | other _downloadMissingPackages...........................1,062 ms (1)
  223. | meteorNpm.runNpmCommand....................................985 ms (1)
  224. | minimize conflicts.........................................881 ms (1)
  225. | files.readFile.............................................781 ms (301)
  226. | generate dependency requirements...........................598 ms (1)
  227. | pre-solve..................................................504 ms (1)
  228. | generate package variables.................................501 ms (1)
  229. | minimize unanticipated_prereleases.........................175 ms (1)
  230. | files.stat.................................................169 ms (570)
  231. | minimize total_packages....................................160 ms (1)
  232. | analyze constraints........................................143 ms (1)
  233. | minimize previous_indirect_incompat........................137 ms (1)
  234. | other Input#loadOnlyPreviousSolution.......................113 ms (1)
  235. |
  236. | (#1) Total: 19,832 ms (ProjectContext prepareProjectForBuild)
  237. |
  238. /Users/arthursoares/.meteor/packages/meteor-tool/.1.4.2.zi1w5b++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:190
  239. throw error;
  240. ^
  241.  
  242. Error: EBADF: bad file descriptor, fstat
  243. at Error (native)
  244. => awaited here:
  245. at Promise.await (/Users/arthursoares/.meteor/packages/meteor-tool/.1.4.2.zi1w5b++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:39:12)
  246. at Object.wrapper (/tools/fs/files.js:1522:32)
  247. at Object.profileWrapper [as readFile] (/tools/tool-env/profile.js:283:16)
  248. at /tools/isobuild/isopack.js:979:15
  249. at Array.forEach (native)
  250. at Function._.each._.forEach (/Users/arthursoares/.meteor/packages/meteor-tool/.1.4.2.zi1w5b++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
  251. at Isopack._loadUnibuildsFromPath (/tools/isobuild/isopack.js:965:7)
  252. at /tools/packaging/tropohouse.js:521:21
  253. at Array.forEach (native)
  254. at Function._.each._.forEach (/Users/arthursoares/.meteor/packages/meteor-tool/.1.4.2.zi1w5b++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/underscore/underscore.js:79:11)
  255. at /tools/packaging/tropohouse.js:520:13
  256. at /tools/utils/buildmessage.js:359:18
  257. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  258. at /tools/utils/buildmessage.js:352:34
  259. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  260. at /tools/utils/buildmessage.js:350:23
  261. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  262. at Object.enterJob (/tools/utils/buildmessage.js:324:26)
  263. at /tools/packaging/tropohouse.js:515:22
  264. at /tools/utils/buildmessage.js:359:18
  265. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  266. at /tools/utils/buildmessage.js:352:34
  267. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  268. at /tools/utils/buildmessage.js:350:23
  269. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  270. at Object.enterJob (/tools/utils/buildmessage.js:324:26)
  271. at Object.download (/tools/packaging/tropohouse.js:427:20)
  272. at /tools/packaging/tropohouse.js:600:22
  273. at /tools/utils/buildmessage.js:359:18
  274. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  275. at /tools/utils/buildmessage.js:352:34
  276. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  277. at /tools/utils/buildmessage.js:350:23
  278. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  279. at Object.enterJob (/tools/utils/buildmessage.js:324:26)
  280. at [object Object].downloadPackagesMissingFromMap (/tools/packaging/tropohouse.js:597:20)
  281. at /tools/project-context.js:776:25
  282. at /tools/utils/buildmessage.js:359:18
  283. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  284. at /tools/utils/buildmessage.js:352:34
  285. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  286. at /tools/utils/buildmessage.js:350:23
  287. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  288. at Object.enterJob (/tools/utils/buildmessage.js:324:26)
  289. at /tools/project-context.js:775:20
  290. at /tools/packaging/catalog/catalog.js:100:5
  291. at /tools/utils/buildmessage.js:271:13
  292. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  293. at /tools/utils/buildmessage.js:264:29
  294. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  295. at /tools/utils/buildmessage.js:262:18
  296. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  297. at /tools/utils/buildmessage.js:253:23
  298. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  299. at Object.capture (/tools/utils/buildmessage.js:252:19)
  300. at Object.catalog.runAndRetryWithRefreshIfHelpful (/tools/packaging/catalog/catalog.js:99:31)
  301. at ProjectContext.<anonymous> (/tools/project-context.js:774:13)
  302. at ProjectContext.profileWrapper [as _downloadMissingPackages] (/tools/tool-env/profile.js:283:16)
  303. at /tools/project-context.js:268:9
  304. at /tools/utils/buildmessage.js:359:18
  305. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  306. at /tools/utils/buildmessage.js:352:34
  307. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  308. at /tools/utils/buildmessage.js:350:23
  309. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  310. at Object.enterJob (/tools/utils/buildmessage.js:324:26)
  311. at ProjectContext._completeStagesThrough (/tools/project-context.js:258:18)
  312. at /tools/project-context.js:250:12
  313. at profileWrapper (/tools/tool-env/profile.js:283:16)
  314. at time (/tools/tool-env/profile.js:305:10)
  315. at Function.run (/tools/tool-env/profile.js:501:14)
  316. at ProjectContext.prepareProjectForBuild (/tools/project-context.js:249:13)
  317. at /tools/runners/run-app.js:549:29
  318. at /tools/utils/buildmessage.js:271:13
  319. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  320. at /tools/utils/buildmessage.js:264:29
  321. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  322. at /tools/utils/buildmessage.js:262:18
  323. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  324. at /tools/utils/buildmessage.js:253:23
  325. at [object Object].withValue (/tools/utils/fiber-helpers.js:89:14)
  326. at Object.capture (/tools/utils/buildmessage.js:252:19)
  327. at bundleApp (/tools/runners/run-app.js:548:31)
  328. at AppRunner._runOnce (/tools/runners/run-app.js:617:35)
  329. at AppRunner._fiber (/tools/runners/run-app.js:876:28)
  330. at /tools/runners/run-app.js:403:12
  331.  
  332. npm ERR! Darwin 16.1.0
  333. npm ERR! argv "/Users/arthursoares/.nvm/versions/node/v4.6.1/bin/node" "/Users/arthursoares/.nvm/versions/node/v4.6.1/bin/npm" "run" "start-dev"
  334. npm ERR! node v4.6.1
  335. npm ERR! npm v2.15.9
  336. npm ERR! code ELIFECYCLE
  337. npm ERR! tdb@ start-dev: `../scripts/start-dev.sh`
  338. npm ERR! Exit status 1
  339. npm ERR!
  340. npm ERR! Failed at the tdb@ start-dev script '../scripts/start-dev.sh'.
  341. npm ERR! This is most likely a problem with the tdb package,
  342. npm ERR! not with npm itself.
  343. npm ERR! Tell the author that this fails on your system:
  344. npm ERR! ../scripts/start-dev.sh
  345. npm ERR! You can get information on how to open an issue for this project with:
  346. npm ERR! npm bugs tdb
  347. npm ERR! Or if that isn't available, you can get their info via:
  348. npm ERR!
  349. npm ERR! npm owner ls tdb
  350. npm ERR! There is likely additional logging output above.
  351.  
  352. npm ERR! Please include the following file with any support request:
  353. npm ERR! /Users/arthursoares/Sites/tdb/src/npm-debug.log
  354.  
  355. npm ERR! Darwin 16.1.0
  356. npm ERR! argv "/Users/arthursoares/.nvm/versions/node/v4.6.1/bin/node" "/Users/arthursoares/.nvm/versions/node/v4.6.1/bin/npm" "start"
  357. npm ERR! node v4.6.1
  358. npm ERR! npm v2.15.9
  359. npm ERR! code ELIFECYCLE
  360. npm ERR! tdb@ start: `npm run build-env && npm run start-dev`
  361. npm ERR! Exit status 1
  362. npm ERR!
  363. npm ERR! Failed at the tdb@ start script 'npm run build-env && npm run start-dev'.
  364. npm ERR! This is most likely a problem with the tdb package,
  365. npm ERR! not with npm itself.
  366. npm ERR! Tell the author that this fails on your system:
  367. npm ERR! npm run build-env && npm run start-dev
  368. npm ERR! You can get information on how to open an issue for this project with:
  369. npm ERR! npm bugs tdb
  370. npm ERR! Or if that isn't available, you can get their info via:
  371. npm ERR!
  372. npm ERR! npm owner ls tdb
  373. npm ERR! There is likely additional logging output above.
  374.  
  375. npm ERR! Please include the following file with any support request:
  376. npm ERR! /Users/arthursoares/Sites/tdb/src/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement