Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48980

Npm install don't install all node modules in ionic existing project

$
0
0

I need to build an existing Ionic app, but I’m with problems with node_modules.

The following package.json below:
{
“name”: “chant”,
“description”: “AnIonicproject”,
“version”: “0.0.1”,
“author”: “Ionic Framework”,
“homepage”: “http://ionicframework.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.2”,
@angular/compiler”: “4.1.2”,
@angular/compiler-cli”: “4.1.2”,
@angular/core”: “4.1.2”,
@angular/forms”: “4.1.2”,
@angular/http”: “4.1.2”,
@angular/platform-browser”: “4.1.2”,
@angular/platform-browser-dynamic”: “4.1.2”,
@ionic-native/bluetooth-serial”: “^3.10.2”,
@ionic-native/camera”: “^3.10.3”,
@ionic-native/core”: “3.10.2”,
@ionic-native/date-picker”: “^3.10.3”,
@ionic-native/device”: “^4.20.0”,
@ionic-native/file”: “^3.6.1”,
@ionic-native/in-app-browser”: “^3.10.2”,
@ionic-native/rollbar”: “^3.10.3”,
@ionic-native/social-sharing”: “^3.10.3”,
@ionic-native/splash-screen”: “3.10.2”,
@ionic-native/status-bar”: “3.10.2”,
@ionic-native/transfer”: “^3.10.3”,
@ionic-native/uid”: “^4.3.0”,
@ionic/storage”: “2.0.1”,
“cordova-android”: “^8.0.0”,
“cordova-android-support-gradle-release”: “^3.0.0”,
“cordova-plugin-advanced-http”: “^2.4.1”,
“cordova-plugin-android-rootbeer”: “^1.0.0”,
“cordova-plugin-bluetooth-serial”: “^0.4.7”,
“cordova-plugin-camera”: “^2.4.1”,
“cordova-plugin-compat”: “^1.2.0”,
“cordova-plugin-console”: “^1.1.0”,
“cordova-plugin-datepicker”: “^0.9.3”,
“cordova-plugin-device”: “^1.1.7”,
“cordova-plugin-dreamover-uid”: “~1.3.0”,
“cordova-plugin-file”: “^6.0.2”,
“cordova-plugin-http”: “^1.2.0”,
“cordova-plugin-inappbrowser”: “^3.0.0”,
“cordova-plugin-ionic-keyboard”: “^2.1.2”,
“cordova-plugin-ionic-webview”: “^1.1.11”,
“cordova-plugin-networkinterface”: “^2.0.0”,
“cordova-plugin-splashscreen”: “^4.1.0”,
“cordova-plugin-statusbar”: “^2.4.2”,
“cordova-plugin-uid”: “^1.3.0”,
“cordova-plugin-uniquedeviceid”: “^1.3.2”,
“cordova-plugin-whitelist”: “^1.3.3”,
“cordova-plugin-x-socialsharing”: “^5.4.0”,
“cordova-sqlite-storage”: “^3.2.0”,
“es6-promise-plugin”: “^4.1.0”,
“ionic-angular”: “3.9.10”,
“ionic-image-loader”: “^3.2.1”,
“ionicons”: “3.0.0”,
“jsbarcode”: “^3.11.3”,
“phonegap-plugin-barcodescanner”: “^8.1.0”,
“resgrid-cordova-plugins-rollbar”: “^1.4.0”,
“rollbar”: “^2.0.2”,
“rxjs”: “5.1.1”,
“sw-toolbox”: “3.6.0”,
“zone.js”: “0.8.11”
},
“devDependencies”: {
@ionic/app-scripts”: “^3.2.4”,
@ionic/cli-plugin-cordova”: “1.3.0”,
@ionic/cli-plugin-ionic-angular”: “^1.3.0”,
“typescript”: “2.3.3”
},
“cordova”: {
“plugins”: {
“cordova-plugin-console”: {},
“cordova-plugin-device”: {},
“cordova-plugin-splashscreen”: {},
“cordova-plugin-statusbar”: {},
“cordova-plugin-whitelist”: {},
“cordova-plugin-datepicker”: {},
“cordova-plugin-ionic-keyboard”: {},
“cordova-plugin-inappbrowser”: {},
“cordova-sqlite-storage”: {},
“cordova-android-support-gradle-release”: {
“ANDROID_SUPPORT_VERSION”: “27.+”
},
“cordova-plugin-camera”: {},
“cordova-plugin-advanced-http”: {
“OKHTTP_VERSION”: “3.10.0”
},
“cordova-plugin-http”: {},
“cordova-plugin-x-socialsharing”: {},
“cordova-plugin-dreamover-uid”: {},
“cordova-plugin-uniquedeviceid”: {},
“cordova-plugin-networkinterface”: {},
“cordova-plugin-ionic-webview”: {},
“cordova-plugin-bluetooth-serial”: {},
“cordova-plugin-android-rootbeer”: {},
“phonegap-plugin-barcodescanner”: {
“ANDROID_SUPPORT_V4_VERSION”: “27.+”
}
},
“platforms”: [
“android”
]
}
}

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 48980

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>