-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
Hello, I'm used to use this package, but when when I try to install my node moduls, it throws an error.
I used to use version 4.5.1 but now it's seems it doesn't work (node 16).
This is my package.json, which version should I use?
{
"name": "test",
"version": "0.0.1",
"author": "test",
"homepage": "https://www.test.it/",
"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.15",
"@angular/core": "^7.2.15",
"@angular/forms": "^7.2.15",
"@angular/http": "^7.2.15",
"@angular/platform-browser": "^7.2.15",
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/router": "^7.2.15",
"@ionic-native/android-permissions": "^5.28.0",
"@ionic-native/app-version": "^5.19.1",
"@ionic-native/barcode-scanner": "^5.19.1",
"@ionic-native/core": "^5.19.1",
"@ionic-native/diagnostic": "^5.36.0",
"@ionic-native/document-viewer": "^5.19.1",
"@ionic-native/email-composer": "^5.19.1",
"@ionic-native/file": "^5.19.1",
"@ionic-native/file-opener": "^5.36.0",
"@ionic-native/file-transfer": "^5.36.0",
"@ionic-native/geolocation": "^5.28.0",
"@ionic-native/http": "^5.19.1",
"@ionic-native/in-app-browser": "^5.19.1",
"@ionic-native/native-geocoder": "^5.28.0",
"@ionic-native/network": "^5.19.1",
"@ionic-native/open-native-settings": "^5.28.0",
"@ionic-native/screen-orientation": "^5.36.0",
"@ionic-native/splash-screen": "^5.19.1",
"@ionic-native/sqlite": "^5.19.1",
"@ionic-native/sqlite-porter": "^5.19.1",
"@ionic-native/status-bar": "^5.19.1",
"@ionic/angular": "^4.4.0",
"@ionic/storage": "^2.2.0",
"cordova-ios": "^5.1.1",
"cordova-open-native-settings": "^1.5.2",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-android-permissions": "^1.1.0",
"cordova-plugin-buildinfo": "^4.0.0",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-email-composer": "^0.9.2",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-opener2": "^3.0.5",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-geolocation": "^4.0.2",
"cordova-plugin-inappbrowser": "^3.1.0",
"cordova-plugin-ionic": "^5.4.6",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^4.1.3",
"cordova-plugin-nativegeocoder": "^3.4.1",
"cordova-plugin-network-information": "2.0.1",
"cordova-plugin-splashscreen": "^5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
"cordova.plugins.diagnostic": "^6.1.0",
"core-js": "^2.6.11",
"moment": "^2.24.0",
"phonegap-plugin-barcodescanner": "8.0.1",
"rxjs": "^6.5.4",
"sass": "^1.49.0",
"tslib": "^1.10.0",
"zone.js": "~0.8.29"
},
"devDependencies": {
"@angular-devkit/architect": "^0.13.9",
"@angular-devkit/build-angular": "^0.13.9",
"@angular-devkit/core": "^7.3.9",
"@angular-devkit/schematics": "^7.3.9",
"@angular/cli": "7.3.9",
"@angular/compiler": "^7.2.15",
"@angular/compiler-cli": "^7.2.15",
"@angular/language-service": "^7.2.15",
"@ionic/angular-toolkit": "~1.5.1",
"@ionic/lab": "1.0.24",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^10.14.22",
"codelyzer": "~4.5.0",
"cordova-android": "^8.1.0",
"cordova-plugin-androidx": "^3.0.0",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-screen-orientation": "^3.0.2",
"es6-promise-plugin": "^4.2.2",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.6",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.4.0",
"ts-node": "^8.1.1",
"tslint": "~5.16.0",
"typescript": "~3.1.6"
},
"description": "test",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-network-information": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-ionic": {
"APP_ID": "cf5db1cb",
"CHANNEL_NAME": "Production",
"UPDATE_METHOD": "none",
"MAX_STORE": "2",
"MIN_BACKGROUND_DURATION": "30",
"UPDATE_API": "https://api.ionicjs.com"
},
"cordova-plugin-buildinfo": {},
"cordova-plugin-file": {},
"cordova-plugin-email-composer": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-geolocation": {},
"cordova-plugin-nativegeocoder": {
"LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
},
"cordova-plugin-android-permissions": {},
"cordova-open-native-settings": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-file-opener2": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-androidx": {},
"cordova-plugin-androidx-adapter": {},
"cordova.plugins.diagnostic": {
"ANDROIDX_VERSION": "1.0.0",
"ANDROIDX_APPCOMPAT_VERSION": "1.3.1"
}
},
"platforms": [
"ios",
"android"
]
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels