Advertisement
fedorm

Untitled

Jun 16th, 2020
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. PS C:\espc\client> yarn build
  2. yarn run v1.22.4
  3. warning package.json: No license field
  4. $ next build
  5. Attention: Next.js now collects completely anonymous telemetry regarding usage.
  6. This information is used to shape Next.js' roadmap and prioritize features.
  7. You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
  8. https://nextjs.org/telemetry
  9.  
  10. > Using external babel configuration
  11. > Location: "C:\espc\client\.babelrc"
  12. Creating an optimized production build
  13.  
  14. Compiled successfully.
  15.  
  16. Automatically optimizing pages .Failed to fetch team list, Error: Error: connect ECONNREFUSED 127.0.0.1:1337
  17. at _callee$ (webpack-internal:///GfZm:107:17)
  18. at tryCatch (C:\espc\client\node_modules\regenerator-runtime\runtime.js:45:40)
  19. at Generator.invoke [as _invoke] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:274:22)
  20. at Generator.prototype.<computed> [as throw] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:97:21)
  21. at asyncGeneratorStep (webpack-internal:///butC:4:24)
  22. at _throw (webpack-internal:///butC:30:9)
  23. at processTicksAndRejections (internal/process/task_queues.js:97:5)
  24. Failed to fetch players list, Error: Error: connect ECONNREFUSED 127.0.0.1:1337
  25. at _callee$ (webpack-internal:///GfZm:107:17)
  26. at tryCatch (C:\espc\client\node_modules\regenerator-runtime\runtime.js:45:40)
  27. at Generator.invoke [as _invoke] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:274:22)
  28. at Generator.prototype.<computed> [as throw] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:97:21)
  29. at asyncGeneratorStep (webpack-internal:///butC:4:24)
  30. at _throw (webpack-internal:///butC:30:9)
  31. at processTicksAndRejections (internal/process/task_queues.js:97:5)
  32. Failed to fetch event list, Error: Error: connect ECONNREFUSED 127.0.0.1:1337
  33. at _callee$ (webpack-internal:///GfZm:107:17)
  34. at tryCatch (C:\espc\client\node_modules\regenerator-runtime\runtime.js:45:40)
  35. at Generator.invoke [as _invoke] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:274:22)
  36. at Generator.prototype.<computed> [as throw] (C:\espc\client\node_modules\regenerator-runtime\runtime.js:97:21)
  37. at asyncGeneratorStep (webpack-internal:///butC:4:24)
  38. at _throw (webpack-internal:///butC:30:9)
  39. at processTicksAndRejections (internal/process/task_queues.js:97:5)
  40. Automatically optimizing pages
  41.  
  42. Page Size First Load
  43. ┌ λ / 128 kB 814 kB
  44. ├ /_app 51.3 kB 637 kB
  45. ├ λ /_error 13.7 kB 677 kB
  46. ├ ○ /404 13.3 kB 676 kB
  47. ├ ○ /404 13.3 kB 676 kB
  48. ├ ○ /auth/discord 9.79 kB 646 kB
  49. ├ ○ /auth/facebook 9.77 kB 646 kB
  50. ├ ○ /auth/google 9.83 kB 646 kB
  51. ├ ○ /auth/vk 9.74 kB 646 kB
  52. ├ ○ /bounty 10.4 kB 697 kB
  53. ├ ○ /componentPlayground 9.19 kB 696 kB
  54. ├ ○ /contacts 10.4 kB 697 kB
  55. ├ ○ /cookie 10.4 kB 697 kB
  56. ├ ● /event/[event_url] 64.2 kB 825 kB
  57. ├ ● /player/[player_url] 28 kB 813 kB
  58. ├ ○ /privacy 10.4 kB 697 kB
  59. ├ ○ /settings 71.4 kB 758 kB
  60. ├ ● /team/[team_url] 43.9 kB 829 kB
  61. └ ○ /terms 10.5 kB 697 kB
  62. + shared by all 637 kB
  63. ├ static/pages/_app.js 51.3 kB
  64. ├ chunks/03406f65a36082c4cb8b155901e0f3c411edbb96.966e56.js 59.1 kB
  65. ├ chunks/commons.d78e77.js 361 kB
  66. ├ chunks/framework.268903.js 120 kB
  67. ├ runtime/main.587ca7.js 44.4 kB
  68. └ runtime/webpack.f4587c.js 1.46 kB
  69.  
  70. λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
  71. ○ (Static) automatically rendered as static HTML (uses no initial props)
  72. ● (SSG) automatically generated as static HTML + JSON (uses getStaticProps)
  73.  
  74. Done in 62.00s.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement