Running build command for crm
$ cd frontend && yarn build
$ vite build --base=/assets/crm/frontend/ && yarn copy-html-entry
[unplugin-vue-components] component "Section"(/cloudclusters/erpnext/frappe-bench/apps/crm/frontend/src/components/Section.vue) has naming conflicts with other components, ignored.
vite v4.5.5 building for production...
transforming (166) ../node_modules/frappe-ui/src/components/TextEditor/TextEditorFloatingMenu.vue
Inter-DisplayRegular.woff2?v=3.19 referenced in /cloudclusters/erpnext/frappe-bench/apps/crm/frontend/src/index.css didn't resolve at build time, it will remain unchanged to be resolved at runtime
transforming (1433) ../node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js
Inter-DisplayRegular.woff2?v=3.19 referenced in /cloudclusters/erpnext/frappe-bench/apps/crm/frontend/src/index.css?used&inline didn't resolve at build time, it will remain unchanged to be resolved at runtime
✓ 1594 modules transformed.
rendering chunks (83)...Killed
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 137.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: Command failed: yarn build
at checkExecSyncError (node:child_process:885:11)
at execSync (node:child_process:957:15)
at run_build_command_for_apps (/cloudclusters/erpnext/frappe-bench/apps/frappe/esbuild/esbuild.js:448:5)
at execute (/cloudclusters/erpnext/frappe-bench/apps/frappe/esbuild/esbuild.js:125:23)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
status: 137,
signal: null,
output: [ null, null, null ],
pid: 3272,
stdout: null,
stderr: null
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run 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 "/cloudclusters/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 114, in <module>
main()
File "/cloudclusters/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 20, in main
click.Group(commands=commands)(prog_name="bench")
File "/cloudclusters/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
File "/cloudclusters/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/cloudclusters/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/cloudclusters/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/cloudclusters/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/cloudclusters/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/cloudclusters/erpnext/frappe-bench/apps/frappe/frappe/commands/utils.py", line 77, in build
bundle(
File "/cloudclusters/erpnext/frappe-bench/apps/frappe/frappe/build.py", line 255, in bundle
frappe.commands.popen(command, cwd=frappe_app_path, env=get_node_env(), raise_err=True)
File "/cloudclusters/erpnext/frappe-bench/apps/frappe/frappe/commands/__init__.py", line 97, in popen
raise subprocess.CalledProcessError(return_, command)
subprocess.CalledProcessError: Command 'yarn run build --apps crm --run-build-command' returned non-zero exit status 1.
any one can help?