/usr/local/bin/firebase: line 1: Not: command not found -- when try to install CLI
See original GitHub issueInstalling Firebase CLI tools fails, when try to install via curl Looks like its from the latest release 9.8.0
[REQUIRED] Environment info
not installed firebase-tools:
Platform: Ubuntu
[REQUIRED] Test case
curl -sL firebase.tools
[REQUIRED] Steps to reproduce
curl -sL firebase.tools
[REQUIRED] Expected behavior
Everything is installed, as expected
[REQUIRED] Actual behavior
curl -sL firebase.tools | bash
-- Checking for existing firebase-tools on PATH...
-- Checking your machine type...
-- Downloading binary from https://firebase.tools/bin/linux/latest
######################################################################## 100.0%
-- Setting permissions on binary...
/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!
Exited with code exit status 1
Issue Analytics
- State:
- Created 2 years ago
- Reactions:13
- Comments:13
Top Results From Across the Web
Firebase command not found · Issue #113 - GitHub
I'm new to Firebase, and tried to deploy my app. but I always get this error : -bash: firebase: command not found. I...
Read more >firebase-tools "-bash: firebase: command not found"
Try this cURL command and it will fix this issue for good and will minimise any user errors. Install the Firebase CLI using...
Read more >Getting started with the AWS CLI - AWS Command Line Interface
Install the AWS Command Line Interface (AWS CLI) on your system.
Read more >'command not found' when I try to run docker-compose - General
I installed Docker Compose using the instrux found in the Linux section of the docs install page. I'm logged in as root via...
Read more >Troubleshoot .NET tool usage issues - Microsoft Learn
NET program, but dotnet-xyz does not exist. ... NET CLI tries to add the default location to the PATH environment variable on its...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s fixed now. As of 15 min ago, the linux binary was still missing, but now they are all there.
9.8.0 is missing macos and linux executables.
Reverting to 9.7.0 worked for me. (replace platform with whatever you’re using)
curl -Lo ./firebase_bin https://firebase.tools/bin/macos/v9.7.0