ionic2 tab页面不刷新问题 ionic2页面堆叠(个人理解)导致页面只请求一次,需求需要每打开一次页面请求一次,百度半天找不出相似的方法。 最后找到了一个大神的记录,在此借用一下。 ionViewDidLoad 页面加载完毕触发... 2018年11月19日 ionic 浏览量:1,195 次 发表评论 阅读全文
ionic cordova报错 errno -4058 and npm WARN enoent ENOENT 看错误提示errno是4058,报错npm WARN checkPermissions Missing write access to xxx... npm ERR! enoent ENOE... 2018年11月19日 cordova 浏览量:750 次 发表评论 阅读全文
android emulate运行时提示app has stoped无法进入app 原因:模拟器设置里没有勾选 use host gpu,导致运行时没有用硬件的gpu无法带动, 勾选 use host gpu即可。 2018年11月18日 android 浏览量:707 次 发表评论 阅读全文
npm install 报node-sass错误(npm ERR! Failed at the node-sass@4.5.2 postinstall script. npm ERR! This is probably not a problem)的解决方法 前两天用npm install命令时不停node-sass错误: npm ERR! Failed at the node-sass@4.5.2 postinstall script. npm ERR!... 2018年11月18日 android 浏览量:2,761 次 发表评论 阅读全文
Windows 10 64bit 下nodejs报错MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 “4.0”的解决方法 在win10 64位系统下,关于nodejs下通过npm install环境部署项目时出现报错’MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 “4.0... 2018年11月18日 android 浏览量:6,917 次 发表评论 阅读全文
创建与运行Ionic项目 1.安装Ionic和cordova npm install ionic cordova 2.创建Ionic项目 首先创建ionic项目可以使用Ionic提供的app模板或是一个空白。 在命令行中进入I... 2018年11月18日 ionic 浏览量:644 次 发表评论 阅读全文
ionic打包报错Could not find an installed version of Gradle either in Android Studio ionic cordova build android打包时报以下错误 Could not find an installed version of Gradle either in Android ... 2018年11月18日 cordova 浏览量:1,073 次 发表评论 阅读全文