Error Facing while getting the app it_managment

bench get-app --branch version-15 GitHub - phamos-eu/it_management: Management von IT-Bausteinen. Hierzu gehören IT-Geräte und IT-Lösungen wie Server, Rechner, Netzwerke und E-Mailserver sowie auch Backups, Dienstleistungsverträge, Accounts und Internetleistungen.




@Midhat check this bench.exceptions.CommandFailedError: yarn install

1 Like

@Jeel I am not on docker I am using local ubuntu server

Hi @Midhat,

I tried the same steps on my local setup, but I did not encounter this error.

If the link above solves your issue, great! Otherwise, try the steps below.

  1. Check if pip is installed:

    pip --version
    

    If pip is not installed, install it using:

    sudo apt install python3-pip
    

    else:

    python3 -m pip install --upgrade pip
    
  2. Install required packages:
    If installing pip in step 1 doesn’t resolve the issue, navigate to your Frappe bench directory and run:

    bench setup requirements
    

If issue remains, then please let me know!

Thanks for the help, But this does not resolve issue but we figure out something else.