error when installing blueprint
Så i dont really know whats going on here. Pterodactyl V1.11.11
Solution:Jump to solution
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
5 Replies
You cannot mix Blueprint and non-Blueprint modifications, it's one or the other.
Solution
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
^ Use the following commands to repair Blueprint
rm -r resources public node_modules in the pterodactyl folder?
yes.