为了学习Angular 2,我正在尝试他们的教程。
我得到一个这样的错误:
(node:4796) UnhandledPromiseRejectionWarning: Unhandled promise rejection (r ejection id: 1): Error: spawn cmd ENOENT
[1] (node:4796) DeprecationWarning: Unhandled promise rejections are deprecated.
In the future, promise rejections that are not handled will terminate the Node.
js process with a non-zero exit code.
我在SO中浏览了不同的问题和答案,但没有找到什么是“未处理的承诺拒绝”。
谁能简单地解释一下它是什么,以及Error: spawn cmd ENOENT
是什么,当它出现时,我必须检查什么来消除这个警告?