How can i stop zsh: Killed firebase stop? - firebase

Whenever i try to use firebase it shows
# firebase help
# zsh: killed firebase help
no command is work every time it shows the same error message
i tried uninstalling and reinstalling it but it din't work and i used bun to install it
bun install firebase

Related

Having an Npx issue while executing npx firestore-algolia-search

I want to sync my old firestore data of a collection to algolia. I have followed the documentation provided and face issues with npx. If anyone could help me would mean a lot.
Here's the output I get if I use a PowerShell terminal
/bin/bash: C:/Program Files/nodejs/npx: No such file or directory
I receive this error when using bash in wsl even when providing the full path to npx and the script file.
Any help would mean a lot
I have tried and tested all the solutions I could find on the internet from using git bash to execute the script to using wsl to execute the bash script without any luck
Use npx firestore-algolia-search#0.5.14. Something is broken in 0.5.15.
EDIT: I created a github ticket for this issue.

core-js error when trying download firebase package

I get this error when trying to download firebase but another package I don't see. What can I do?
Also when I tried npm install core-js#3.24.3 I achieved the same error
I removed folders inside npm-caches from %appdata% and tried npm install again. Sadly i see the same error
I don't know the correct solution but i have a another laptop have never codded in. So that It works

"command not found: wp-env" even though the package was installed

I'm learning how to develop a website with Wordpress and I'm using Docker for the first time. I followed this tutorial: https://developer.wordpress.org/block-editor/getting-started/devenv/
Basically I installed Docker, then the #wordpress/env package, ran the wp-env start command in a wordpress directory. It created a Docker image and started the container.
Everything worked fine, but somehow I thought I still needed to install php so I did that through homebrew. Then I closed my Macbook and had dinner. Now I came back, created a Wordpress plugin with #wordpress/create-block and tried to use wp-env start in its directory, but the command couldn't be found anymore?
I tried uninstalling and installing the #wordpress/env package again but I still get the error zsh: command not found: wp-env.
I can still start the docker container from the initial attempt, but when I try wp-env commands it just can't be found. I don't know much about terminal commands either.
Can anyone give me tips where to look for the error?

unable to install firebase tools cli on macOS

I've tried to install firebase tools on my macOS several times .
I used npm , the auto install script and standalone binary, but nothing have worked .
When I write on my terminal commands like firebase login it shows me
"killed : 9"
None of the firebase commands work . Even if I tried commands like firebase help or firebase -v , the terminal always show me the same "killed : 9" message .
What can I do?
This error is typically caused by another process that has a memory leak, check the usage of your device and look for any apps that have extremely high usages and end the process. This should allow you to run a fresh command window for CLI commands.
Similar:
https://apple.stackexchange.com/questions/258623/how-to-fix-killed-9-error-in-mac-os
What is Killed:9 and how to fix in macOS Terminal?

Every command heroku fails with 'ENOENT': spawn tasklist ENOENT

I am aware one question exists already but he had a different issue as he answered himself. I am running on windows 32 bit and trying to run heroku. It stopped somehow after I restart the terminal one time. Now literally anything I enter using the heroku cli, I get this error:
'ENOENT': spawn tasklist ENOENT
I tried running heroku version but still the same. In my path I have linked it to C:\. . .\Heroku\bin. It worked but even after reinstalling it does not work.
P.S. Does this have anything to do with my node installation? I have node installed too. Is it clashing?
On Windows, you need to locate tasklist.exe on your PC.
Typically, it is found in Windows/system32/
If it is there, put the basepath to it in PATH Environmental variable.
Then open new cmd.exe as Administrator.
Now, you should NOT see the 'ENOENT': spawn tasklist ENOENT error message.
I had the same issue, while I was not operating as Administrator. When running heroku commands as admin in shell, it started working. I found this discussion to be helpful: https://github.com/heroku/heroku-pg-extras/issues/129.
Hope that helps.
Cheers
I also had same issues but i resolved mine by running cmd as adminstrator. and login back into heroku by using these command
heroku auth:login
and wala! you can bounce back to your project.
i recommend looking at these
helpful link

Resources