While setting up an frappe my console got struck here from past 2 hrs, how to resolve this?

ubuntu@ip-172-31-19-131:~/frappe-bench/sites$ bench get-app erpnext --branch version-13
A directory for the application ‘erpnext’ already exists. Do you want to continue and overwrite it? [y/N]: y
INFO: App moved from apps/erpnext to archived/apps/erpnext-2024-03-19
Getting erpnext
$ git clone GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP) --branch version-13 --depth 1 --origin upstream
Cloning into ‘erpnext’…
remote: Enumerating objects: 7425, done.
remote: Counting objects: 100% (7425/7425), done.
remote: Compressing objects: 100% (6428/6428), done.
remote: Total 7425 (delta 1477), reused 3639 (delta 704), pack-reused 0
Receiving objects: 100% (7425/7425), 19.00 MiB | 9.89 MiB/s, done.
Resolving deltas: 100% (1477/1477), done.
Ignoring dependencies of erpnext. To install dependencies use --resolve-deps
Installing erpnext
$ /home/ubuntu/frappe-bench/env/bin/python -m pip install --quiet --upgrade -e /home/ubuntu/frappe-bench/apps/erpnext
$ yarn install --check-files
yarn install v1.22.22
[1/4] Resolving packages…
[2/4] Fetching packages…
[3/4] Linking dependencies…
[--------------------------------------------------------------------------------------------------------------------------------[##############################################################------------------------------------------------------------------[################################################################################################################################
[4/4] Building fresh packages…
Done in 0.65s.
$ bench build --app erpnext
Linking /home/ubuntu/frappe-bench/apps/frappe/frappe/public to ./assets/frappe Linking /home/ubuntu/frappe-bench/apps/frappe/node_modules to ./assets/frappe/node_modules Linking /home/ubuntu/frappe-bench/apps/erpnext/erpnext/public to ./assets/erpnext Linking /home/ubuntu/frappe-bench/apps/erpnext/node_modules to ./assets/erpnext/node_modules :heavy_check_mark: Application Assets Linked

yarn run v1.22.22
$ FRAPPE_ENV=production node rollup/build.js --app erpnext
Production mode
:heavy_check_mark: Built js/moment-bundle.min.js
:heavy_check_mark: Built js/libs.min.js

Building erpnext assets…

:heavy_check_mark: Built js/erpnext-web.min.js
:heavy_check_mark: Built js/bank-reconciliation-tool.min.js
:heavy_check_mark: Built js/item-dashboard.min.js
:heavy_check_mark: Built js/e-commerce.min.js

I’m pretty sure this is bug that was introduced into frappe in the last week or two. You DO NOT want to overwrite and continue, it’s going to try install the latest develop branch or ERPNext.