【发布时间】:2018-06-10 11:16:56
【问题描述】:
自从 Cordova v8 的最新更新以来,我无法在 Mac 上构建任何东西。 我总是得到
(node 626) UnhandledPromiseRejectionWarning: Error: Cannot find module '../cordova/platform_metadata'
我尝试了this 帖子中的建议,但我得到了同样的错误。
然后我做了一个详细说明,似乎为 ios 构建所需的插件无法正常工作
Executing script found in plugin cordova-plugin-swift-support for hook "after_prepare": plugins/cordova-plugin-swift-support/src/add-swift-support.js
Resolving module name for cordova-lib/src/cordova/platform_metadata => ../cordova/platform_metadata
(node:599) UnhandledPromiseRejectionWarning: Unhandled promise rejection
(rejection id: 1): Error: Cannot find module '../cordova/platform_metadata'
(node:599) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.
【问题讨论】: