Ionic Info:
cli packages: (C:\Users\User\AppData\Roaming\npm\node_modules)
@ionic/cli-utils : 1.17.0
ionic (Ionic CLI) : 3.17.0
global packages:
cordova (Cordova CLI) : 7.1.0
local packages:
@ionic/app-scripts : 3.1.5
Cordova Platforms : android 6.3.0 ios 4.5.1
Ionic Framework : ionic-angular 3.9.2
System:
Android SDK Tools : 25.3.1
Node : v7.5.0
npm : 4.1.2
OS : Windows 10
Environment Variables:
ANDROID_HOME : C:\Users\User\AppData\Local\Android\sdk
Misc:
backend : pro
Package.json:
{
“name”: “HayPost”,
“author”: “Mikayel Saghyan”,
“homepage”: “http://www.haypost.am”,
“private”: true,
“scripts”: {
“build”: “ionic-app-scripts build”,
“clean”: “ionic-app-scripts clean”,
“lint”: “ionic-app-scripts serve”,
“serve”: “ionic-app-scripts lint”,
“ionic:build”: “npm run build”,
“ionic:serve”: “npm run serve”,
“ionic:lint”: “npm run lint”
},
“dependencies”: {
“@angular/common”: “5.0.0”,
“@angular/compiler”: “5.0.0”,
“@angular/compiler-cli”: “5.0.0”,
“@angular/core”: “5.0.0”,
“@angular/forms”: “5.0.0”,
“@angular/http”: “5.0.0”,
“@angular/platform-browser”: “5.0.0”,
“@angular/platform-browser-dynamic”: “5.0.0”,
“@ionic-native/core”: “4.3.1”,
“@ionic-native/device”: “^4.5.2”,
“@ionic-native/geolocation”: “^4.5.2”,
“@ionic-native/in-app-browser”: “4.3.1”,
“@ionic-native/native-storage”: “^4.5.2”,
“@ionic-native/push”: “^4.5.2”,
“@ionic-native/splash-screen”: “4.3.1”,
“@ionic-native/status-bar”: “4.3.1”,
“@ionic/storage”: “^2.1.3”,
“cordova-android”: “~6.3.0”,
“cordova-ios”: “^4.5.2”,
“cordova-plugin-console”: “^1.0.7”,
“cordova-plugin-crosswalk-webview”: “^2.3.0”,
“cordova-plugin-device”: “^1.1.6”,
“cordova-plugin-geolocation”: “^2.4.3”,
“cordova-plugin-inappbrowser”: “^1.7.1”,
“cordova-plugin-ionic”: “^2.0.1”,
“cordova-plugin-ionic-keyboard”: “^2.0.2”,
“cordova-plugin-ionic-webview”: “^1.1.15”,
“cordova-plugin-ionic-wkkeyboard”: “^1.1.15”,
“cordova-plugin-nativestorage”: “^2.2.2”,
“cordova-plugin-recentscontrol”: “^1.1.0”,
“cordova-plugin-splashscreen”: “^4.0.3”,
“cordova-plugin-statusbar”: “git+https://github.com/apache/cordova-plugin-statusbar.git”,
“cordova-plugin-whitelist”: “^1.3.2”,
“firebase”: “^3.5.3”,
“ionic-angular”: “3.9.2”,
“ionicons”: “3.0.0”,
“ng2-translate”: “^3.1.3”,
“phonegap-plugin-push”: “^2.1.0”,
“rxjs”: “5.5.2”,
“zone.js”: “0.8.18”
},
“devDependencies”: {
“@ionic/app-scripts”: “3.1.5”,
“typescript”: “~2.4.2”
},
“config”: {
“ionic_aot_write_to_disk”: true
},
“cordova”: {
“platforms”: [
“ios”,
“android”
],
“plugins”: {
“cordova-plugin-crosswalk-webview”: {
“XWALK_VERSION”: “22+”,
“XWALK_LITEVERSION”: “xwalk_core_library_canary:17+”,
“XWALK_COMMANDLINE”: “–disable-pull-to-refresh-effect”,
“XWALK_MODE”: “embedded”,
“XWALK_MULTIPLEAPK”: “true”
},
“cordova-plugin-device”: {},
“cordova-plugin-inappbrowser”: {},
“cordova-plugin-whitelist”: {},
“cordova-plugin-ionic-webview”: {},
“cordova-plugin-ionic-wkkeyboard”: {},
“cordova-plugin-statusbar”: {},
“cordova-plugin-console”: {},
“cordova-plugin-splashscreen”: {},
“cordova-plugin-recentscontrol”: {},
“phonegap-plugin-push”: {
“FCM_VERSION”: “11.0.1”
},
“cordova-plugin-geolocation”: {},
“cordova-plugin-nativestorage”: {},
“cordova-plugin-ionic”: {
“APP_ID”: “c6264b19”,
“CHANNEL_NAME”: “Master”,
“UPDATE_METHOD”: “background”,
“UPDATE_API”: “https://api.ionicjs.com”,
“MAX_STORE”: “2”
}
}
}
}
And I guess I cannot remove the plugin:
D:\IdeaProjects\PostMobile>ionic cordova plugins remove splashscreen
cordova plugin remove splashscreen --save
Error: The plugin ‘cordova-plugin-splashscreen’ is required by (cordova-plugin-ionic), skipping uninstallation. (try --force if trying to update)
[ERROR] An error occurred while running cordova plugin remove splashscreen --save (exit code 1).