Advertisement
Guest User

## lynn attempts npm install again

a guest
Mar 1st, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.46 KB | None | 0 0
  1. C:\codinghabit\habitrpg>npm install
  2. npm WARN package.json habitrpg-shared@0.0.0 No repository field.
  3. npm WARN package.json icalendar@0.6.4 No repository field.
  4. npm WARN package.json karma-chrome-launcher@0.1.7 No README data
  5. npm WARN package.json karma-firefox-launcher@0.1.4 No README data
  6. npm WARN package.json karma-phantomjs-launcher@0.1.4 No README data
  7. npm WARN package.json expect.js@0.2.0 No repository field.
  8. npm WARN package.json paypal-ipn@1.0.1 'repositories' (plural) Not supported. Pl
  9. ease pick one as the 'repository' field
  10. npm WARN `git config --get remote.origin.url` returned wrong result (git://githu
  11. b.com/vkiryukhin/pretty-data) undefined
  12. npm WARN `git config --get remote.origin.url` returned wrong result (git://githu
  13. b.com/vkiryukhin/pretty-data) undefined
  14. npm WARN `git config --get remote.origin.url` returned wrong result (git://githu
  15. b.com/lefnire/swagger-node-express) undefined
  16. npm WARN `git config --get remote.origin.url` returned wrong result (git://githu
  17. b.com/lefnire/swagger-node-express) undefined
  18. npm WARN `git config --get remote.origin.url` returned wrong result (git://githu
  19. b.com/HabitRPG/node-paypal-express-checkout) undefined
  20. npm WARN `git config --get remote.origin.url` returned wrong result (git://githu
  21. b.com/HabitRPG/node-paypal-express-checkout) undefined
  22. npm WARN `git config --get remote.origin.url` returned wrong result (https://git
  23. hub.com/colegleason/git-changelog) undefined
  24. npm WARN `git config --get remote.origin.url` returned wrong result (https://git
  25. hub.com/colegleason/git-changelog) undefined
  26. npm WARN `git config --get remote.origin.url` returned wrong result (git://githu
  27. b.com/HabitRPG/habitrpg-shared) undefined
  28. npm WARN `git config --get remote.origin.url` returned wrong result (git://githu
  29. b.com/HabitRPG/habitrpg-shared) undefined
  30. npm WARN `git config --get remote.origin.url` returned wrong result (git://githu
  31. b.com/lefnire/node-icalendar) undefined
  32. npm WARN `git config --get remote.origin.url` returned wrong result (git://githu
  33. b.com/lefnire/node-icalendar) undefined
  34. npm ERR! git clone git://github.com/vkiryukhin/pretty-data undefined
  35. npm ERR! git clone git://github.com/vkiryukhin/pretty-data undefined
  36. npm ERR! git clone git://github.com/lefnire/swagger-node-express undefined
  37. npm ERR! git clone git://github.com/lefnire/swagger-node-express undefined
  38. npm ERR! git clone git://github.com/HabitRPG/node-paypal-express-checkout undefi
  39. ned
  40. npm ERR! git clone git://github.com/HabitRPG/node-paypal-express-checkout undefi
  41. ned
  42. npm ERR! git clone https://github.com/colegleason/git-changelog undefined
  43. npm ERR! git clone https://github.com/colegleason/git-changelog undefined
  44. npm ERR! git clone git://github.com/HabitRPG/habitrpg-shared undefined
  45. npm ERR! git clone git://github.com/HabitRPG/habitrpg-shared undefined
  46. npm ERR! git clone git://github.com/lefnire/node-icalendar undefined
  47. npm ERR! git clone git://github.com/lefnire/node-icalendar undefined
  48. npm ERR! Windows_NT 6.3.9600
  49. npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs
  50. \\node_modules\\npm\\bin\\npm-cli.js" "install"
  51. npm ERR! node v0.12.0
  52. npm ERR! npm v2.5.1
  53. npm ERR! code ENOGIT
  54.  
  55. npm ERR! not found: git
  56. npm ERR!
  57. npm ERR! Failed using git.
  58. npm ERR! This is most likely not a problem with npm itself.
  59. npm ERR! Please check if you have git installed and in your PATH.
  60.  
  61. npm ERR! Please include the following file with any support request:
  62. npm ERR! C:\codinghabit\habitrpg\npm-debug.log
  63.  
  64. C:\codinghabit\habitrpg>
  65.  
  66.  
  67. ## that npm-debug.log file:
  68. 0 info it worked if it ends with ok
  69. 1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
  70. 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
  71. 1 verbose cli 'install' ]
  72. 2 info using npm@2.5.1
  73. 3 info using node@v0.12.0
  74. 4 verbose node symlink C:\Program Files\nodejs\\node.exe
  75. 5 verbose install where, deps [ 'C:\\codinghabit\\habitrpg',
  76. 5 verbose install [ 'habitrpg-shared',
  77. 5 verbose install 'connect-mongo',
  78. 5 verbose install 'express',
  79. 5 verbose install 'gzippo',
  80. 5 verbose install 'guid',
  81. 5 verbose install 'moment',
  82. 5 verbose install 'stripe',
  83. 5 verbose install 'coffee-script',
  84. 5 verbose install 'nconf',
  85. 5 verbose install 'icalendar',
  86. 5 verbose install 'resolve',
  87. 5 verbose install 'lodash',
  88. 5 verbose install 'async',
  89. 5 verbose install 'optimist',
  90. 5 verbose install 'stylus',
  91. 5 verbose install 'grunt',
  92. 5 verbose install 'grunt-contrib-uglify',
  93. 5 verbose install 'grunt-contrib-stylus',
  94. 5 verbose install 'grunt-contrib-clean',
  95. 5 verbose install 'grunt-contrib-cssmin',
  96. 5 verbose install 'grunt-contrib-watch',
  97. 5 verbose install 'grunt-contrib-copy',
  98. 5 verbose install 'grunt-hashres',
  99. 5 verbose install 'grunt-nodemon',
  100. 5 verbose install 'grunt-concurrent',
  101. 5 verbose install 'bower',
  102. 5 verbose install 'nib',
  103. 5 verbose install 'jade',
  104. 5 verbose install 'validator',
  105. 5 verbose install 'nodemailer',
  106. 5 verbose install 'grunt-cli',
  107. 5 verbose install 'express-csv',
  108. 5 verbose install 'pretty-data',
  109. 5 verbose install 'js2xmlparser',
  110. 5 verbose install 'mongoose',
  111. 5 verbose install 'swagger-node-express',
  112. 5 verbose install 'passport',
  113. 5 verbose install 'passport-facebook',
  114. 5 verbose install 'newrelic',
  115. 5 verbose install 'connect-ratelimit',
  116. 5 verbose install 'winston',
  117. 5 verbose install 'winston-mail',
  118. 5 verbose install 'winston-newrelic',
  119. 5 verbose install 'domain-middleware',
  120. 5 verbose install 'universal-analytics',
  121. 5 verbose install 'paypal-express-checkout',
  122. 5 verbose install 'paypal-recurring',
  123. 5 verbose install 'paypal-ipn',
  124. 5 verbose install 'coupon-code',
  125. 5 verbose install 'mongoose-id-autoinc',
  126. 5 verbose install 'protractor',
  127. 5 verbose install 'grunt-karma',
  128. 5 verbose install 'karma-script-launcher',
  129. 5 verbose install 'karma-chrome-launcher',
  130. 5 verbose install 'karma-firefox-launcher',
  131. 5 verbose install 'karma-html2js-preprocessor',
  132. 5 verbose install 'karma-coffee-preprocessor',
  133. 5 verbose install 'karma-jasmine',
  134. 5 verbose install 'karma-requirejs',
  135. 5 verbose install 'karma-phantomjs-launcher',
  136. 5 verbose install 'karma',
  137. 5 verbose install 'karma-ng-html2js-preprocessor',
  138. 5 verbose install 'karma-chai-plugins',
  139. 5 verbose install 'mocha',
  140. 5 verbose install 'karma-mocha',
  141. 5 verbose install 'csv',
  142. 5 verbose install 'mongoskin',
  143. 5 verbose install 'expect.js',
  144. 5 verbose install 'superagent',
  145. 5 verbose install 'superagent-defaults',
  146. 5 verbose install 'git-changelog',
  147. 5 verbose install 'deep-diff' ] ]
  148. 6 verbose install where, peers [ 'C:\\codinghabit\\habitrpg', [] ]
  149. 7 info preinstall habitrpg@0.0.0-152
  150. 8 warn package.json habitrpg-shared@0.0.0 No repository field.
  151. 9 warn package.json icalendar@0.6.4 No repository field.
  152. 10 warn package.json karma-chrome-launcher@0.1.7 No README data
  153. 11 warn package.json karma-firefox-launcher@0.1.4 No README data
  154. 12 warn package.json karma-phantomjs-launcher@0.1.4 No README data
  155. 13 warn package.json expect.js@0.2.0 No repository field.
  156. 14 warn package.json paypal-ipn@1.0.1 'repositories' (plural) Not supported. Please pick one as the 'repository' field
  157. 15 verbose already installed skipping grunt@~0.4.1 C:\codinghabit\habitrpg
  158. 16 verbose already installed skipping grunt-contrib-uglify@~0.2.4 C:\codinghabit\habitrpg
  159. 17 verbose already installed skipping grunt-contrib-stylus@~0.8.0 C:\codinghabit\habitrpg
  160. 18 verbose already installed skipping grunt-contrib-clean@~0.5.0 C:\codinghabit\habitrpg
  161. 19 verbose already installed skipping grunt-contrib-cssmin@~0.6.1 C:\codinghabit\habitrpg
  162. 20 verbose already installed skipping grunt-contrib-watch@~0.5.3 C:\codinghabit\habitrpg
  163. 21 verbose already installed skipping grunt-contrib-copy@~0.4.1 C:\codinghabit\habitrpg
  164. 22 verbose already installed skipping grunt-hashres@~0.3.2 C:\codinghabit\habitrpg
  165. 23 verbose already installed skipping grunt-nodemon@~0.1.1 C:\codinghabit\habitrpg
  166. 24 verbose already installed skipping grunt-concurrent@~0.3.1 C:\codinghabit\habitrpg
  167. 25 verbose already installed skipping bower@~1.3.8 C:\codinghabit\habitrpg
  168. 26 verbose already installed skipping nib@~1.0.1 C:\codinghabit\habitrpg
  169. 27 verbose already installed skipping jade@~0.35.0 C:\codinghabit\habitrpg
  170. 28 verbose already installed skipping validator@~3.11.2 C:\codinghabit\habitrpg
  171. 29 verbose already installed skipping nodemailer@~0.5.2 C:\codinghabit\habitrpg
  172. 30 verbose already installed skipping grunt-cli@~0.1.9 C:\codinghabit\habitrpg
  173. 31 verbose already installed skipping express-csv@~0.6.0 C:\codinghabit\habitrpg
  174. 32 silly cache add args [ 'pretty-data@git://github.com/vkiryukhin/pretty-data#master',
  175. 32 silly cache add null ]
  176. 33 verbose cache add spec pretty-data@git://github.com/vkiryukhin/pretty-data#master
  177. 34 verbose already installed skipping js2xmlparser@~0.1.2 C:\codinghabit\habitrpg
  178. 35 verbose already installed skipping mongoose@3.8.5 C:\codinghabit\habitrpg
  179. 36 silly cache add parsed spec { raw: 'pretty-data@git://github.com/vkiryukhin/pretty-data#master',
  180. 36 silly cache add scope: null,
  181. 36 silly cache add name: 'pretty-data',
  182. 36 silly cache add rawSpec: 'git://github.com/vkiryukhin/pretty-data#master',
  183. 36 silly cache add spec: 'git://github.com/vkiryukhin/pretty-data#master',
  184. 36 silly cache add type: 'git' }
  185. 37 verbose addRemoteGit u="git://github.com/vkiryukhin/pretty-data#master" silent=false
  186. 38 silly addRemoteGit normalized { url: 'git://github.com/vkiryukhin/pretty-data',
  187. 38 silly addRemoteGit branch: 'master' }
  188. 39 silly addRemoteGit v git-github-com-vkiryukhin-pretty-data-c68e0987
  189. 40 verbose addRemoteGit C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-vkiryukhin-pretty-data-c68e0987 not in flight; cloning
  190. 41 silly cache add args [ 'swagger-node-express@git://github.com/lefnire/swagger-node-express#habitrpg',
  191. 41 silly cache add null ]
  192. 42 verbose cache add spec swagger-node-express@git://github.com/lefnire/swagger-node-express#habitrpg
  193. 43 verbose already installed skipping passport@~0.1.18 C:\codinghabit\habitrpg
  194. 44 silly cache add parsed spec { raw: 'swagger-node-express@git://github.com/lefnire/swagger-node-express#habitrpg',
  195. 44 silly cache add scope: null,
  196. 44 silly cache add name: 'swagger-node-express',
  197. 44 silly cache add rawSpec: 'git://github.com/lefnire/swagger-node-express#habitrpg',
  198. 44 silly cache add spec: 'git://github.com/lefnire/swagger-node-express#habitrpg',
  199. 44 silly cache add type: 'git' }
  200. 45 verbose addRemoteGit u="git://github.com/lefnire/swagger-node-express#habitrpg" silent=false
  201. 46 silly addRemoteGit normalized { url: 'git://github.com/lefnire/swagger-node-express',
  202. 46 silly addRemoteGit branch: 'habitrpg' }
  203. 47 silly addRemoteGit v git-github-com-lefnire-swagger-node-express-f2f45ac8
  204. 48 verbose addRemoteGit C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-lefnire-swagger-node-express-f2f45ac8 not in flight; cloning
  205. 49 verbose already installed skipping passport-facebook@~1.0.2 C:\codinghabit\habitrpg
  206. 50 verbose already installed skipping newrelic@~1.3.0 C:\codinghabit\habitrpg
  207. 51 verbose already installed skipping connect-ratelimit@0.0.6 C:\codinghabit\habitrpg
  208. 52 verbose already installed skipping winston@~0.7.2 C:\codinghabit\habitrpg
  209. 53 verbose already installed skipping winston-mail@~0.2.7 C:\codinghabit\habitrpg
  210. 54 verbose already installed skipping winston-newrelic@~0.1.4 C:\codinghabit\habitrpg
  211. 55 verbose already installed skipping domain-middleware@~0.1.0 C:\codinghabit\habitrpg
  212. 56 verbose already installed skipping universal-analytics@~0.3.2 C:\codinghabit\habitrpg
  213. 57 silly cache add args [ 'paypal-express-checkout@git://github.com/HabitRPG/node-paypal-express-checkout#habitrpg',
  214. 57 silly cache add null ]
  215. 58 verbose cache add spec paypal-express-checkout@git://github.com/HabitRPG/node-paypal-express-checkout#habitrpg
  216. 59 silly cache add parsed spec { raw: 'paypal-express-checkout@git://github.com/HabitRPG/node-paypal-express-checkout#habitrpg',
  217. 59 silly cache add scope: null,
  218. 59 silly cache add name: 'paypal-express-checkout',
  219. 59 silly cache add rawSpec: 'git://github.com/HabitRPG/node-paypal-express-checkout#habitrpg',
  220. 59 silly cache add spec: 'git://github.com/HabitRPG/node-paypal-express-checkout#habitrpg',
  221. 59 silly cache add type: 'git' }
  222. 60 verbose addRemoteGit u="git://github.com/HabitRPG/node-paypal-express-checkout#habitrpg" silent=false
  223. 61 silly addRemoteGit normalized { url: 'git://github.com/HabitRPG/node-paypal-express-checkout',
  224. 61 silly addRemoteGit branch: 'habitrpg' }
  225. 62 silly addRemoteGit v git-github-com-HabitRPG-node-paypal-express-checkout-5a0e42ec
  226. 63 verbose addRemoteGit C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-HabitRPG-node-paypal-express-checkout-5a0e42ec not in flight; cloning
  227. 64 verbose already installed skipping paypal-recurring@git://github.com/jaybryant/paypal-recurring#656b496f43440893c984700191666a5c5c535dca C:\codinghabit\habitrpg
  228. 65 verbose already installed skipping paypal-ipn@~1.0.1 C:\codinghabit\habitrpg
  229. 66 verbose already installed skipping coupon-code@~0.3.0 C:\codinghabit\habitrpg
  230. 67 verbose already installed skipping mongoose-id-autoinc@~2013.7.14-4 C:\codinghabit\habitrpg
  231. 68 verbose already installed skipping protractor@~0.14.0 C:\codinghabit\habitrpg
  232. 69 verbose already installed skipping grunt-karma@~0.6.2 C:\codinghabit\habitrpg
  233. 70 verbose already installed skipping karma-script-launcher@~0.1.0 C:\codinghabit\habitrpg
  234. 71 verbose already installed skipping karma-chrome-launcher@~0.1.0 C:\codinghabit\habitrpg
  235. 72 verbose already installed skipping karma-firefox-launcher@~0.1.0 C:\codinghabit\habitrpg
  236. 73 verbose already installed skipping karma-html2js-preprocessor@~0.1.0 C:\codinghabit\habitrpg
  237. 74 verbose already installed skipping karma-coffee-preprocessor@~0.1.0 C:\codinghabit\habitrpg
  238. 75 verbose already installed skipping karma-jasmine@~0.1.3 C:\codinghabit\habitrpg
  239. 76 verbose already installed skipping karma-requirejs@~0.2.0 C:\codinghabit\habitrpg
  240. 77 verbose already installed skipping karma-phantomjs-launcher@~0.1.0 C:\codinghabit\habitrpg
  241. 78 verbose already installed skipping karma@~0.10.2 C:\codinghabit\habitrpg
  242. 79 verbose already installed skipping karma-ng-html2js-preprocessor@~0.1.0 C:\codinghabit\habitrpg
  243. 80 verbose already installed skipping karma-chai-plugins@~0.1.0 C:\codinghabit\habitrpg
  244. 81 verbose already installed skipping mocha@~1.12.1 C:\codinghabit\habitrpg
  245. 82 verbose already installed skipping karma-mocha@0.1.3 C:\codinghabit\habitrpg
  246. 83 verbose already installed skipping csv@~0.3.6 C:\codinghabit\habitrpg
  247. 84 verbose already installed skipping mongoskin@~0.6.1 C:\codinghabit\habitrpg
  248. 85 verbose already installed skipping expect.js@~0.2.0 C:\codinghabit\habitrpg
  249. 86 verbose already installed skipping superagent@~0.15.7 C:\codinghabit\habitrpg
  250. 87 verbose already installed skipping superagent-defaults@~0.1.5 C:\codinghabit\habitrpg
  251. 88 silly cache add args [ 'git-changelog@git+https://github.com/colegleason/git-changelog',
  252. 88 silly cache add null ]
  253. 89 verbose cache add spec git-changelog@git+https://github.com/colegleason/git-changelog
  254. 90 silly cache add parsed spec { raw: 'git-changelog@git+https://github.com/colegleason/git-changelog',
  255. 90 silly cache add scope: null,
  256. 90 silly cache add name: 'git-changelog',
  257. 90 silly cache add rawSpec: 'git+https://github.com/colegleason/git-changelog',
  258. 90 silly cache add spec: 'https://github.com/colegleason/git-changelog',
  259. 90 silly cache add type: 'git' }
  260. 91 verbose addRemoteGit u="https://github.com/colegleason/git-changelog" silent=false
  261. 92 silly addRemoteGit normalized { url: 'https://github.com/colegleason/git-changelog',
  262. 92 silly addRemoteGit branch: 'master' }
  263. 93 silly addRemoteGit v https-github-com-colegleason-git-changelog-0b3ba773
  264. 94 verbose addRemoteGit C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\https-github-com-colegleason-git-changelog-0b3ba773 not in flight; cloning
  265. 95 verbose already installed skipping deep-diff@~0.1.4 C:\codinghabit\habitrpg
  266. 96 silly cache add args [ 'habitrpg-shared@git://github.com/HabitRPG/habitrpg-shared#develop',
  267. 96 silly cache add null ]
  268. 97 verbose cache add spec habitrpg-shared@git://github.com/HabitRPG/habitrpg-shared#develop
  269. 98 silly cache add parsed spec { raw: 'habitrpg-shared@git://github.com/HabitRPG/habitrpg-shared#develop',
  270. 98 silly cache add scope: null,
  271. 98 silly cache add name: 'habitrpg-shared',
  272. 98 silly cache add rawSpec: 'git://github.com/HabitRPG/habitrpg-shared#develop',
  273. 98 silly cache add spec: 'git://github.com/HabitRPG/habitrpg-shared#develop',
  274. 98 silly cache add type: 'git' }
  275. 99 verbose addRemoteGit u="git://github.com/HabitRPG/habitrpg-shared#develop" silent=false
  276. 100 silly addRemoteGit normalized { url: 'git://github.com/HabitRPG/habitrpg-shared',
  277. 100 silly addRemoteGit branch: 'develop' }
  278. 101 silly addRemoteGit v git-github-com-HabitRPG-habitrpg-shared-ec762225
  279. 102 verbose addRemoteGit C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-HabitRPG-habitrpg-shared-ec762225 not in flight; cloning
  280. 103 verbose already installed skipping connect-mongo@* C:\codinghabit\habitrpg
  281. 104 verbose already installed skipping express@3.5.x C:\codinghabit\habitrpg
  282. 105 verbose already installed skipping gzippo@* C:\codinghabit\habitrpg
  283. 106 verbose already installed skipping guid@* C:\codinghabit\habitrpg
  284. 107 verbose already installed skipping moment@~2.4.0 C:\codinghabit\habitrpg
  285. 108 verbose already installed skipping stripe@* C:\codinghabit\habitrpg
  286. 109 verbose already installed skipping coffee-script@1.6.x C:\codinghabit\habitrpg
  287. 110 verbose already installed skipping nconf@* C:\codinghabit\habitrpg
  288. 111 silly cache add args [ 'icalendar@git://github.com/lefnire/node-icalendar#master',
  289. 111 silly cache add null ]
  290. 112 verbose cache add spec icalendar@git://github.com/lefnire/node-icalendar#master
  291. 113 silly cache add parsed spec { raw: 'icalendar@git://github.com/lefnire/node-icalendar#master',
  292. 113 silly cache add scope: null,
  293. 113 silly cache add name: 'icalendar',
  294. 113 silly cache add rawSpec: 'git://github.com/lefnire/node-icalendar#master',
  295. 113 silly cache add spec: 'git://github.com/lefnire/node-icalendar#master',
  296. 113 silly cache add type: 'git' }
  297. 114 verbose addRemoteGit u="git://github.com/lefnire/node-icalendar#master" silent=false
  298. 115 silly addRemoteGit normalized { url: 'git://github.com/lefnire/node-icalendar',
  299. 115 silly addRemoteGit branch: 'master' }
  300. 116 silly addRemoteGit v git-github-com-lefnire-node-icalendar-0b807b4c
  301. 117 verbose addRemoteGit C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-lefnire-node-icalendar-0b807b4c not in flight; cloning
  302. 118 verbose already installed skipping resolve@~0.2.3 C:\codinghabit\habitrpg
  303. 119 verbose already installed skipping lodash@~2.2.1 C:\codinghabit\habitrpg
  304. 120 verbose already installed skipping async@~0.2.9 C:\codinghabit\habitrpg
  305. 121 verbose already installed skipping optimist@~0.5.2 C:\codinghabit\habitrpg
  306. 122 verbose already installed skipping stylus@~0.37.0 C:\codinghabit\habitrpg
  307. 123 warn `git config --get remote.origin.url` returned wrong result (git://github.com/vkiryukhin/pretty-data) undefined
  308. 123 warn `git config --get remote.origin.url` returned wrong result (git://github.com/vkiryukhin/pretty-data) undefined
  309. 124 verbose gentlyRm vacuuming C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-vkiryukhin-pretty-data-c68e0987
  310. 125 warn `git config --get remote.origin.url` returned wrong result (git://github.com/lefnire/swagger-node-express) undefined
  311. 125 warn `git config --get remote.origin.url` returned wrong result (git://github.com/lefnire/swagger-node-express) undefined
  312. 126 verbose gentlyRm vacuuming C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-lefnire-swagger-node-express-f2f45ac8
  313. 127 silly gentlyRm purging C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-vkiryukhin-pretty-data-c68e0987
  314. 128 silly gentlyRm purging C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-lefnire-swagger-node-express-f2f45ac8
  315. 129 silly gentlyRm quitting because other entries in C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes
  316. 130 silly gentlyRm quitting because other entries in C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes
  317. 131 warn `git config --get remote.origin.url` returned wrong result (git://github.com/HabitRPG/node-paypal-express-checkout) undefined
  318. 131 warn `git config --get remote.origin.url` returned wrong result (git://github.com/HabitRPG/node-paypal-express-checkout) undefined
  319. 132 verbose gentlyRm vacuuming C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-HabitRPG-node-paypal-express-checkout-5a0e42ec
  320. 133 silly gentlyRm purging C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-HabitRPG-node-paypal-express-checkout-5a0e42ec
  321. 134 silly gentlyRm quitting because other entries in C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes
  322. 135 warn `git config --get remote.origin.url` returned wrong result (https://github.com/colegleason/git-changelog) undefined
  323. 135 warn `git config --get remote.origin.url` returned wrong result (https://github.com/colegleason/git-changelog) undefined
  324. 136 verbose gentlyRm vacuuming C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\https-github-com-colegleason-git-changelog-0b3ba773
  325. 137 silly gentlyRm purging C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\https-github-com-colegleason-git-changelog-0b3ba773
  326. 138 warn `git config --get remote.origin.url` returned wrong result (git://github.com/HabitRPG/habitrpg-shared) undefined
  327. 138 warn `git config --get remote.origin.url` returned wrong result (git://github.com/HabitRPG/habitrpg-shared) undefined
  328. 139 verbose gentlyRm vacuuming C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-HabitRPG-habitrpg-shared-ec762225
  329. 140 silly gentlyRm purging C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-HabitRPG-habitrpg-shared-ec762225
  330. 141 silly gentlyRm quitting because other entries in C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes
  331. 142 silly gentlyRm quitting because other entries in C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes
  332. 143 warn `git config --get remote.origin.url` returned wrong result (git://github.com/lefnire/node-icalendar) undefined
  333. 143 warn `git config --get remote.origin.url` returned wrong result (git://github.com/lefnire/node-icalendar) undefined
  334. 144 verbose gentlyRm vacuuming C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-lefnire-node-icalendar-0b807b4c
  335. 145 silly gentlyRm purging C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes\git-github-com-lefnire-node-icalendar-0b807b4c
  336. 146 silly gentlyRm quitting because other entries in C:\Users\Lynn\AppData\Roaming\npm-cache\_git-remotes
  337. 147 error git clone git://github.com/vkiryukhin/pretty-data undefined
  338. 147 error git clone git://github.com/vkiryukhin/pretty-data undefined
  339. 148 error git clone git://github.com/lefnire/swagger-node-express undefined
  340. 148 error git clone git://github.com/lefnire/swagger-node-express undefined
  341. 149 error git clone git://github.com/HabitRPG/node-paypal-express-checkout undefined
  342. 149 error git clone git://github.com/HabitRPG/node-paypal-express-checkout undefined
  343. 150 error git clone https://github.com/colegleason/git-changelog undefined
  344. 150 error git clone https://github.com/colegleason/git-changelog undefined
  345. 151 error git clone git://github.com/HabitRPG/habitrpg-shared undefined
  346. 151 error git clone git://github.com/HabitRPG/habitrpg-shared undefined
  347. 152 error git clone git://github.com/lefnire/node-icalendar undefined
  348. 152 error git clone git://github.com/lefnire/node-icalendar undefined
  349. 153 verbose stack Error: not found: git
  350. 153 verbose stack at F (C:\Program Files\nodejs\node_modules\npm\node_modules\which\which.js:38:28)
  351. 153 verbose stack at E (C:\Program Files\nodejs\node_modules\npm\node_modules\which\which.js:41:29)
  352. 153 verbose stack at C:\Program Files\nodejs\node_modules\npm\node_modules\which\which.js:52:16
  353. 153 verbose stack at FSReqWrap.oncomplete (fs.js:99:15)
  354. 154 verbose cwd C:\codinghabit\habitrpg
  355. 155 error Windows_NT 6.3.9600
  356. 156 error argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
  357. 157 error node v0.12.0
  358. 158 error npm v2.5.1
  359. 159 error code ENOGIT
  360. 160 error not found: git
  361. 161 error Failed using git.
  362. 161 error This is most likely not a problem with npm itself.
  363. 161 error Please check if you have git installed and in your PATH.
  364. 162 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement