Skip to content
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

[object Object] is not a Firebase command #1889

Closed
timofeysie opened this issue Jan 1, 2020 · 2 comments · Fixed by #1892
Closed

[object Object] is not a Firebase command #1889

timofeysie opened this issue Jan 1, 2020 · 2 comments · Fixed by #1892
Assignees

Comments

@timofeysie
Copy link

[REQUIRED] Environment info

firebase-tools:
[debug] [2019-12-29T20:25:09.572Z] Command: /Users/tim/.nvm/versions/node/v12.9.1/bin/node /Users/tim/.nvm/versions/node/v12.9.1/bin/firebase deply
[debug] [2019-12-29T20:25:09.572Z] CLI Version: 7.11.0
[debug] [2019-12-29T20:25:09.572Z] Platform: darwin
[debug] [2019-12-29T20:25:09.572Z] Node Version: v12.9.1
[debug] [2019-12-29T20:25:09.741Z] Time: Mon Dec 30 2019 07:25:09 GMT+1100 (Australian Eastern Daylight Time)

Platform:
Windows

[REQUIRED] Test case

Deploy the master branch from this repo with the firebase deply commande:
https://github.com/timofeysie/khip

[REQUIRED] Steps to reproduce

Deploy the master branch from this repo with the firebase deply commande:
https://github.com/timofeysie/khip

[REQUIRED] Expected behavior

Site is deployed and hosted with no errors.

[REQUIRED] Actual behavior

Error: [object Object] is not a Firebase command

Please see the firebase-debug.log from the linked project:
https://github.com/timofeysie/khipu/blob/master/firebase-debug.log

@samtstern
Copy link
Contributor

@timofeysie looks like you're running firebase deply but you need to be running firebase deploy (note the missing "o"). That said I will leave this open because our error message for a misspelling is very bad:

$ firebase deply
Error: [object Object] is not a Firebase command

Error: An unexpected error has occurred.

@samtstern samtstern self-assigned this Jan 2, 2020
samtstern added a commit that referenced this issue Jan 2, 2020

Verified

This commit was signed with the committer’s verified signature.
darkowlzz Sunny
@samtstern samtstern mentioned this issue Jan 2, 2020
samtstern added a commit that referenced this issue Jan 3, 2020
@timofeysie
Copy link
Author

Thanks @samtstern , I'm glad my typo can help others have a better experience with Firebase!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants