-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
ionic 3 not able to run. #1603
Comments
hi, if you want firebase 4.13.1 angularfire2 5.0.0-rc.7 : if you want firebase 4.13.1 angularfire2 5.0.0-rc-6 : |
I suffer from this issue as well. Looks like the last working version before issues within Ionic projects is angularfire2 5.0.0-rc4 Reverting to rc5 no longer appears to work, as npm tells me that version no longer exists (could just be me though). Cordova: 7.1.0 Package.json Dependencies: Generating a new ionic project will requires specifying the RC4 build until this is fixed. |
here is my packege.json details "dependencies": { still stuck while ionic cordova run android --prod. |
"dependencies": { import { MyApp } from './app.component'; @NgModule({ it shows me this error |
Should be fixed in |
ERROR: Can't resolve all parameters for AngularFirestore in
E:/git/ionicProject/instaCaptionMobile/node_modules/angularfire2/firestore/index.d.ts: ([object Object], ?).
angularfire2 : ^5.0.0-rc.7
with this version error zone already added.ERROR: Can't resolve all parameters for AngularFirestore in
E:/git/ionicProject/instaCaptionMobile/node_modules/angularfire2/firestore/index.d.ts: ([object Object], ?).
ionic package dependency:
"dependencies": {
"@angular/animations": "5.2.10",
"@angular/common": "5.2.10",
"@angular/compiler": "5.2.10",
"@angular/compiler-cli": "5.2.10",
"@angular/core": "5.2.10",
"@angular/forms": "5.2.10",
"@angular/http": "5.2.10",
"@angular/platform-browser": "5.2.10",
"@angular/platform-browser-dynamic": "5.2.10",
"@ionic-native/core": "4.7.0",
"@ionic-native/splash-screen": "4.7.0",
"@ionic-native/status-bar": "4.7.0",
"@ionic/storage": "2.1.3",
"angularfire2": "^5.0.0-rc.7",
"cordova-android": "^6.4.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.0.5",
"cordova-plugin-ionic-webview": "^1.1.19",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"firebase": "^4.13.1",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"rxjs": "5.5.10",
"rxjs-compat": "^6.1.0",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.26"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.9",
"typescript": "~2.6.2"
},
cli packages: (C:\Users\Nirav pc\AppData\Roaming\npm\node_modules)
global packages:
local packages:
The text was updated successfully, but these errors were encountered: