fnm icon indicating copy to clipboard operation
fnm copied to clipboard

[WARN] - (starship::utils)

Open ImBIOS opened this issue 3 years ago • 3 comments

Warning log

Can't find an installed Node version matching v16.15.1.
Do you want to install it? answer [y/n]: y
Installing Node v16.15.1 (arm64)
Using Node v16.15.1
[WARN] - (starship::utils): Executing command "/usr/bin/git" timed out.                                                                                                         
[WARN] - (starship::utils): You can set command_timeout in your config to a higher value to allow longer-running commands to keep executing.
[WARN] - (starship::utils): Executing command "/Users/username/Library/Caches/fnm_multishells/18418_1680409142873/bin/node" timed out.

Environment

  System:
    OS: macOS 13.2.1
    CPU: (8) arm64 Apple M2
    Memory: 124.63 MB / 8.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 16.15.1 - ~/Library/Caches/fnm_multishells/18418_1680409142873/bin/node
    npm: 8.11.0 - ~/Library/Caches/fnm_multishells/18418_1680409142873/bin/npm
  Languages:
    Bash: 3.2.57 - /bin/bash
    Java: 1.8.0_362 - /usr/bin/javac
    Perl: 5.30.3 - /usr/bin/perl
    Python: 3.11.2 - /opt/homebrew/opt/[email protected]/libexec/bin/python
    Python3: 3.11.2 - /opt/homebrew/bin/python3
    Ruby: 2.6.10 - /usr/bin/ruby

ImBIOS avatar Apr 02 '23 04:04 ImBIOS

Another Warning

 *  History restored 

Using Node v16.15.1
[WARN] - (starship::utils): Executing command "/usr/bin/ruby" timed out.                                                                                                        
[WARN] - (starship::utils): Executing command "/usr/bin/git" timed out.
[WARN] - (starship::utils): You can set command_timeout in your config to a higher value to allow longer-running commands to keep executing.
[WARN] - (starship::utils): You can set command_timeout in your config to a higher value to allow longer-running commands to keep executing.
[WARN] - (starship::utils): You can set command_timeout in your config to a higher value to allow longer-running commands to keep executing.

ImBIOS avatar Apr 02 '23 04:04 ImBIOS

Im haivng the same exact issues

vvanii avatar Dec 15 '23 00:12 vvanii

Same here, fixed with command_timeout = 10000 in starship.toml

murkl avatar Jan 17 '24 08:01 murkl