Package.json problem IG #116
Verified answer
by
prplwtf
Raphael716
asked this question in
Support
-
|
Hey I have a lot of error when I install blueprint someone can send me is package.json please I think some version of my package are not compatible with other package |
Beta Was this translation helpful? Give feedback.
Admin verified this answer by
prplwtf
May 16, 2026
Replies: 2 comments
-
|
got a lot of error like this |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You likely used
mv package.json package.json.old
BLUEPRINT_VERSION="beta-2026-01" # replace with your blueprint version
wget https://raw.githubusercontent.com/blueprintframework/framework/refs/heads/release/$BLUEPRINT_VERSION/package.json
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


You likely used
npmto install your dependencies instead ofyarn. To fix this:cd /path/to/pterodactylpackage.jsonto the one used by Pterodactyl (only if you messed up your current one):node_modulesdirectory withrm -r node_modulesyarnwithnpm i -g yarnyarn