root@hcraft3gb:/var/www/pterodactyl# bash $PTERODACTYL_DIRECTORY/blueprint.sh ██▌▌▌ Blueprint Framework ██ ██▌▌▌ https://blueprint.zip ████▌▌▌ © 2023-2026 Emma (prpl.wtf) 23:37:01 INFO: Installing node modules.. yarn install v1.22.22 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... [4/5] Linking dependencies... warning " > @preact/signals-react@1.2.1" has incorrect peer dependency "react@17.x || 18.x". warning " > styled-components@5.2.1" has unmet peer dependency "react-is@>= 16.8.0". warning " > styled-components-breakpoint@3.0.0-preview.20" has incorrect peer dependency "@types/styled-components@^4.1.19". warning " > styled-components-breakpoint@3.0.0-preview.20" has incorrect peer dependency "styled-components@>= 1 <= 4". warning " > xterm-addon-search-bar@0.2.0" has incorrect peer dependency "xterm-addon-search@^0.5.0". warning " > redux-devtools-extension@2.13.8" has unmet peer dependency "redux@^3.1.0 || ^4.0.0". [5/5] Building fresh packages... Done in 2.98s. 23:37:04 INFO: Searching and validating framework dependencies.. 23:37:04 INFO: Placing Blueprint command shortcut.. 23:37:04 INFO: Linking directories and filesystems.. 23:37:04 INPUT: Would you like to put your application into maintenance while Blueprint is installing? (Y/n) n 23:37:07 INFO: Putting application into maintenance has been skipped. 23:37:07 INFO: Running database migrations.. INFO Nothing to migrate. 23:37:07 INFO: Seeding Blueprint database records.. 23:37:08 INFO: Flushing cache.. 23:37:09 INFO: Restarting queue workers.. 23:37:09 INFO: Changing Pterodactyl file ownership to 'www-data:www-data'.. 23:37:10 INFO: Cleaning up.. 23:37:10 INFO: Rebuilding panel assets.. yarn run v1.22.22 $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production --progress $ cd public/assets && find . \( -name "*.js" -o -name "*.map" \) -type f -delete 10% building 0/2 entries 1/2 dependencies 0/1 modules[baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D` (node:596376) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated. (Use `node --trace-deprecation ...` to show where the warning was created) 37% building 1/2 entries 298/400 dependencies 72/131 modules[baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D` 15 assets 1892 modules ERROR in ./var/www/pterodactyl/resources/scripts/components/server/files/NewDirectoryButton.tsx Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: /var/www/pterodactyl/var/www/pterodactyl/resources/scripts/components/server/files/NewDirectoryButton.tsx: Unexpected token (29:28) 27 | const generateDirectoryData = (name: string): FileObject => ({ 28 | key: `dir_${name.split('/', 1)[0] ?? name}`, > 29 | name: name.replace(/^(/*)/, '').split('/', 1)[0] ?? name, | ^ 30 | mode: 'drwxr-xr-x', 31 | modeBits: '0755', 32 | size: 0, at constructor (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:367:19) at TypeScriptParserMixin.raise (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:6624:19) at TypeScriptParserMixin.unexpected (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:6644:16) at TypeScriptParserMixin.parseExprAtom (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:11508:22) at TypeScriptParserMixin.parseExprAtom (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:4793:20) at TypeScriptParserMixin.parseExprSubscripts (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:11145:23) at TypeScriptParserMixin.parseUpdate (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:11130:21) at TypeScriptParserMixin.parseMaybeUnary (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:11110:23) at TypeScriptParserMixin.parseMaybeUnary (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:9890:18) at TypeScriptParserMixin.parseMaybeUnaryOrPrivate (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:10963:61) ERROR in ./var/www/pterodactyl/resources/scripts/routers/ServerRouter.tsx Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: /var/www/pterodactyl/var/www/pterodactyl/resources/scripts/routers/ServerRouter.tsx: Unterminated comment. (42:57) 40 | return url ? match.url : match.path; 41 | } > 42 | return `${(url ? match.url : match.path).replace(/*$/,'')}/${value.replace(/^\/+/,'')}`; | ^ 43 | }; 44 | 45 | useEffect( at constructor (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:367:19) at TypeScriptParserMixin.raise (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:6624:19) at TypeScriptParserMixin.skipBlockComment (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:5815:18) at TypeScriptParserMixin.skipSpace (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:5883:38) at TypeScriptParserMixin.skipSpace (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:4798:42) at TypeScriptParserMixin.nextToken (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:5800:10) at TypeScriptParserMixin.next (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:5717:10) at TypeScriptParserMixin.parseCoverCallAndAsyncArrowHead (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:11233:10) at TypeScriptParserMixin.parseSubscript (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:11184:19) at TypeScriptParserMixin.parseSubscript (/var/www/pterodactyl/node_modules/@babel/parser/lib/index.js:9329:18) webpack 5.103.0 compiled with 2 errors in 26638 ms error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. root@hcraft3gb:/var/www/pterodactyl#