Failed to install blueprint.

Have any of you ever had this problem when installing blueprint, everytime I'm trying to build yarn after the installation. It gives me an error. Thats shows it can't find eggId or nestId? ... ERROR in resources/scripts/routers/RouterElements.tsx:65:82 TS2339: Property 'nestId' does not exist on type 'Server'. 63 | const location = useLocation(); 64 |
65 | const serverNestId = ServerContext.useStoreState((state) => state.server.data?.nestId);
| ^^^^^^ 66 | const serverEggId = ServerContext.useStoreState((state) => state.server.data?.eggId); 67 | 68 | const to = (value: string, url = false) => { ERROR in resources/scripts/routers/RouterElements.tsx:66:81 TS2339: Property 'eggId' does not exist on type 'Server'. 64 | 65 | const serverNestId = ServerContext.useStoreState((state) => state.server.data?.nestId);
66 | const serverEggId = ServerContext.useStoreState((state) => state.server.data?.eggId);
| ^^^^^ 67 | 68 | const to = (value: string, url = false) => { 69 | return ${(url ? match.url : match.path).replace(/\/*$/, '')}/${value.replace(/^\/+/, '')}; error Command failed with exit code 2.
4 Replies
Emma
Emma9mo ago
Blueprint is not compatible with non-Blueprint modifications @Andreas
Andreas
AndreasOP9mo ago
Interesting Idk might just reinstall it all then, what would you recommend? Could this be caused by a none-blueprint theme?
Emma
Emma9mo ago
yup! Generally you should be able to fix the problem by following the steps below
Blueprint
Blueprint9mo 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.
byte snippet-upgrade

Did you find this page helpful?