Firebase-tools: The latest release v8.12.1 does not contain binaries

Created on 10 Oct 2020  路  2Comments  路  Source: firebase/firebase-tools

[REQUIRED] Environment info

firebase-tools: v8.12.1
Platform: macOS, Windows, Ubuntu

[REQUIRED] Test case

The latest release v8.12.1 does not contain the binaries.

[REQUIRED] Steps to reproduce

Run: curl -sL https://firebase.tools | bash

[REQUIRED] Expected behavior

To install Firebase tools.

[REQUIRED] Actual behavior

curl -sL https://firebase.tools | bash
-- Checking for existing firebase-tools on PATH...
-- Checking your machine type...
-- Downloading binary from https://firebase.tools/bin/macos/latest
######################################################################## 100.0%##=O#- #                                                                      
-- 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

Most helpful comment

As a workaround this will retrieve the preceding version, without #2688 or #2634 (can replace linux with macos):

curl -Lo ./firebase https://firebase.tools/bin/linux/v8.12.0

Or you can just grab it from GitHub releases. Of course anyone who got this far probably went there anyway.

All 2 comments

As a workaround this will retrieve the preceding version, without #2688 or #2634 (can replace linux with macos):

curl -Lo ./firebase https://firebase.tools/bin/linux/v8.12.0

Or you can just grab it from GitHub releases. Of course anyone who got this far probably went there anyway.

Hey folks, looks like the build process had a problem uploading the standalone binaries with the latest release. I've manually attached the binaries to the release, give it another try!

Was this page helpful?
0 / 5 - 0 ratings