需要堆栈:\\我从未听说过的错误

Posted

技术标签:

【中文标题】需要堆栈:\\\\我从未听说过的错误【英文标题】:Require stack: \\ Error I've never heard of需要堆栈:\\我从未听说过的错误 【发布时间】:2021-09-22 06:36:30 【问题描述】:

抛出错误; ^ 错误:找不到模块'./C:\Users\domri\OneDrive\Desktop\Repositories\Discord Bot\commands\test/ping.js'

错误出现在这里

const isDirectory = source => fs.lstatSync(source).isDirectory();
const getDirectories = source => fs.readdirSync(source).map(name => join(source, name)).filter(isDirectory);



getDirectories(__dirname + '/commands').forEach(category => 
  const commandFiles = fs.readdirSync(category).filter(file => file.endsWith('.js'));

  for (const file of commandFiles) 
    const command = require(`./$category/$file`);
    client.commands.set(command.name, command);
    if (command.aliases) 
      for (const alias of command.aliases) 
        client.aliases.set(alias, command.name);
      
    
  
);

【问题讨论】:

错误堆栈显示的特定行号和标记行。还可能包括您在问题中试图实现的目标,如果有人对您有不同的解决方案,这将有所帮助。 (而不是修复无法修复的代码) 您从 OneDrive 中删除了某些内容会不会是一个愚蠢的错误?因为我看到路径包括那个 【参考方案1】:

请发送控制台错误,或检查您是否安装了使用的 npm,尝试npm inpm ci,因为它是 discord.js,请先尝试此npm i discord.js,然后再执行npm i 或@ 987654326@!

【讨论】:

以上是关于需要堆栈:\\我从未听说过的错误的主要内容,如果未能解决你的问题,请参考以下文章

这么好用?!99%开发者从未听说过的堆栈模型(加量增强版)

什么是堆栈溢出和缓冲区溢出错误? [复制]

Flutter 更新导致包错误

无服务器嵌入式堆栈创建失败

进度警告:在过程中超出 -s 堆栈。那是啥意思?

单片机里的堆栈