India Compliance Installation Failing

$ bench version
erpnext 14.7.0
frappe 14.15.0
healthcare 0.0.1
hrms 1.0.0
india_compliance 14.0.0
payments 0.0.1

$ bench get-app GitHub - resilient-tech/india-compliance: Simple, yet powerful compliance solutions for Indian businesses
Getting india-compliance
$ git clone GitHub - resilient-tech/india-compliance: Simple, yet powerful compliance solutions for Indian businesses --depth 1 --origin upstream
Cloning into ‘india-compliance’…
remote: Enumerating objects: 284, done.
remote: Counting objects: 100% (284/284), done.
remote: Compressing objects: 100% (258/258), done.
remote: Total 284 (delta 25), reused 136 (delta 15), pack-reused 0
Receiving objects: 100% (284/284), 599.96 KiB | 2.55 MiB/s, done.
Resolving deltas: 100% (25/25), done.
Ignoring dependencies of GitHub - resilient-tech/india-compliance: Simple, yet powerful compliance solutions for Indian businesses. To install dependencies use --resolve-deps
Installing india_compliance
$ /home/ubuntu/frappe-bench/env/bin/python -m pip install --quiet --upgrade -e /home/ubuntu/frappe-bench/apps/india_compliance
$ bench build --app india_compliance
:heavy_check_mark: Application Assets Linked

yarn run v1.22.19
$ node esbuild --production --apps india_compliance --run-build-command
clean: postcss.plugin was deprecated. Migration guide:

Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: GitHub - browserslist/browserslist: 🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env
✘ [ERROR] No matching export in “node_modules/vue-router/dist/vue-router.esm.js” for import “createRouter”

../india_compliance/india_compliance/public/js/india_compliance_account/router.js:1:9:
  1 │ import { createRouter, createWebHistory } from 'vue-router';
    ╵          ~~~~~~~~~~~~

✘ [ERROR] No matching export in “node_modules/vue-router/dist/vue-router.esm.js” for import “createWebHistory”

../india_compliance/india_compliance/public/js/india_compliance_account/router.js:1:23:
  1 │ import { createRouter, createWebHistory } from 'vue-router';
    ╵                        ~~~~~~~~~~~~~~~~

✘ [ERROR] No matching export in “node_modules/vuex/dist/vuex.esm.js” for import “createStore”

../india_compliance/india_compliance/public/js/india_compliance_account/store/index.js:1:9:
  1 │ import { createStore } from 'vuex'
    ╵          ~~~~~~~~~~~

✘ [ERROR] No matching export in “node_modules/vue/dist/vue.runtime.esm.js” for import “createApp”

../india_compliance/india_compliance/public/js/india_compliance_account/india_compliance_account.bundle.js:1:9:
  1 │ import { createApp } from "vue";
    ╵          ~~~~~~~~~

ERROR There were some problems during build

Error: Build failed with 4 errors:
…/india_compliance/india_compliance/public/js/india_compliance_account/india_compliance_account.bundle.js:1:9: ERROR: No matching export in “node_modules/vue/dist/vue.runtime.esm.js” for import “createApp”
…/india_compliance/india_compliance/public/js/india_compliance_account/router.js:1:9: ERROR: No matching export in “node_modules/vue-router/dist/vue-router.esm.js” for import “createRouter”
…/india_compliance/india_compliance/public/js/india_compliance_account/router.js:1:23: ERROR: No matching export in “node_modules/vue-router/dist/vue-router.esm.js” for import “createWebHistory”
…/india_compliance/india_compliance/public/js/india_compliance_account/store/index.js:1:9: ERROR: No matching export in “node_modules/vuex/dist/vuex.esm.js” for import “createStore”
at failureErrorWithLog (/home/ubuntu/frappe-bench/apps/frappe/node_modules/esbuild/lib/main.js:1600:15)
at /home/ubuntu/frappe-bench/apps/frappe/node_modules/esbuild/lib/main.js:1246:28
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Terminated
error Command failed with exit code 143.
info Visit yarn run | Yarn for documentation about this command.
Traceback (most recent call last):
File “/usr/lib/python3.10/runpy.py”, line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File “/usr/lib/python3.10/runpy.py”, line 86, in _run_code
exec(code, run_globals)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 109, in
main()
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 18, in main
click.Group(commands=commands)(prog_name=“bench”)
File “/home/ubuntu/frappe-bench/env/lib/python3.10/site-packages/click/core.py”, line 829, in call
return self.main(*args, **kwargs)
File “/home/ubuntu/frappe-bench/env/lib/python3.10/site-packages/click/core.py”, line 782, in main
rv = self.invoke(ctx)
File “/home/ubuntu/frappe-bench/env/lib/python3.10/site-packages/click/core.py”, line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/ubuntu/frappe-bench/env/lib/python3.10/site-packages/click/core.py”, line 1259, in invoke
return process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/ubuntu/frappe-bench/env/lib/python3.10/site-packages/click/core.py”, line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/home/ubuntu/frappe-bench/env/lib/python3.10/site-packages/click/core.py”, line 610, in invoke
return callback(*args, **kwargs)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/commands/utils.py”, line 82, in build
bundle(mode, apps=apps, hard_link=hard_link, verbose=verbose, skip_frappe=skip_frappe)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/build.py”, line 257, in bundle
frappe.commands.popen(command, cwd=frappe_app_path, env=get_node_env(), raise_err=True)
File “/home/ubuntu/frappe-bench/apps/frappe/frappe/commands/init.py”, line 98, in popen
raise subprocess.CalledProcessError(return
, command)
subprocess.CalledProcessError: Command ‘yarn run production --apps india_compliance --run-build-command’ returned non-zero exit status 143.
ERROR:
Traceback (most recent call last):
File “/home/ubuntu/.local/bin/bench”, line 8, in
sys.exit(cli())
File “/home/ubuntu/.local/lib/python3.10/site-packages/bench/cli.py”, line 127, in cli
bench_command()
File “/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py”, line 1130, in call
return self.main(*args, **kwargs)
File “/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py”, line 1055, in main
rv = self.invoke(ctx)
File “/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py”, line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py”, line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py”, line 760, in invoke
return __callback(*args, **kwargs)
File “/home/ubuntu/.local/lib/python3.10/site-packages/bench/commands/make.py”, line 159, in get_app
get_app(
File “/home/ubuntu/.local/lib/python3.10/site-packages/bench/app.py”, line 444, in get_app
app.install(verbose=verbose, skip_assets=skip_assets, restart_bench=restart_bench)
File “/home/ubuntu/.local/lib/python3.10/site-packages/bench/utils/render.py”, line 126, in wrapper_fn
return fn(*args, **kwargs)
File “/home/ubuntu/.local/lib/python3.10/site-packages/bench/app.py”, line 242, in install
install_app(
File “/home/ubuntu/.local/lib/python3.10/site-packages/bench/app.py”, line 586, in install_app
build_assets(bench_path=bench_path, app=app)
File “/home/ubuntu/.local/lib/python3.10/site-packages/bench/utils/bench.py”, line 330, in build_assets
exec_cmd(command, cwd=bench_path, env={“BENCH_DEVELOPER”: “1”})
File “/home/ubuntu/.local/lib/python3.10/site-packages/bench/utils/init.py”, line 155, in exec_cmd
raise CommandFailedError
bench.exceptions.CommandFailedError

Try this command
bench get-app --branch version-14 GitHub - resilient-tech/india-compliance: Simple, yet powerful compliance solutions for Indian businesses