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

Firebase not installing CLI #8353

Open
flitterio opened this issue Mar 21, 2025 · 4 comments
Open

Firebase not installing CLI #8353

flitterio opened this issue Mar 21, 2025 · 4 comments
Labels

Comments

@flitterio
Copy link

flitterio commented Mar 21, 2025

curl -sL https://firebase.tools | bash
-- Checking for existing firebase-tools...
-- Checking your machine type...
-- Downloading binary from https://firebase.tools/bin/macos/latest
######################################################################## 100.0%
-- Setting permissions on binary... /usr/local/bin/firebase
/usr/local/bin/firebase: line 1: Not: command not found
Something went wrong, firebase has not been installed.
Please file a bug with your system information on Github.
https://github.com/firebase/firebase-tools/
-- All done!
make: *** [install-firebase-cli] Error 1

Exited with code exit status 2

[REQUIRED] Environment info

firebase-tools:

Platform:

[REQUIRED] Test case

[REQUIRED] Steps to reproduce

Got the above error while trying to build an app with Firebase in Circle Ci

[REQUIRED] Expected behavior

[REQUIRED] Actual behavior

curl -sL https://firebase.tools | bash
-- Checking for existing firebase-tools...
-- Checking your machine type...
-- Downloading binary from https://firebase.tools/bin/macos/latest
######################################################################## 100.0%
-- Setting permissions on binary... /usr/local/bin/firebase
/usr/local/bin/firebase: line 1: Not: command not found
Something went wrong, firebase has not been installed.
Please file a bug with your system information on Github.
https://github.com/firebase/firebase-tools/
-- All done!
make: *** [install-firebase-cli] Error 1

Exited with code exit status 2

@google-oss-bot
Copy link
Contributor

This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.

@aalej
Copy link
Contributor

aalej commented Mar 21, 2025

Thanks for reaching out @flitterio. I'm trying to reproduce this, but I'm not getting any errors when running curl -sL https://firebase.tools | bash on a macOS machine. Could you try re-running your CI/CD build to see if you'd still encounter the issue?

@joehan
Copy link
Contributor

joehan commented Mar 21, 2025

Hey @flitterio - if you saw these issues between ~4 PM PST yesterday and ~10 AM PST today, they most likely were caused by a blip in our release automation that caused artifacts for 13.35.1 to not be uploaded to Github. We've since fixed this and uploaded the necessary artifacts, so hopefully this should be resolved.

@aalej aalej added the Needs: Author Feedback Issues awaiting author feedback label Mar 24, 2025
@Xlroo
Copy link

Xlroo commented Mar 24, 2025

@flitterio I had the same issue, I was using the standalone binary file.
It turns out, the standalone binary file needs to be renamed to firebase-win.exe before the system can recognize it.

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

No branches or pull requests

5 participants