-
Notifications
You must be signed in to change notification settings - Fork 974
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
Standalone CLI requires 'semver' module #1684
Comments
Assigning this to standalone CLI czar @abeisgoat to take a look, thanks for filing! |
Exactly the same behaviour, even if I install node. |
I think this was a result of a faulty build, if you can still reproduce this with a recent |
Thanks @abeisgoat, confirming that latest Leaving closed. |
I get the exact same error, and I downloaded and ran the standalone binary yesterday |
Exactly the same issue with latest instant version (12.4.5) on Windows 10, with Node 19.4.0 installed. If I try the normal one (for Node), it instantly closes itself after opening it. |
Well, ultimate solution [for standalone CLI file] is to place the file in your Admin user profile and after opening the file it will automatically start configuring all the files, |
[REQUIRED] Environment info
firebase-tools:
EDIT: Coworker (he has npm) ran the
--version
command and got7.4.0
Platform:
MacOS Mojave
Version 10.14.6 (18G95)
[REQUIRED] Test case
curl -sL firebase.tools | bash
)[REQUIRED] Steps to reproduce
Precondition:
Steps:
1a. Download the standalone binary
or
1b. Use the auto install script (
curl -sL firebase.tools | bash
)firebase --version
)Error: Cannot find module 'semver'
[REQUIRED] Expected behavior
Standalone binary can execute commands
[REQUIRED] Actual behavior
Standalone binary requires npm.
Log for
firebase --version --debug
is the same asfirebase --version
.The text was updated successfully, but these errors were encountered: