B
Blueprint17mo ago
Meow

Node.js version 22 is unsupported

root@main:/www/wwwroot/panel.example.com# bash blueprint.sh
██
██ ██
████

23:45:14 INFO: Searching and validating framework dependencies..
23:45:14 FATAL: Some framework dependencies are not installed or detected.
23:45:14 FATAL: Required dependency "node" is using an unsupported version.
root@main:/www/wwwroot/panel.example.com# nodejs -v
v20.13.1
root@main:/www/wwwroot/panel.example.com# node -v
v22.2.0
root@main:/www/wwwroot/panel.example.com# bash blueprint.sh
██
██ ██
████

23:45:14 INFO: Searching and validating framework dependencies..
23:45:14 FATAL: Some framework dependencies are not installed or detected.
23:45:14 FATAL: Required dependency "node" is using an unsupported version.
root@main:/www/wwwroot/panel.example.com# nodejs -v
v20.13.1
root@main:/www/wwwroot/panel.example.com# node -v
v22.2.0
I am using custom directory and I have changed the path in blueprint.sh by replacing /var/www/pterodactyl to /www/wwwroot/panel.example.com
7 Replies
Meow
MeowOP17mo ago
I am getting error from this line
No description
Meow
MeowOP17mo ago
root@main:/www/wwwroot/panel.example.com# node -v
v22.2.0
root@main:/www/wwwroot/panel.example.com# node -v
v22.2.0
Emma
Emma17mo ago
You'll need to downgrade node to version 21. Version 22 will be supported in the next release of Blueprint.
Meow
MeowOP17mo ago
ok, thanks if I run n 20.00.00 that works?
Meow
MeowOP17mo ago
like magic works thankssss
Emma
Emma17mo ago
Glad you got everything working.

Did you find this page helpful?