Discord.js 机器人坏了

Discord.js bot broke

我阅读了有关此错误的一些信息,但我有 discord.js 13.6.0 和节点 17.x.x 而且我不知道是什么原因造成的。

错误:

Error: Cannot find module 'node:events'
Require stack:
- /home/runner/FittingAttachedHacks/node_modules/discord.js/src/client/BaseClient.js
- /home/runner/FittingAttachedHacks/node_modules/discord.js/src/index.js
- /home/runner/FittingAttachedHacks/index.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
    at Function.Module._load (internal/modules/cjs/loader.js:667:27)
    at Module.require (internal/modules/cjs/loader.js:887:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> 
(/home/runner/FittingAttachedHacks/node_modules/discord.js/src/client/BaseClient.js:3:22)
    at Module._compile (internal/modules/cjs/loader.js:999:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)

discord js v13 所需的节点版本是 v16 或更高版本的节点版本,没有它你会得到如下错误:

1.AbortController 未定义
2.Unexpected 令牌 '?'
3.cannot 查找模块 'node:events'

简单的解决方案就是升级到节点 v16,错误将得到修复!

看起来您已经安装了 link,但不是实际的节点版本 v17。尝试卸载错误的包 v17.4.0 并从 node.js

的官方站点安装正确的版本