Errors when compiling source with blueprint addition
Hope I am just an idiot and missed something, will post the errors
38 Replies
over 2000 chars so here is link https://paste.jordanplayz158.xyz/?19b39d7add486eba#C3UXHiBLjRinfCmsW5LZpTM8GwyCn54ZN1cZYYNiRdNF
sounds to me like a yarn error
didn't read the log yet though haha
yep nailed it
yeah, it was when running yarn
You'll have to run the
yarn
command so it initializes some dependencies.Anything other than yarn? I do remember running yarn already as is mentioned in the install guide
Oh wait do you have cmdtest installed?
apt remove cmdtest
yeah after it errored, I did
apt install
the dependencies on the list, one of them did decide to install cmdtest when not specified
Oh I see, so I apt installed yarn which overwrote the one by npm seems like?Perchance. Try logging out and back in to your shell, might make yarn appear again
yarn is back by re-running
npm i -g yarn
, I did it before you sent the message
Alrighty, could you try to
rm -r node_modules
and run that yarn
command again? Just to make sure it does it correctly.Alright, thank you for the help so far
no problem
once that command finishes feel free to run
blueprint -rerun-install
Doing that now
Same errors
hmm
weird
could you try to do
blueprint -upgrade
?
i'll take a closer look at your logs in the meantimeSame errors, good it is consistent at least
lmfaoo
did any pterodactyl mods previously?
I am fairly certain I did not, I will check my local copy vs the panel source code
You could rm the resources folder and go through the manual update steps which should fix the errors.
Updating the Panel | Pterodactyl
Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
Then after that, run
yarn
and then run blueprint -upgrade
again to repair blueprintAlright, will try
hmm, alright, that worked
Is there a way to remove blueprint so I can retry the install from the guide to see if/where the issue still exists
https://github.com/growtoups/bp-utilities has a "remove" script for blueprint
GitHub
GitHub - growtoups/bp-utilities: BP-UTILITIES, an unofficial bluepr...
BP-UTILITIES, an unofficial blueprint script, now allows for hassle-free installation and uninstallation of blueprint, with the added capability to simultaneously update Pterodactyl and Blueprint, ...
I think I know what differed, I did unzip the beta zip in
/var/www/pterodactyl
and replaced the files and not sure if blueprint upgrade does the sameBlueprint upgrade does the same
hmmm...
I think it was just some weird issue with one specific file, might have to do with panel updates or something.
I do know the script has a commit hash while I downloaded from latest release
not sure if the latest release and commit hash match though
at the moment yes,
usually no
when i commit a new change it shouldn't match
Yep, I see, the hash does match the tag's hash
until i submit a new release
does blueprint download the .zip or the source .zip
blueprint -upgrade
release .zip
blueprint -upgrade remote
git clonehuh, then yeah, don't know the difference, maybe my install wasn't clean? I know I checked the version to ensure it was latest before installing blueprint, very weird
probably, yeah
at least it works now
yeah, now I can start working on some extensions
alrighty
visit /admin/extensions/blueprint to enable developer mode
done
alrighty