eritislami / evobot

🤖 EvoBot is a Discord Music Bot built with TypeScript + Discord.js, includes Docker builds & localization in 20+ languages
MIT License
1.85k stars 2.01k forks source link

I can't power on #1636

Closed coco66688 closed 4 months ago

coco66688 commented 4 months ago

Jexactyl: Server marked as offline... [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ---------- [Pterodactyl Daemon]: Exit code: 1 [Pterodactyl Daemon]: Out of memory: false [Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds... [Pterodactyl Daemon]: Updating process configuration files... [Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... Jexactyl: Server marked as starting... [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete... [Pterodactyl Daemon]: Finished pulling Docker container image v16.20.2 Jexactyl: Server marked as running... :/home/container$ if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "1" ]]; then git pull; fi; if [[ ! -z ${NODE_PACKAGES} ]]; then /usr/local/bin/npm install ${NODE_PACKAGES}; fi; if [[ ! -z ${UNNODE_PACKAGES} ]]; then /usr/local/bin/npm uninstall ${UNNODE_PACKAGES}; fi; if [ -f /home/container/package.json ]; then /usr/local/bin/npm install; fi; if [[ "${MAIN_FILE}" == "*.js" ]]; then /usr/local/bin/node "/home/container/${MAIN_FILE}" ${NODE_ARGS}; else /usr/local/bin/ts-node --esm "/home/container/${MAIN_FILE}" ${NODE_ARGS}; fi npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: prism-media@1.3.5 npm WARN Found: opusscript@0.1.1 npm WARN node_modules/opusscript npm WARN optional opusscript@"^0.1.1" from the root project npm WARN npm WARN Could not resolve dependency: npm WARN peerOptional opusscript@"^0.0.8" from prism-media@1.3.5 npm WARN node_modules/prism-media npm WARN prism-media@"^1.3.5" from @discordjs/voice@0.17.0 npm WARN node_modules/@discordjs/voice npm WARN npm WARN Conflicting peer dependency: opusscript@0.0.8 npm WARN node_modules/opusscript npm WARN peerOptional opusscript@"^0.0.8" from prism-media@1.3.5 npm WARN node_modules/prism-media npm WARN prism-media@"^1.3.5" from @discordjs/voice@0.17.0 npm WARN node_modules/@discordjs/voice npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@discordjs/collection@2.1.0', npm WARN EBADENGINE required: { node: '>=18' }, npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '9.8.1' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@discordjs/collection@2.1.0', npm WARN EBADENGINE required: { node: '>=18' }, npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '9.8.1' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'undici@6.13.0', npm WARN EBADENGINE required: { node: '>=18.0' }, npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '9.8.1' } npm WARN EBADENGINE }

up to date, audited 323 packages in 1s 47 packages are looking for funding run npm fund for details 5 moderate severity vulnerabilities To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. Run npm audit for details. node:internal/modules/cjs/loader:1028 const err = new Error(message); ^ Error: Cannot find module './node index.ts' Require stack: