B
Blueprintβ€’2y ago
Lovinoes

error while installing blueprint

full log: https://paste.gg/p/anonymous/02fad22130ab4fd7b18c47329162484a running Pterodactyl Panel version: 1.11.5 OS: Fedora 39 (changed the file ownership to nginx:nginx) should I ignore the error and go ahead with my Nebula Install? this is the first time this has happened. It worked the last few times I tried to install blueprint but now idk
12 Replies
root@david1117:~#
root@david1117:~#β€’2y ago
Did you have any modifications before? Like non blueprint ones
TheAngelzOutlaw
TheAngelzOutlawβ€’2y ago
You've tried to install other ptero mods before - Delete the following folders Public Resources Node_Modules Reinstall/update the panel following this guide here: https://pterodactyl.io/panel/1.0/updating.html Verify it's online by visiting your URL after running the final command from the reinstall of the CP Then follow the blueprint installation guide here: https://blueprint.zip/docs/?page=getting-started/Installation If you are on the latest nodeJS, Ignore the apt-get install -y nodejs
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.
blueprint.zip
Powerful, fast and developer-friendly extension framework for Pterodactyl. Utilize extension APIs, inject HTML, modify stylesheets, package extensions and so much more.
Lovinoes
LovinoesOPβ€’2y ago
Monterno Theme yes. I did a panel update afterwards https://pterodactyl.io/panel/1.0/updating.html
TheAngelzOutlaw
TheAngelzOutlawβ€’2y ago
It never fully deleted, follow my guide above and you'll be golden πŸ™‚
Lovinoes
LovinoesOPβ€’2y ago
I am gonna try that out. Thank you πŸ‘ getting
[root@ry pterodactyl]# blueprint -rerun-install
20:28:42 WARNING: This is an advanced feature, only proceed if you know what you are doing.
β–ˆβ–ˆ
β–ˆβ–ˆ β–ˆβ–ˆ
β–ˆβ–ˆβ–ˆβ–ˆ

20:28:42 INFO: Searching and validating framework dependencies..
20:28:42 FATAL: Some framework dependencies are not installed or detected.
20:28:42 FATAL: Required dependency "cross-env" is not installed or detected.
20:28:42 FATAL: Required dependency "webpack" is not installed or detected.
20:28:42 FATAL: Required dependency "react" is not installed or detected.
[root@ry pterodactyl]#
[root@ry pterodactyl]# blueprint -rerun-install
20:28:42 WARNING: This is an advanced feature, only proceed if you know what you are doing.
β–ˆβ–ˆ
β–ˆβ–ˆ β–ˆβ–ˆ
β–ˆβ–ˆβ–ˆβ–ˆ

20:28:42 INFO: Searching and validating framework dependencies..
20:28:42 FATAL: Some framework dependencies are not installed or detected.
20:28:42 FATAL: Required dependency "cross-env" is not installed or detected.
20:28:42 FATAL: Required dependency "webpack" is not installed or detected.
20:28:42 FATAL: Required dependency "react" is not installed or detected.
[root@ry pterodactyl]#
now ah wait forgot to run yarn
TheAngelzOutlaw
TheAngelzOutlawβ€’2y ago
That'll do it lol
Lovinoes
LovinoesOPβ€’2y ago
works perfectly now. thank you both @root@david1117:~# @TheAngelzOutlaw yep
TheAngelzOutlaw
TheAngelzOutlawβ€’2y ago
Glad to help ❀️ @UnknownGamerz Follow this guide becuase something in your node_modules is borked
UnknownGamerz
UnknownGamerzβ€’2y ago
i just tried that and ive reinstalled twice im getting this error now warn - As of Tailwind CSS v3.3, the @tailwindcss/line-clamp plugin is now included by default. warn - Remove it from the plugins array in your configuration to eliminate this warning. then the same errors i posted in bugs
AssaultLine
AssaultLineβ€’2y ago
Had the same error and this guide resolved the issue. Thanks 🫑
UnknownGamerz
UnknownGamerzβ€’2y ago
yea well im getting this error yarn run v1.22.21 $ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production $ cd public/assets && find . ( -name ".js" -o -name ".map" ) -type f -delete Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme node:internal/crypto/hash:68 this[kHandle] = new _Hash(algorithm, xofLen); ^ Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:68:19) at Object.createHash (node:crypto:138:10) at module.exports (/var/www/pterodactyl/node_modules/webpack/lib/util/createHash.js:135:53) at NormalModule._initBuildHash (/var/www/pterodactyl/node_modules/webpack/lib/NormalModule.js:417:16) at handleParseError (/var/www/pterodactyl/node_modules/webpack/lib/NormalModule.js:471:10) at /var/www/pterodactyl/node_modules/webpack/lib/NormalModule.js:503:5 at /var/www/pterodactyl/node_modules/webpack/lib/NormalModule.js:358:12 at /var/www/pterodactyl/node_modules/loader-runner/lib/LoaderRunner.js:373:3 at iterateNormalLoaders (/var/www/pterodactyl/node_modules/loader-runner/lib/LoaderRunner.js:214:10) at iterateNormalLoaders (/var/www/pterodactyl/node_modules/loader-runner/lib/LoaderRunner.js:221:10) at /var/www/pterodactyl/node_modules/loader-runner/lib/LoaderRunner.js:236:3 at context.callback (/var/www/pterodactyl/node_modules/loader-runner/lib/LoaderRunner.js:111:13) at /var/www/pterodactyl/node_modules/babel-loader/lib/index.js:59:71 { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' } Node.js v20.11.1 I waited for this nebula update and it won’t even install correctly
Jake
Jakeβ€’2y ago
Easy fix export NODE_OPTIONS=--openssl-legacy-provider

Did you find this page helpful?