Created
July 8, 2020 03:54
-
-
Save ElijahRus250/934ebac24eeaf267039b8f56ea126b0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:/home/container$ `/usr/local/bin/npm install --production && /usr/local/bin/node /home/container/index.js` | |
[..................] / rollbackFailedOptional: verb npm-session 029a22969ff6dfd [#.................] / preinstall:discordbot: info lifecycle [email protected]~p [#.................] - loadIdealTree:loadAllDepsIntoIdealTree: sill install loa [##................] | loadDep:discord.js: sill install loadAllDepsIntoIdealTre [#######...........] \ postinstall: sill install executeActions [#########.........] \ postinstall:container: info lifecycle [email protected]~p npm WARN [email protected] requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of erlpack@discordapp/erlpack but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of libsodium-wrappers@^0.7.6 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of sodium@^3.0.2 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of zlib-sync@^0.1.6 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of ffmpeg-static@^2.4.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of @discordjs/opus@^0.1.0 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of node-opus@^0.3.1 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of opusscript@^0.0.6 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself. | |
npm WARN [email protected] No description | |
npm WARN [email protected] No repository field. | |
[#########.........] | postinstall:container: WARN [email protected] No reposito [#########.........] | postinstall:container: WARN [email protected] No reposito [#########.........] | postinstall:container: WARN [email protected] No reposito [#########.........] | postinstall:container: WARN [email protected] No reposito /home/container/commands/ping.js:2 | |
const m = await message.channel.send("Ping?"); | |
^^^^^ | |
SyntaxError: await is only valid in async function | |
at Module._compile (internal/modules/cjs/loader.js:723:23) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) | |
at Module.load (internal/modules/cjs/loader.js:653:32) | |
at tryModuleLoad (internal/modules/cjs/loader.js:593:12) | |
at Function.Module._load (internal/modules/cjs/loader.js:585:3) | |
at Module.require (internal/modules/cjs/loader.js:692:17) | |
at require (internal/modules/cjs/helpers.js:25:18) | |
at Object.<anonymous> (/home/container/index.js:11:18) | |
at Module._compile (internal/modules/cjs/loader.js:778:30) | |
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) | |
/entrypoint.sh: eval: line 1: audited: not found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment