Package.json problem IG #116
Answered
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.
Answered by
prplwtf
May 7, 2025
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
wget https://raw.githubusercontent.com/pterodactyl/panel/refs/heads/release/v1.11.10/package.json
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prplwtf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You likely used
npm
to install your dependencies instead ofyarn
. To fix this:cd /path/to/pterodactyl
package.json
to the one used by Pterodactyl (only if you messed up your current one):node_modules
directory withrm -r node_modules
yarn
withnpm i -g yarn
yarn