我尝试使用以下命令
创建一个新项目ionic start BlankApp blank
从空白模板创建空白应用 接下来我运行
bower install --save angular-cache
,安装过程停在
bower angular#>=1.x validate 1.5.6 against https://github.com/angular/bower-angular.git#>=1.x
所以我尝试使用
npm install --save angular-cache
它创建一个名为“node_modules”的文件夹,并出现以下错误
ionic-project@1.1.1 /Users/Thipok/Desktop/ProjectSth/Cache-Local
├── UNMET PEER DEPENDENCY angular@>=1.x <2
└── angular-cache@4.6.0
npm WARN angular-cache@4.6.0 requires a peer of angular@>=1.x <2 but none was installed.
npm WARN ionic-project@1.1.1 No repository field.
npm WARN ionic-project@1.1.1 No license field.
我还尝试安装cordova-plugin-wkwebview但失败但这不是问题。