【发布时间】:2018-06-17 23:52:51
【问题描述】:
每次我尝试运行任何 cordova 命令时都会收到此错误:
$ cordova build --release android
Android Studio project detected
(node:26671) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Cannot find module 'uuid'
(node:26671) [DEP0018] 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.
我正在使用 Node v8 和 NPM v5,尝试了不同的 Node/NPM 版本,但总是得到相同的错误。
【问题讨论】: