mkhansen981017

Untitled

Feb 19th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1.  
  2. yarn run v1.22.19
  3. $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production
  4. $ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete
  5. Hash: 53873f16ca05ce833981
  6. Version: webpack 4.43.0
  7. Time: 20316ms
  8. Built at: 02/19/2023 6:43:25 PM
  9. 15 assets
  10. Entrypoint main = bundle.3966e451.js
  11. [12] ./node_modules/history/esm/history.js + 2 modules 30.6 KiB {5} [built]
  12. | 3 modules
  13. [15] ./node_modules/react-router/esm/react-router.js + 1 modules 29.2 KiB {5} [built]
  14. | 2 modules
  15. [17] ./resources/scripts/api/http.ts 4.06 KiB {5} [built]
  16. [18] ./resources/scripts/state/index.ts + 7 modules 5.07 KiB {5} [built]
  17. | ./resources/scripts/state/index.ts 359 bytes [built]
  18. | ./resources/scripts/state/flashes.ts 1.7 KiB [built]
  19. | ./resources/scripts/state/user.ts 1.54 KiB [built]
  20. | ./resources/scripts/state/permissions.ts 393 bytes [built]
  21. | ./resources/scripts/state/settings.ts 177 bytes [built]
  22. | ./resources/scripts/state/progress.ts 408 bytes [built]
  23. | ./resources/scripts/api/account/updateAccountEmail.ts 239 bytes [built]
  24. | ./resources/scripts/api/getSystemPermissions.ts 277 bytes [built]
  25. [29] ./resources/scripts/helpers.ts 1.08 KiB {5} [built]
  26. [37] ./node_modules/react-transition-group/esm/index.js + 4 modules 22.6 KiB {5} [built]
  27. | 5 modules
  28. [50] ./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/assets/tailwind.css 52.6 KiB {5} [built]
  29. [51] ./node_modules/css-loader/dist/cjs.js??ref--6-1!./node_modules/postcss-loader/dist/cjs.js??ref--6-2!./resources/scripts/IceMinecraftTheme.css 9.26 KiB {5} [built]
  30. [52] ./resources/scripts/state/server/index.ts + 5 modules 5.83 KiB {5} [built]
  31. | ./resources/scripts/state/server/index.ts 2.38 KiB [built]
  32. | ./resources/scripts/state/server/socket.ts 284 bytes [built]
  33. | ./resources/scripts/state/server/files.ts 1.45 KiB [built]
  34. | ./resources/scripts/state/server/subusers.ts 575 bytes [built]
  35. | ./resources/scripts/state/server/schedules.ts 584 bytes [built]
  36. | ./resources/scripts/state/server/databases.ts 584 bytes [built]
  37. [73] ./node_modules/react-i18next/dist/es/index.js + 9 modules 30.2 KiB {5} [built]
  38. | 10 modules
  39. [89] multi react-hot-loader/patch ./resources/scripts/index.tsx 40 bytes {5} [built]
  40. [124] ./resources/scripts/index.tsx + 23 modules 122 KiB {5} [built]
  41. | ./resources/scripts/index.tsx 577 bytes [built]
  42. | ./resources/scripts/IceMinecraftTheme.css 410 bytes [built]
  43. | ./resources/scripts/i18n.ts 1.08 KiB [built]
  44. | ./resources/scripts/assets/css/GlobalStylesheet.ts 1.94 KiB [built]
  45. | ./resources/scripts/api/interceptors.ts 772 bytes [built]
  46. | ./resources/scripts/assets/tailwind.css 410 bytes [built]
  47. | + 18 hidden modules
  48. [450] ./resources/scripts/routers/ServerRouter.tsx + 9 modules 25.2 KiB {6} [built]
  49. | ./resources/scripts/routers/ServerRouter.tsx 4.64 KiB [built]
  50. | ./resources/scripts/routers/ServerElements.tsx 3.98 KiB [built]
  51. | ./resources/scripts/plugins/Websocket.ts 2.45 KiB [built]
  52. | ./resources/scripts/api/server/getWebsocketToken.ts 344 bytes [built]
  53. | + 6 hidden modules
  54. [451] ./resources/scripts/routers/AuthenticationRouter.tsx + 9 modules 29.3 KiB {3} [built]
  55. | ./resources/scripts/routers/AuthenticationRouter.tsx 1.52 KiB [built]
  56. | ./resources/scripts/api/auth/login.ts 748 bytes [built]
  57. | ./resources/scripts/api/auth/requestPasswordResetEmail.ts 295 bytes [built]
  58. | ./resources/scripts/api/auth/performPasswordReset.ts 432 bytes [built]
  59. | ./resources/scripts/api/auth/loginCheckpoint.ts 493 bytes [built]
  60. | + 5 hidden modules
  61. [453] ./resources/scripts/routers/DashboardRouter.tsx + 3 modules 21.3 KiB {4} [built]
  62. | ./resources/scripts/routers/DashboardRouter.tsx 1.92 KiB [built]
  63. | ./resources/scripts/api/server/getServerResourceUsage.ts 757 bytes [built]
  64. | + 2 hidden modules
  65. + 439 hidden modules
  66.  
  67. ERROR in resources/scripts/api/server/getServer.ts:48:4
  68. TS2300: Duplicate identifier 'nestId'.
  69. 46 | mcversion: string;
  70. 47 |
  71. > 48 | nestId: number;
  72. | ^^^^^^
  73. 49 | eggId: number;
  74. 50 | nestId: number;
  75. 51 | eggId: number;
  76.  
  77. ERROR in resources/scripts/api/server/getServer.ts:49:5
  78. TS2300: Duplicate identifier 'eggId'.
  79. 47 |
  80. 48 | nestId: number;
  81. > 49 | eggId: number;
  82. | ^^^^^
  83. 50 | nestId: number;
  84. 51 | eggId: number;
  85. 52 | }
  86.  
  87. ERROR in resources/scripts/api/server/getServer.ts:50:2
  88. TS2300: Duplicate identifier 'nestId'.
  89. 48 | nestId: number;
  90. 49 | eggId: number;
  91. > 50 | nestId: number;
  92. | ^^^^^^
  93. 51 | eggId: number;
  94. 52 | }
  95. 53 |
  96.  
  97. ERROR in resources/scripts/api/server/getServer.ts:51:2
  98. TS2300: Duplicate identifier 'eggId'.
  99. 49 | eggId: number;
  100. 50 | nestId: number;
  101. > 51 | eggId: number;
  102. | ^^^^^
  103. 52 | }
  104. 53 |
  105. 54 | export const rawDataToServerObject = ({ attributes: data }: FractalResponseData): Server => ({
  106.  
  107. ERROR in resources/scripts/api/server/getServer.ts:83:25
  108. TS1117: An object literal cannot have multiple properties with the same name.
  109. 81 |
  110. 82 | nestId: data.nest_id,
  111. > 83 | eggId: data.egg_id, nestId: data.nest_id,
  112. | ^^^^^^
  113. 84 | eggId: data.egg_id,
  114. 85 | });
  115. 86 |
  116.  
  117. ERROR in resources/scripts/api/server/getServer.ts:84:2
  118. TS1117: An object literal cannot have multiple properties with the same name.
  119. 82 | nestId: data.nest_id,
  120. 83 | eggId: data.egg_id, nestId: data.nest_id,
  121. > 84 | eggId: data.egg_id,
  122. | ^^^^^
  123. 85 | });
  124. 86 |
  125. 87 | export default (uuid: string): Promise<[Server, string[]]> => {
  126.  
  127. ERROR in resources/scripts/components/server/files/UploadButton.tsx:88:78
  128. TS2345: Argument of type 'AxiosProgressEvent' is not assignable to parameter of type 'ProgressEvent<EventTarget>'.
  129. Type 'AxiosProgressEvent' is missing the following properties from type 'ProgressEvent<EventTarget>': lengthComputable, target, bubbles, cancelBubble, and 19 more.
  130. 86 | headers: { 'Content-Type': 'multipart/form-data' },
  131. 87 | params: { directory },
  132. > 88 | onUploadProgress: (data) => onUploadProgress(data, file.name),
  133. | ^^^^
  134. 89 | }
  135. 90 | )
  136. 91 | .then(() => timeouts.value.push(setTimeout(() => removeFileUpload(file.name), 500)))
  137. error Command failed with exit code 2.
  138. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  139. root@s2Mineuphoria /var/www/pterodactyl #
Advertisement
Add Comment
Please, Sign In to add comment