尝试使用 Discord.js 安装 nodemon 时出错 [重复]

Posted

技术标签:

【中文标题】尝试使用 Discord.js 安装 nodemon 时出错 [重复]【英文标题】:Error while trying to install nodemon with Discord.js [duplicate] 【发布时间】:2020-12-24 09:03:43 【问题描述】:

当我尝试使用 npm install -g nodemon 安装 nodemon 时,出现以下错误:

'nodemon' is not recognized as an internal or external command,
operable program or batch file.

【问题讨论】:

这能回答你的问题吗? npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.0.14 试过了,但最后它给出了同样的错误并且不允许我使用 nodmon 说'nodemon' is not recognized as an internal or external command, operable program or batch file. 你是在安装nodemon的index目录下运行的吗?尝试使用npm i --s nodemon 重新安装。 还是不行。是的,它安装在索引目录中 是的,非常感谢您 【参考方案1】:

这不是问题,正如它所说,它是一个 可选 依赖项,所以你并不真的需要它。请参考以下答案:

How to solve npm install throwing fsevents warning on non-MAC OS?

How to fix 'Unsupported platform for fsevents@1.2.9: wanted "os":"darwin","arch":"any" (current: "os":"win32","arch":"x64")

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.0.14

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7

【讨论】:

试过了,还是不让我用nodmeon。说它是一个无法识别的文件或其他东西 尝试重新安装 nodemon 或将其直接添加到您的 package.json 并使用 npm install 已经试过了

以上是关于尝试使用 Discord.js 安装 nodemon 时出错 [重复]的主要内容,如果未能解决你的问题,请参考以下文章

尝试在 Discord.js 中播放音频文件

无法安装 better-sqlite3 discord.js

如何在 Visual Studio Code 上安装 discord.js?

找不到节点:discord.js 的事件

在尝试 discord.js 之外使用 awaitMessages 的结果

尝试使用 discord.js 将 client.reply 作为嵌入消息发送时出现问题