【发布时间】:2019-07-04 18:46:24
【问题描述】:
nodemon 以前在我的 mac 上运行良好,我将它更新到最新版本,当我尝试启动它时,我不断收到以下错误。
错误:
[nodemon] Internal watch failed: errmap.get is not a function or its return value is not iterable
我尝试卸载并重新安装,但错误似乎没有消失。
有人在 mac 上遇到与 nodemon 类似的问题吗?
【问题讨论】:
-
看起来像
nodemon中的错误。尝试安装以前的版本:npm i nodemon@1.18.9 -
@robertklep 同样的错误
-
尝试回到以前的工作版本
1.18.3并得到同样的错误 -
按照它的步骤操作Follow