firebase-tools: v8.12.1
Platform: macOS, Windows, Ubuntu
The latest release v8.12.1 does not contain the binaries.
Run: curl -sL https://firebase.tools | bash
To install Firebase tools.
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
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!
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.0Or you can just grab it from GitHub releases. Of course anyone who got this far probably went there anyway.