2.1.17から2.1.18へionic2 CLIを更新しましたので、2.1.17バージョンを使用してビルドした既存のプロジェクトをどのようにアップグレードする必要があります。ここで既存のionic2プロジェクトを2.1.18バージョンのionic2 CLIに更新するには
は、イオン性情報の詳細です - お使いのシステム情報:
コルドバCLI:6.4.0 イオンCLIバージョン:2.1.18 イオンのApp Libのバージョン:2.1.9 IOS-デプロイバージョン:インストールされていません IOS-SIMバージョン:インストールされていない OS:Linuxの4.4 ノードバージョン:v6.9.2 Xcodeのバージョン:インストールされていない
package.json
{
"name": "ionic-hello-world",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/common": "2.1.1",
"@angular/compiler": "2.1.1",
"@angular/compiler-cli": "2.1.1",
"@angular/core": "2.1.1",
"@angular/forms": "2.1.1",
"@angular/http": "2.1.1",
"@angular/platform-browser": "2.1.1",
"@angular/platform-browser-dynamic": "2.1.1",
"@angular/platform-server": "2.1.1",
"@ionic/storage": "1.1.6",
"ionic-angular": "2.0.0-rc.3",
"ionic-native": "2.2.3",
"ionicons": "3.0.0",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.26"
},
"devDependencies": {
"@ionic/app-scripts": "0.0.45",
"typescript": "2.0.6"
},
"cordovaPlugins": [
"cordova-plugin-statusbar",
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [],
"description": "ionic: An Ionic project"
}