We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't compile typescript project.
Update to any of the 5.x.x series and you can't compile anymore.. This problem has been discussed in #767
import { SomeClass } from '@firebase/firestore-types'
results in
ERROR in ./src/app/service/some/some.service.ts Module not found: Error: Can't resolve '@firebase/firestore-types' in '/Users/someuser/git/someproject/src/app/service/some'
Repro here: https://github.com/pyoner/vue-firebase-plugin run: npm run test here travis job result https://travis-ci.org/pyoner/vue-firebase-plugin/jobs/382075803
The text was updated successfully, but these errors were encountered:
Josh, could you by chance take a look at this and #767 and provide guidance?
Sorry, something went wrong.
I'm closing this as a duplicate of #767 response will be there. I think have an idea of what is going on.
jshcrowthe
No branches or pull requests
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Can't compile typescript project.
Steps to reproduce:
Update to any of the 5.x.x series and you can't compile anymore.. This problem has been discussed in #767
Relevant Code:
results in
Repro here:
https://github.com/pyoner/vue-firebase-plugin
run: npm run test
here travis job result https://travis-ci.org/pyoner/vue-firebase-plugin/jobs/382075803
The text was updated successfully, but these errors were encountered: