Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Your environment has been set up for using Node.js 12.16.2 (x64) and npm.
- C:\Users\Snek>cd dogars-master
- C:\Users\Snek\dogars-master>npm install
- > [email protected] install C:\Users\Snek\dogars-master\node_modules\sqlite3
- > node-pre-gyp install --fallback-to-build
- node-pre-gyp WARN Using request for node-pre-gyp https download
- [sqlite3] Success: "C:\Users\Snek\dogars-master\node_modules\sqlite3\lib\binding
- \node-v72-win32-x64\node_sqlite3.node" is installed via remote
- > [email protected] postinstall C:\Users\Snek\dogars-master\node_modules\nodemai
- ler
- > node -e "try{require('./postinstall')}catch(e){}"
- === Nodemailer 6.4.10 ===
- Thank you for using Nodemailer for your email sending needs! While Nodemailer
- itself is mostly meant to be a SMTP client there are other related projects in
- the Nodemailer project as well.
- > IMAP API ( https://imapapi.com ) is a server application to easily access
- IMAP accounts via REST API
- > ImapFlow ( https://imapflow.com/ ) is an async IMAP client library for
- Node.js
- > NodemailerApp ( https://nodemailer.com/app/ ) is a cross platform GUI app to
- debug emails
- > Project Pending ( https://projectpending.com/ ) allows you to host DNS of
- your project domains
- > Pending DNS ( https://pendingdns.com/ ) is the DNS server used that powers
- Project Pending
- > Ethereal Email ( https://ethereal.email/ ) is an email testing service that
- accepts all your test emails
- ........
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\glo
- b-watcher\node_modules\fsevents):
- npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@
- 1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}
- )
- added 109 packages from 109 contributors, removed 43 packages and audited 1110 p
- ackages in 27.484s
- 2 packages are looking for funding
- run `npm fund` for details
- found 308 vulnerabilities (307 low, 1 high)
- run `npm audit fix` to fix them, or `npm audit` for details
- C:\Users\Snek\dogars-master>npm run build
- > [email protected] build C:\Users\Snek\dogars-master
- > tsc && gulp
- pokemon-showdown/server/sockets.ts:222:38 - error TS7016: Could not find a decla
- ration file for module 'node-static'. 'C:/Users/Snek/dogars-master/pokemon-showd
- own/node_modules/node-static/lib/node-static.js' implicitly has an 'any' type.
- Try `npm install @types/node-static` if it exists or add a new declaration (.d
- .ts) file containing `declare module 'node-static';`
- 222 const StaticServer: typeof import('node-static').Server = requir
- e('node-static').Server;
- ~~~~~~~~~~~~~
- pokemon-showdown/server/sockets.ts:248:29 - error TS7006: Parameter 'e' implicit
- ly has an 'any' type.
- 248 server.serve(req, res, e => {
- ~
- pokemon-showdown/tools/set-import/importer.ts:239:52 - error TS2339: Property 't
- ype' does not exist on type 'string'.
- 239 moves: set.moveslots.map(ms => ms[0]).map(s => s.type ? `${s.move} ${s.t
- ype}` : s.move),
- ~~~~
- pokemon-showdown/tools/set-import/importer.ts:239:64 - error TS2339: Property 'm
- ove' does not exist on type 'string'.
- 239 moves: set.moveslots.map(ms => ms[0]).map(s => s.type ? `${s.move} ${s.t
- ype}` : s.move),
- ~~~~
- pokemon-showdown/tools/set-import/importer.ts:239:74 - error TS2339: Property 't
- ype' does not exist on type 'string'.
- 239 moves: set.moveslots.map(ms => ms[0]).map(s => s.type ? `${s.move} ${s.t
- ype}` : s.move),
- ~
- ~~~
- pokemon-showdown/tools/set-import/importer.ts:239:85 - error TS2339: Property 'm
- ove' does not exist on type 'string'.
- 239 moves: set.moveslots.map(ms => ms[0]).map(s => s.type ? `${s.move} ${s.t
- ype}` : s.move),
- ~~~~
- pokemon-showdown/tools/set-import/importer.ts:452:42 - error TS2339: Property 'l
- atestDate' does not exist on type '{ readonly URL: "https://www.smogon.com/stats
- /"; latest(page: string): string; url(date: string, format: string, weighted?: b
- oolean | undefined): string; parse(raw: string): UsageStatistics; process(raw: s
- tring): UsageStatistics; }'.
- 452 const latestPromise = smogon.Statistics.latestDate(format.id, !current);
- ~~~~~~~~~~
- pokemon-showdown/tools/set-import/importer.ts:455:61 - error TS2345: Argument of
- type 'true | 1500' is not assignable to parameter of type 'boolean | undefined'
- .
- Type '1500' is not assignable to type 'boolean | undefined'.
- 455 return {url: smogon.Statistics.url(latest.date, format.id, current || 1500)
- , count: latest.count};
- ~~~~~~~~~~~~~~~
- src/showside/BattleHandlers/EndHandler.ts:39:51 - error TS2345: Argument of type
- 'import("C:/Users/Snek/dogars-master/src/showside/Player").Player' is not assig
- nable to parameter of type 'import("C:/Users/Snek/dogars-master/src/Showdown/Pla
- yer").Player'.
- The types returned by 'con.read(...)' are incompatible between these types.
- Type 'PSEvent[T]' is not assignable to type 'Promise<PSEvent[T]>'.
- Type '["queryresponse", string, (string | undefined)?, (string | undefined
- )?] | ["raw", string] | ["request", string] | ["gen", string] | ["rated"] | ["ga
- metype", string] | ["teamsize", "p1" | "p2", string] | ... 34 more ... | [...]'
- is not assignable to type 'Promise<PSEvent[T]>'.
- Type '["queryresponse", string, (string | undefined)?, (string | undefin
- ed)?]' is not assignable to type 'Promise<PSEvent[T]>'.
- 39 monitor(this.ia.guessedChamp, this.account);
- ~~~~~~~~~~~~
- Found 9 errors.
- npm ERR! code ELIFECYCLE
- npm ERR! errno 2
- npm ERR! [email protected] build: `tsc && gulp`
- npm ERR! Exit status 2
- npm ERR!
- npm ERR! Failed at the [email protected] build script.
- npm ERR! This is probably not a problem with npm. There is likely additional log
- ging output above.
- npm ERR! A complete log of this run can be found in:
- npm ERR! C:\Users\Snek\AppData\Roaming\npm-cache\_logs\2020-06-21T02_03_49_3
- 76Z-debug.log
- C:\Users\Snek\dogars-master>
Advertisement
Add Comment
Please, Sign In to add comment