Guest User

dogars-62020201

a guest
Jun 20th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.35 KB | None | 0 0
  1. Your environment has been set up for using Node.js 12.16.2 (x64) and npm.
  2.  
  3. C:\Users\Snek>cd dogars-master
  4.  
  5. C:\Users\Snek\dogars-master>npm install
  6.  
  7. > [email protected] install C:\Users\Snek\dogars-master\node_modules\sqlite3
  8. > node-pre-gyp install --fallback-to-build
  9.  
  10. node-pre-gyp WARN Using request for node-pre-gyp https download
  11. [sqlite3] Success: "C:\Users\Snek\dogars-master\node_modules\sqlite3\lib\binding
  12. \node-v72-win32-x64\node_sqlite3.node" is installed via remote
  13.  
  14. > [email protected] postinstall C:\Users\Snek\dogars-master\node_modules\nodemai
  15. ler
  16. > node -e "try{require('./postinstall')}catch(e){}"
  17.  
  18. === Nodemailer 6.4.10 ===
  19.  
  20. Thank you for using Nodemailer for your email sending needs! While Nodemailer
  21. itself is mostly meant to be a SMTP client there are other related projects in
  22. the Nodemailer project as well.
  23.  
  24. > IMAP API ( https://imapapi.com ) is a server application to easily access
  25. IMAP accounts via REST API
  26. > ImapFlow ( https://imapflow.com/ ) is an async IMAP client library for
  27. Node.js
  28. > NodemailerApp ( https://nodemailer.com/app/ ) is a cross platform GUI app to
  29.  
  30. debug emails
  31. > Project Pending ( https://projectpending.com/ ) allows you to host DNS of
  32. your project domains
  33. > Pending DNS ( https://pendingdns.com/ ) is the DNS server used that powers
  34. Project Pending
  35. > Ethereal Email ( https://ethereal.email/ ) is an email testing service that
  36. accepts all your test emails
  37.  
  38. ........
  39. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\glo
  40. b-watcher\node_modules\fsevents):
  41. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@
  42. 1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}
  43. )
  44.  
  45. added 109 packages from 109 contributors, removed 43 packages and audited 1110 p
  46. ackages in 27.484s
  47.  
  48. 2 packages are looking for funding
  49. run `npm fund` for details
  50.  
  51. found 308 vulnerabilities (307 low, 1 high)
  52. run `npm audit fix` to fix them, or `npm audit` for details
  53.  
  54. C:\Users\Snek\dogars-master>npm run build
  55.  
  56. > [email protected] build C:\Users\Snek\dogars-master
  57. > tsc && gulp
  58.  
  59. pokemon-showdown/server/sockets.ts:222:38 - error TS7016: Could not find a decla
  60. ration file for module 'node-static'. 'C:/Users/Snek/dogars-master/pokemon-showd
  61. own/node_modules/node-static/lib/node-static.js' implicitly has an 'any' type.
  62. Try `npm install @types/node-static` if it exists or add a new declaration (.d
  63. .ts) file containing `declare module 'node-static';`
  64.  
  65. 222 const StaticServer: typeof import('node-static').Server = requir
  66. e('node-static').Server;
  67. ~~~~~~~~~~~~~
  68.  
  69. pokemon-showdown/server/sockets.ts:248:29 - error TS7006: Parameter 'e' implicit
  70. ly has an 'any' type.
  71.  
  72. 248 server.serve(req, res, e => {
  73. ~
  74.  
  75. pokemon-showdown/tools/set-import/importer.ts:239:52 - error TS2339: Property 't
  76. ype' does not exist on type 'string'.
  77.  
  78. 239 moves: set.moveslots.map(ms => ms[0]).map(s => s.type ? `${s.move} ${s.t
  79. ype}` : s.move),
  80. ~~~~
  81.  
  82. pokemon-showdown/tools/set-import/importer.ts:239:64 - error TS2339: Property 'm
  83. ove' does not exist on type 'string'.
  84.  
  85. 239 moves: set.moveslots.map(ms => ms[0]).map(s => s.type ? `${s.move} ${s.t
  86. ype}` : s.move),
  87. ~~~~
  88.  
  89. pokemon-showdown/tools/set-import/importer.ts:239:74 - error TS2339: Property 't
  90. ype' does not exist on type 'string'.
  91.  
  92. 239 moves: set.moveslots.map(ms => ms[0]).map(s => s.type ? `${s.move} ${s.t
  93. ype}` : s.move),
  94. ~
  95. ~~~
  96.  
  97. pokemon-showdown/tools/set-import/importer.ts:239:85 - error TS2339: Property 'm
  98. ove' does not exist on type 'string'.
  99.  
  100. 239 moves: set.moveslots.map(ms => ms[0]).map(s => s.type ? `${s.move} ${s.t
  101. ype}` : s.move),
  102.  
  103. ~~~~
  104.  
  105. pokemon-showdown/tools/set-import/importer.ts:452:42 - error TS2339: Property 'l
  106. atestDate' does not exist on type '{ readonly URL: "https://www.smogon.com/stats
  107. /"; latest(page: string): string; url(date: string, format: string, weighted?: b
  108. oolean | undefined): string; parse(raw: string): UsageStatistics; process(raw: s
  109. tring): UsageStatistics; }'.
  110.  
  111. 452 const latestPromise = smogon.Statistics.latestDate(format.id, !current);
  112. ~~~~~~~~~~
  113.  
  114. pokemon-showdown/tools/set-import/importer.ts:455:61 - error TS2345: Argument of
  115. type 'true | 1500' is not assignable to parameter of type 'boolean | undefined'
  116. .
  117. Type '1500' is not assignable to type 'boolean | undefined'.
  118.  
  119. 455 return {url: smogon.Statistics.url(latest.date, format.id, current || 1500)
  120. , count: latest.count};
  121. ~~~~~~~~~~~~~~~
  122.  
  123. src/showside/BattleHandlers/EndHandler.ts:39:51 - error TS2345: Argument of type
  124. 'import("C:/Users/Snek/dogars-master/src/showside/Player").Player' is not assig
  125. nable to parameter of type 'import("C:/Users/Snek/dogars-master/src/Showdown/Pla
  126. yer").Player'.
  127. The types returned by 'con.read(...)' are incompatible between these types.
  128. Type 'PSEvent[T]' is not assignable to type 'Promise<PSEvent[T]>'.
  129. Type '["queryresponse", string, (string | undefined)?, (string | undefined
  130. )?] | ["raw", string] | ["request", string] | ["gen", string] | ["rated"] | ["ga
  131. metype", string] | ["teamsize", "p1" | "p2", string] | ... 34 more ... | [...]'
  132. is not assignable to type 'Promise<PSEvent[T]>'.
  133. Type '["queryresponse", string, (string | undefined)?, (string | undefin
  134. ed)?]' is not assignable to type 'Promise<PSEvent[T]>'.
  135.  
  136. 39 monitor(this.ia.guessedChamp, this.account);
  137. ~~~~~~~~~~~~
  138.  
  139.  
  140. Found 9 errors.
  141.  
  142. npm ERR! code ELIFECYCLE
  143. npm ERR! errno 2
  144. npm ERR! [email protected] build: `tsc && gulp`
  145. npm ERR! Exit status 2
  146. npm ERR!
  147. npm ERR! Failed at the [email protected] build script.
  148. npm ERR! This is probably not a problem with npm. There is likely additional log
  149. ging output above.
  150.  
  151. npm ERR! A complete log of this run can be found in:
  152. npm ERR! C:\Users\Snek\AppData\Roaming\npm-cache\_logs\2020-06-21T02_03_49_3
  153. 76Z-debug.log
  154.  
  155. C:\Users\Snek\dogars-master>
Advertisement
Add Comment
Please, Sign In to add comment