error
#129
Replies: 1 comment
-
Mind sending over your server's specifications? (total RAM, cpu cores, etc) My assumption is that your server does not have enough memory left over to rebuild panel assets, causing the command to be exited. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering an issue while installing the Blueprint framework on my Pterodactyl panel. The process fails during the asset rebuilding step with the following error:
error Command failed with exit code 1.
Here’s the last part of the installation log for reference:
shell
10:54:33 INFO: Rebuilding panel assets..
yarn run v1.22.22
$ yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production --progress
$ cd public/assets && find . ( -name ".js" -o -name ".map" ) -type f -delete
10% building 1/2 modules 1 active ...babel-loader/lib/index.js!/resources/scripts/index.tsx
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
error Command failed with exit code 1.
Beta Was this translation helpful? Give feedback.
All reactions