how to uninstall blueprint
how do i uninstall blueprint i believe my install config is messed up and want to start over. I ran the install script and it says im not done running the installer.
3 Replies
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 superevilluke • byte snippet-upgrade
do that and should fix ur bp
Solution
blueprint -upgrade has fixed my installation thank you