Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin_not_installed #284

Open
snjxf opened this issue May 17, 2022 · 1 comment
Open

plugin_not_installed #284

snjxf opened this issue May 17, 2022 · 1 comment

Comments

@snjxf
Copy link

snjxf commented May 17, 2022

这是我的package.json
{
"name": "ocProcess",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "^7.2.2",
"@angular/core": "^7.2.2",
"@angular/forms": "^7.2.2",
"@angular/http": "^7.2.2",
"@angular/platform-browser": "^7.2.2",
"@angular/platform-browser-dynamic": "^7.2.2",
"@angular/router": "^7.2.2",
"@ionic-native/app-version": "^5.16.0",
"@ionic-native/background-fetch": "^5.30.0",
"@ionic-native/background-mode": "^5.0.0",
"@ionic-native/badge": "^5.10.0",
"@ionic-native/core": "^5.11.0",
"@ionic-native/fcm": "^5.10.0",
"@ionic-native/file": "^5.36.0",
"@ionic-native/file-opener": "^5.11.0",
"@ionic-native/file-transfer": "^5.11.0",
"@ionic-native/http": "^5.11.0",
"@ionic-native/in-app-browser": "^5.36.0",
"@ionic-native/keychain": "^5.36.0",
"@ionic-native/native-storage": "^5.36.0",
"@ionic-native/network": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic-native/touch-id": "^5.36.0",
"@ionic/angular": "^4.11.0",
"@ionic/storage": "~2.2.0",
"cordova-ios": "6.1.1",
"cordova-plugin-advanced-http": "^2.1.1",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-background-mode": "^0.7.3",
"cordova-plugin-badge": "^0.8.8",
"cordova-plugin-fcm-with-dependecy-updated": "^2.4.0",
"cordova-plugin-file-opener2": "^2.2.1",
"cordova-plugin-ios-keychain": "^3.0.1",
"cordova-plugin-network-information": "^2.0.2",
"cordova-sqlite-storage": "^3.2.1",
"core-js": "^2.5.4",
"http-proxy-middleware": "^2.0.1",
"ionic-native": "^2.9.0",
"rxjs": "~6.5.1",
"tslib": "^1.9.0",
"zone.js": "~0.8.29"
},
"devDependencies": {
"@angular-devkit/architect": "~0.13.8",
"@angular-devkit/build-angular": "^0.13.9",
"@angular-devkit/core": "~7.3.8",
"@angular-devkit/schematics": "~7.3.8",
"@angular/cli": "^7.3.10",
"@angular/compiler": "~7.2.2",
"@angular/compiler-cli": "~7.2.2",
"@angular/language-service": "~7.2.2",
"@ionic/angular-toolkit": "~1.5.1",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~12.0.0",
"codelyzer": "~4.5.0",
"cordova-android": "^10.1.1",
"cordova-plugin-console": "^1.1.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-file-transfer": "git+https://github.com/apache/cordova-plugin-file-transfer.git",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-touch-id": "^3.4.0",
"cordova-plugin-wkwebviewxhrfix": "^0.1.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^6.0.2",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "^7.0.0",
"ts-node": "~8.3.0",
"tslint": "~5.17.0",
"typescript": "~3.1.6"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-fcm-with-dependecy-updated": {},
"cordova-sqlite-storage": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-badge": {},
"cordova-plugin-file": {},
"cordova-plugin-advanced-http": {
"OKHTTP_VERSION": "3.10.0"
},
"cordova-plugin-file-opener2": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-network-information": {},
"cordova-plugin-background-mode": {},
"cordova-plugin-app-version": {},
"cordova-plugin-wkwebviewxhrfix": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-touch-id": {
"FACEID_USAGE_DESCRIPTION": " "
},
"cordova-plugin-console": {},
"cordova.plugins.diagnostic": {
"ANDROIDX_VERSION": "1.+"
},
"cordova-plugin-nativestorage": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-inappbrowser": {}
},
"platforms": [
"ios"
]
}
}

image

@snjxf
Copy link
Author

snjxf commented May 17, 2022

我的cordova-plugin-fcm-with-dependecy-updated里面并没有 ionic这个文件夹

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant