Category "terminal"

Error when installing ng add @ng-bootstrap/ng-bootstrap

There comes an error when installing ng-bootstrap to my Angular-CLI(11.0.4). When ng add @ng-bootstrap/ng-bootstrap And my log file [error] Error: npm ERR! co

Set multiple PATH Variables in MacOS Big Sur (zsh)

I want to add multiple Path Variables: Dart & Pub (Doesn't work) sdkman (works) homebrew and its installations (Doesn't work) Deno (Doesn't work) Cargo &

Print to a specific point in the terminal

I have a method that prints an upload progress like this: 36% [=================> ] 210,81 KB/s To rewrite the line,

Terminal Git Status showing different than Visual Studio status

I've been at this for a couple of days and I can't figure this out. When I run git status on my terminal, it's giving me a different result than what my visual

What does "fatal: bad numeric config value 'ward' for 'core.safecrlf': invalid unit" mean?

When I type git init (or git help tutorial) in terminal (MacOS), I get this message: fatal: bad numeric config value 'ward' for 'core.safecrlf': invalid unit

Is there a way to get the mouse position within the terminal?

I am currently coding a node.js program relating to mouse coordinates. Is there a way to see the mouse position in the terminal in Node.JS? I've tried the ways

How to create live changing text in ruby?

How to live changing in ruby, I receive API but it looks like: the number is 1 the number is 2 the number is 3 it's normal because inside the loop and when I u

Rebinding tmux prefix to alt key

I'd like to change the tmux prefix from ctrl+b to a single key, specifically alt. Tried set-option -g prefix M, but it said bad key. Anyone know how to accompli

No `Podfile' found in the project directory

I'm trying to run pod install command in android studio but terminal outputs the following error : [!] No Podfile' found in the project directory.

IntelliJ IDEA Terminal not see commands

I'm using Fedora 35 Linux and I installed IntelliJ IDEA via flatpak, and when I try to use the docker command in the IDEA's terminal window, it gives me the fol

Run command in tmux and update the status bar

I wrote a simple shell script that will show IP every 15 sec (it checks for VPN basically )... I wanted to add that in my status bar and I did it with #() but i

zsh: command not found on MacOS Monterey

I wanted to create a react project and when I executed the command it said zsh: command not found: npx Then I tried the ls command and it said zsh: command not

How to set terminal tabs titles in zsh, to vim filenames

I am using a oh-my-zsh shell in an Apple terminal (2.11) in full screen, and by default the name of the tabs is the name of the program being run (eg. vim). Is

How to set terminal tabs titles in zsh, to vim filenames

I am using a oh-my-zsh shell in an Apple terminal (2.11) in full screen, and by default the name of the tabs is the name of the program being run (eg. vim). Is

Cmder wrong colors using Windows Terminal

I am trying to use Cmder in Windows Terminal. I tried following this guide, and I did everything as it says. However, there is a small issue. No matter what I d

Why does ksh's vi-mode in Terminal on macOS "Big Sur" sometimes corrupts the edit line?

I noticed that sometimes when trying to edit a line in the history to re-run a command, that ksh would garble the line and move the cursor up a line. It was rea

Export file to serve while evaluating Wolframscript through command line

I am trying to use a server to do a set of computations for me, and then export the results as a csv to the server to then be transferred to my own computer. I

Could not find conda environment

I am trying to re-enter my conda environment but I am having trouble doing so as when I type conda activate (evironment name) or source activate (environment na

How to commit code for a second time on terminal [closed]

I have committed a code into my branch, no one has written anything in it. Do I just git add then git commit -m '' and then git push as usual

Unable to install jenkins in mac

I am trying to install the Homebrew throwgh following command in Terminal: brew install jenkins-lts but the result is: -bash: brew: command not found what is yo