B
Blueprint15h ago
Tony

Unfinished Installation

Hello, my panel says that blueprint isnt installed correctly but nebula theme is applied across the panel. Shell Output: see file
2 Replies
Tony
TonyOP15h ago
root@pterodactyl-panel:/var/www/pterodactyl# blueprint -rerun-install
15:35:43 WARNING: This is an advanced feature, only proceed if you know what you are doing.

██▌▌▌ Blueprint Framework
██ ██▌▌▌ https://blueprint.zip
████▌▌▌ © 2023-2025 Emma (prpl.wtf)

15:35:43 INFO: Searching and validating framework dependencies..
15:35:43 INFO: Placing Blueprint command shortcut..
15:35:43 INFO: Linking directories and filesystems..
15:35:43 INPUT: Would you like to put your application into maintenance while Blueprint is installing? (Y/n)
n
15:36:01 INFO: Putting application into maintenance has been skipped.
15:36:01 INFO: Running database migrations..

INFO Nothing to migrate.

15:36:01 INFO: Seeding Blueprint database records..
15:36:02 INFO: Flushing cache..
15:36:03 INFO: Restarting queue workers..
15:36:03 INFO: Changing Pterodactyl file ownership to 'www-data:www-data'..
15:36:03 INFO: Cleaning up..
15:36:03 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 1/3 modules 2 active /var/www/pterodactyl/node_modules/source-map-loader/dist/cjs.js!/var/www/pterodactyl/node_modules/react-hot-loader/patch.jsBrowserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
(node:178816) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
418 modules
Done in 159.35s.
15:38:44 SUCCESS: Blueprint has completed its installation process.
root@pterodactyl-panel:/var/www/pterodactyl#
root@pterodactyl-panel:/var/www/pterodactyl# blueprint -rerun-install
15:35:43 WARNING: This is an advanced feature, only proceed if you know what you are doing.

██▌▌▌ Blueprint Framework
██ ██▌▌▌ https://blueprint.zip
████▌▌▌ © 2023-2025 Emma (prpl.wtf)

15:35:43 INFO: Searching and validating framework dependencies..
15:35:43 INFO: Placing Blueprint command shortcut..
15:35:43 INFO: Linking directories and filesystems..
15:35:43 INPUT: Would you like to put your application into maintenance while Blueprint is installing? (Y/n)
n
15:36:01 INFO: Putting application into maintenance has been skipped.
15:36:01 INFO: Running database migrations..

INFO Nothing to migrate.

15:36:01 INFO: Seeding Blueprint database records..
15:36:02 INFO: Flushing cache..
15:36:03 INFO: Restarting queue workers..
15:36:03 INFO: Changing Pterodactyl file ownership to 'www-data:www-data'..
15:36:03 INFO: Cleaning up..
15:36:03 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 1/3 modules 2 active /var/www/pterodactyl/node_modules/source-map-loader/dist/cjs.js!/var/www/pterodactyl/node_modules/react-hot-loader/patch.jsBrowserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
(node:178816) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
418 modules
Done in 159.35s.
15:38:44 SUCCESS: Blueprint has completed its installation process.
root@pterodactyl-panel:/var/www/pterodactyl#
I have now reinstalled it, but the issue doesnt seem to be resolved
Blueprint
Blueprint15h ago
1. Remove certain files and directories with rm -r resources public node_modules. 2. Go through the Pterodactyl update documentation. 3. Install dependencies by running the yarn command. 4. Repair Blueprint with blueprint -upgrade. 5. Get some Blueprint extensions (if you haven't already) and install them onto your panel.
Sent by prplwtf • byte snippet-upgrade

Did you find this page helpful?