本文介绍了如何更新流星项目中的cordova-plugin-device?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

运行流星项目时,出现以下警告:

When i run my meteor project, i have this Warning:

然后,我出现此错误:

如何更新cordova-plugin-device插件?

How to update cordova-plugin-device plugin ?

推荐答案

在Meteor项目文件夹.meteor中创建一个文件cordova-plugins并插入[email protected] ...流星将使用该版本进行重建

In Meteor project folder .meteorcreate a file cordova-plugins and insert the line [email protected] will rebuild with that version

这篇关于如何更新流星项目中的cordova-plugin-device?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 09:21