twltony
twltony
same issue, any update? Ionic: ionic (Ionic CLI) : 4.0.6 (/usr/local/lib/node_modules/ionic) Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.1.8 Cordova: cordova (Cordova CLI) : 8.1.2 ([email protected]) Cordova Platforms : android...
1. package.json 锁定`vue`和`vue-template-compiler` 为2.6.x版本, 2.7.x版本后会出现以上问题。 找到 ``` { "vue": "^2.6.xxx", "vue-template-compiler": "^2.6.xxx" ... } ``` 去掉 `^` ``` { "vue": "2.6.xxx", "vue-template-compiler": "2.6.xxx" ... } ``` 2. 删除 `node_modules` 和...
同样的问题,希望能得到解决