Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- yarn run v1.22.19
- $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production
- $ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete
- Hash: 53873f16ca05ce833981
- Version: webpack 4.43.0
- Time: 20316ms
- Built at: 02/19/2023 6:43:25 PM
- 15 assets
- Entrypoint main = bundle.3966e451.js
- [12] ./node_modules/history/esm/history.js + 2 modules 30.6 KiB {5} [built]
- | 3 modules
- [15] ./node_modules/react-router/esm/react-router.js + 1 modules 29.2 KiB {5} [built]
- | 2 modules
- [17] ./resources/scripts/api/http.ts 4.06 KiB {5} [built]
- [18] ./resources/scripts/state/index.ts + 7 modules 5.07 KiB {5} [built]
- | ./resources/scripts/state/index.ts 359 bytes [built]
- | ./resources/scripts/state/flashes.ts 1.7 KiB [built]
- | ./resources/scripts/state/user.ts 1.54 KiB [built]
- | ./resources/scripts/state/permissions.ts 393 bytes [built]
- | ./resources/scripts/state/settings.ts 177 bytes [built]
- | ./resources/scripts/state/progress.ts 408 bytes [built]
- | ./resources/scripts/api/account/updateAccountEmail.ts 239 bytes [built]
- | ./resources/scripts/api/getSystemPermissions.ts 277 bytes [built]
- [29] ./resources/scripts/helpers.ts 1.08 KiB {5} [built]
- [37] ./node_modules/react-transition-group/esm/index.js + 4 modules 22.6 KiB {5} [built]
- | 5 modules
- [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]
- [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]
- [52] ./resources/scripts/state/server/index.ts + 5 modules 5.83 KiB {5} [built]
- | ./resources/scripts/state/server/index.ts 2.38 KiB [built]
- | ./resources/scripts/state/server/socket.ts 284 bytes [built]
- | ./resources/scripts/state/server/files.ts 1.45 KiB [built]
- | ./resources/scripts/state/server/subusers.ts 575 bytes [built]
- | ./resources/scripts/state/server/schedules.ts 584 bytes [built]
- | ./resources/scripts/state/server/databases.ts 584 bytes [built]
- [73] ./node_modules/react-i18next/dist/es/index.js + 9 modules 30.2 KiB {5} [built]
- | 10 modules
- [89] multi react-hot-loader/patch ./resources/scripts/index.tsx 40 bytes {5} [built]
- [124] ./resources/scripts/index.tsx + 23 modules 122 KiB {5} [built]
- | ./resources/scripts/index.tsx 577 bytes [built]
- | ./resources/scripts/IceMinecraftTheme.css 410 bytes [built]
- | ./resources/scripts/i18n.ts 1.08 KiB [built]
- | ./resources/scripts/assets/css/GlobalStylesheet.ts 1.94 KiB [built]
- | ./resources/scripts/api/interceptors.ts 772 bytes [built]
- | ./resources/scripts/assets/tailwind.css 410 bytes [built]
- | + 18 hidden modules
- [450] ./resources/scripts/routers/ServerRouter.tsx + 9 modules 25.2 KiB {6} [built]
- | ./resources/scripts/routers/ServerRouter.tsx 4.64 KiB [built]
- | ./resources/scripts/routers/ServerElements.tsx 3.98 KiB [built]
- | ./resources/scripts/plugins/Websocket.ts 2.45 KiB [built]
- | ./resources/scripts/api/server/getWebsocketToken.ts 344 bytes [built]
- | + 6 hidden modules
- [451] ./resources/scripts/routers/AuthenticationRouter.tsx + 9 modules 29.3 KiB {3} [built]
- | ./resources/scripts/routers/AuthenticationRouter.tsx 1.52 KiB [built]
- | ./resources/scripts/api/auth/login.ts 748 bytes [built]
- | ./resources/scripts/api/auth/requestPasswordResetEmail.ts 295 bytes [built]
- | ./resources/scripts/api/auth/performPasswordReset.ts 432 bytes [built]
- | ./resources/scripts/api/auth/loginCheckpoint.ts 493 bytes [built]
- | + 5 hidden modules
- [453] ./resources/scripts/routers/DashboardRouter.tsx + 3 modules 21.3 KiB {4} [built]
- | ./resources/scripts/routers/DashboardRouter.tsx 1.92 KiB [built]
- | ./resources/scripts/api/server/getServerResourceUsage.ts 757 bytes [built]
- | + 2 hidden modules
- + 439 hidden modules
- ERROR in resources/scripts/api/server/getServer.ts:48:4
- TS2300: Duplicate identifier 'nestId'.
- 46 | mcversion: string;
- 47 |
- > 48 | nestId: number;
- | ^^^^^^
- 49 | eggId: number;
- 50 | nestId: number;
- 51 | eggId: number;
- ERROR in resources/scripts/api/server/getServer.ts:49:5
- TS2300: Duplicate identifier 'eggId'.
- 47 |
- 48 | nestId: number;
- > 49 | eggId: number;
- | ^^^^^
- 50 | nestId: number;
- 51 | eggId: number;
- 52 | }
- ERROR in resources/scripts/api/server/getServer.ts:50:2
- TS2300: Duplicate identifier 'nestId'.
- 48 | nestId: number;
- 49 | eggId: number;
- > 50 | nestId: number;
- | ^^^^^^
- 51 | eggId: number;
- 52 | }
- 53 |
- ERROR in resources/scripts/api/server/getServer.ts:51:2
- TS2300: Duplicate identifier 'eggId'.
- 49 | eggId: number;
- 50 | nestId: number;
- > 51 | eggId: number;
- | ^^^^^
- 52 | }
- 53 |
- 54 | export const rawDataToServerObject = ({ attributes: data }: FractalResponseData): Server => ({
- ERROR in resources/scripts/api/server/getServer.ts:83:25
- TS1117: An object literal cannot have multiple properties with the same name.
- 81 |
- 82 | nestId: data.nest_id,
- > 83 | eggId: data.egg_id, nestId: data.nest_id,
- | ^^^^^^
- 84 | eggId: data.egg_id,
- 85 | });
- 86 |
- ERROR in resources/scripts/api/server/getServer.ts:84:2
- TS1117: An object literal cannot have multiple properties with the same name.
- 82 | nestId: data.nest_id,
- 83 | eggId: data.egg_id, nestId: data.nest_id,
- > 84 | eggId: data.egg_id,
- | ^^^^^
- 85 | });
- 86 |
- 87 | export default (uuid: string): Promise<[Server, string[]]> => {
- ERROR in resources/scripts/components/server/files/UploadButton.tsx:88:78
- TS2345: Argument of type 'AxiosProgressEvent' is not assignable to parameter of type 'ProgressEvent<EventTarget>'.
- Type 'AxiosProgressEvent' is missing the following properties from type 'ProgressEvent<EventTarget>': lengthComputable, target, bubbles, cancelBubble, and 19 more.
- 86 | headers: { 'Content-Type': 'multipart/form-data' },
- 87 | params: { directory },
- > 88 | onUploadProgress: (data) => onUploadProgress(data, file.name),
- | ^^^^
- 89 | }
- 90 | )
- 91 | .then(() => timeouts.value.push(setTimeout(() => removeFileUpload(file.name), 500)))
- error Command failed with exit code 2.
- info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
- root@s2Mineuphoria /var/www/pterodactyl #
Advertisement
Add Comment
Please, Sign In to add comment