无法在Object.runr中读取未定义的属性'hasOwnProperty'

时间:2016-11-10 17:13:17

标签: android cordova mobile ionic-framework ionic2

我的开发有问题,因为当我尝试ionic serve或每个离子或cordova的命令时,让我错误。要显示的img:

enter image description here

我尝试了一切并搜索但没有。

1 个答案:

答案 0 :(得分:1)

您可能需要降级Ionic CLI版本。请尝试以下方法:

npm uninstall -g ionic

npm install -g ionic@2.1.0

这可能是Ionic 1应用程序的问题,而不是Ionic 2的问题。