Advertisement
Everath

Untitled

Sep 20th, 2017
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Everath@Evercat MINGW64 ~/Desktop/testCode (master)
  2. $ npm run bot
  3.  
  4. > TestCode@1.0.0 bot C:\Users\Everath\Desktop\testCode
  5. > nodemon --config bot_nodemon.json
  6.  
  7. [nodemon] 1.12.1
  8. [nodemon] to restart at any time, enter `rs`
  9. [nodemon] watching: bot.ts
  10. [nodemon] starting `ts-node bot.ts`
  11.  
  12. C:\Users\Everath\Desktop\testCode\node_modules\ts-node\src\index.ts:200
  13. throw new TSError(formatDiagnostics(configDiagnostics, cwd, ts, 0))
  14. ^
  15. TSError: ⨯ Unable to compile TypeScript
  16. Unknown compiler option 'files'. (5023)
  17. at Object.register (C:\Users\Everath\Desktop\testCode\node_modules\ts-node\src\index.ts:200:11)
  18. at Object.<anonymous> (C:\Users\Everath\Desktop\testCode\node_modules\ts-node\src\_bin.ts:140:17)
  19. at Module._compile (module.js:570:32)
  20. at Object.Module._extensions..js (module.js:579:10)
  21. at Module.load (module.js:487:32)
  22. at tryModuleLoad (module.js:446:12)
  23. at Function.Module._load (module.js:438:3)
  24. at Module.runMain (module.js:604:10)
  25. at run (bootstrap_node.js:389:7)
  26. at startup (bootstrap_node.js:149:9)
  27. [nodemon] app crashed - waiting for file changes before starting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement