Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229121

Ionic View Breaks App in Ionic V3; No Solutions Online

$
0
0

Ionic info:
global packages:

@ionic/cli-utils : 1.4.0
Ionic CLI        : 3.4.0

local packages:

@ionic/app-scripts              : 1.3.7
@ionic/cli-plugin-ionic-angular : 1.3.1
Ionic Framework                 : ionic-angular 3.4.0

System:

Node       : v8.1.0
OS         : OS X El Capitan
Xcode      : Xcode 7.3.1 Build version 7D1014
ios-deploy : not installed
ios-sim    : not installed
npm        : 5.0.3

I'm assuming it has to do with the ios-deploy and ios-sim? How would I go about installing those?

Package.json contents:
{
"name": "blue-hill-mobile",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://bluehilldata.com",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@ionic-native/core": "3.10.2",
"@ionic/storage": "2.0.1",
"ionic-angular": "3.4.0",
"ionicons": "3.0.0",
"rxjs": "5.4.0",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.12"
},
"devDependencies": {
"@ionic/app-scripts": "1.3.7",
"@ionic/cli-plugin-cordova": "1.4.0",
"@ionic/cli-plugin-ionic-angular": "1.3.1",
"typescript": "2.3.3"
},
"description": "An Ionic project"
}

Ionic cordova plugin list:
> cordova plugin ls
:heavy_check_mark: Running command - done!
No plugins added. Use 'cordova plugin add <plugin>'.


Viewing all articles
Browse latest Browse all 229121

Trending Articles