nodemon 向我显示此错误如何解决?

Posted

技术标签:

【中文标题】nodemon 向我显示此错误如何解决?【英文标题】:nodemon is showing me this error how to solve it? 【发布时间】:2021-09-18 21:57:57 【问题描述】:
"scripts": 
    "start": "node server.js",
    "server": "nodemon server.js"
  ,

在我的 package.json 中添加了这个,然后运行 ​​commond npm run server 它启动了 nodemon server.js 但在重新启动时它显示了这个错误

[nodemon] restarting due to changes... 
(node:17784) UnhandledPromiseRejectionWarning: Error: Command failed: wmic process where (ParentProcessId=24008) get ProcessId 2> nul
    at checkExecSyncError (child_process.js:616:11)
    at execSync (child_process.js:652:15)
    at kill (C:\Users\shreya\AppData\Roaming\npm\node_modules\nodemon\lib\monitor\run.js:337:26)
    at Function.run.kill (C:\Users\shreya\AppData\Roaming\npm\node_modules\nodemon\lib\monitor\run.js:425:7)
    at Bus.<anonymous> (C:\Users\shreya\AppData\Roaming\npm\node_modules\nodemon\lib\monitor\run.js:495:7)
    at Bus.emit (events.js:327:22)
    at restartBus (C:\Users\shreya\AppData\Roaming\npm\node_modules\nodemon\lib\monitor\watch.js:228:7)
    at FSWatcher.filterAndRestart (C:\Users\shreya\AppData\Roaming\npm\node_modules\nodemon\lib\monitor\watch.js:212:16)
    at FSWatcher.emit (events.js:315:20)
    at FSWatcher.emitWithAll (C:\Users\shreya\AppData\Roaming\npm\node_modules\nodemon\node_modules\chokidar\index.js:540:8)
(node:17784) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)

这是我的 server.js 代码

【问题讨论】:

您能否提供有关您的代码的更多详细信息?从错误看来,服务器代码似乎有问题。但是,您可以尝试在没有 nodemon 的情况下执行它吗? 它在没有 nodemon 的情况下运行......我运行 node server.js 并且它正在运行 当我在全球范围内安装 nodemon 时,它也停止在所有其他项目中工作,之前它在其中工作......现在在我的所有项目中都出现相同的错误 如果是这样,你能告诉我有关 NodeJs 版本和 nodemon 版本的详细信息吗? 嘿!它的工作现在我安装了 nodemon 的先前版本,即 v2.0.7 gloabaly,现在错误已解决 【参考方案1】:

尝试更新 nodemon

npm i nodemon --global

【讨论】:

以上是关于nodemon 向我显示此错误如何解决?的主要内容,如果未能解决你的问题,请参考以下文章

Paypal 对话框向我显示“Android_pay_button PayPal”之类的按钮如何解决此错误?

如何修复此错误调用google位置来解决服务“目标机器主动拒绝它”

如何解决此解码和语法错误

有人可以向我解释如何使用我的代码解决下面的参数错误吗?

为啥我的机器人的 message.js 一直向我发送相同的错误,我该如何解决?

如何在 Android 中显示/隐藏分组视图?