-
Notifications
You must be signed in to change notification settings - Fork 2.2k
RC4 install produces "Error: Metadata version mismatch for module angularfire2/index.d.ts, found version 4 expected 3, resolving symbol AppModule" #1410
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
Comments
Reverting to RC3 resolves the "mismatch" error |
Should be fixed with the current next release. |
Metadata version mismatch for module E:/fhc-app-temp/node_modules/angularfire2/index.d.ts, found version 4, expected 3 getting this error plz help me |
@gauravweni try to |
Fixed in the latest release. |
I think this error is back. Getting it on brand new project: |
I'm getting this error in the 5.1.1 release. I have no idea how to fix it. I tried downgrading to 5.0.0.rc3 and rc4 but it didn't work |
This looks similar to #1397. I can create a complete repro if needed, but I've literally followed the install guide to the letter.
Version info
How to reproduce these conditions
ng serve
after installing AF2Debug output
** Errors in the JavaScript console **
This error appears upon running
ng serve
immediately after addingAngularFireModule.initializeApp(environment.firebase),
into my app.module.ts and runningng serve
** Output from
firebase.database().enableLogging(true);
**n/a
Expected behavior
Should compile and start server when following install directions exactly.
Actual behavior
Receive version mismatch in angularfire2/index.d.ts.
The text was updated successfully, but these errors were encountered: