UcanMuz
Hectopat
- Katılım
- 1 Temmuz 2022
- Mesajlar
- 2.739
- Çözümler
- 6
Merhaba. Glitch üzerinden bir proje yapmaya çalışıyorum şu anda. Terminal üzerinde bu kodda hata olduğunu söylüyor. Kod:
Hata:
Syntaxerror: Unexpected token {
4:33 pm.
At module. _compile (internal/modules/cjs/loader.js:723:23)
4:33 pm.
At Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
4:33 pm.
At module. Load (internal/modules/cjs/loader.js:653:32)
4:33 pm.
At trymoduleload (internal/modules/cjs/loader.js:593:12)
4:33 pm.
At function. Module. _load (internal/modules/cjs/loader.js:585:3)
4:33 pm.
At function. Module. Runmain (internal/modules/cjs/loader.js:831:12)
4:33 pm.
At startup (internal/bootstrap/node.js:283:19)
4:33 pm.
At bootstrapnodejscore (internal/bootstrap/node.js:623:3)
Sorunumu node.js üzerinden hallettim. Birkaç hata yapmışım.
Glitch npm desteklemiyormuş. Sorun bu.
Kod:
import { Client, GatewayIntentBits } from "discord.js";
const Bot = (global.bot = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.GuildMembers,
GatewayIntentBits.MessageContent,
],
}));
import Utils from "./utils/utils.js";
Utils.event(Bot);
Utils.login(Bot);
Hata:
Syntaxerror: Unexpected token {
4:33 pm.
At module. _compile (internal/modules/cjs/loader.js:723:23)
4:33 pm.
At Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
4:33 pm.
At module. Load (internal/modules/cjs/loader.js:653:32)
4:33 pm.
At trymoduleload (internal/modules/cjs/loader.js:593:12)
4:33 pm.
At function. Module. _load (internal/modules/cjs/loader.js:585:3)
4:33 pm.
At function. Module. Runmain (internal/modules/cjs/loader.js:831:12)
4:33 pm.
At startup (internal/bootstrap/node.js:283:19)
4:33 pm.
At bootstrapnodejscore (internal/bootstrap/node.js:623:3)
Sorunumu node.js üzerinden hallettim. Birkaç hata yapmışım.
Glitch npm desteklemiyormuş. Sorun bu.
Son düzenleme: