-
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
Typings install firebase - Unable to find "firebase" ("npm") in the registry #182
Comments
You might be running typings 1.0, which introduced some breaking changes. Try: $ typings install dt~firebase --global --save You may also need to update your "files": [
"typings/main.d.ts"
] to: "files": [
"typings/index.d.ts"
] |
Thanks, @r-park it helped! |
I'm having the same issue here. typings v1.0.4 |
@r-park you're my hero. |
Hi,@r-park, Thanks for your help. npm install angularfire2 and typings dt~firebase --global --save then shows blow. firebase Please help me. |
Update the docs per information from angular#182 Some people might not run to search the issues, so it should be on the docs.
@tobujin,I am encountering the same issue.I have used angularfire push() and update() methods they still works fine, despite of the fact ionic-cli is showing bunch of errors like : |
@UzairNouman, thank you for your response. |
Could somebody tell me why is it happens why we have to change name from main.d.ts to index.d.ts |
@blackhawk389 It just has to do with the Typings update to 1.0. |
Same problem as in #160 but doesn't fix that way:
$ typings install --save --ambient firebase
gives:
and just
$ typings install firebase
gives
typings ERR! message Unable to find "firebase" ("npm") in the registry. Did you want to try searching another source? Also, if you want contribute these typings, please help us: https://github.com/typings/registry typings ERR! caused by https://api.typings.org/entries/npm/firebase/versions/latest responded with 404, expected it to equal 200
The text was updated successfully, but these errors were encountered: