nestorbird / GETPOS

A cloud-based Get POS solution is a computerized system designed for your retail store, restaurant, multi-store, and supermarket to manage transactions, orders, inventory, and in-store product sales in one go.
https://nestorbird.com/getpos/
GNU General Public License v3.0
37 stars 49 forks source link

Error version 15 #43

Open sammish opened 4 days ago

sammish commented 4 days ago

bench get-app --branch version-15 https://github.com/nestorbird/GETPOS.git Getting GETPOS $ git clone https://github.com/nestorbird/GETPOS.git --branch version-15 --depth 1 --origin upstream Cloning into 'GETPOS'... remote: Enumerating objects: 217, done. remote: Counting objects: 100% (217/217), done. remote: Compressing objects: 100% (173/173), done. remote: Total 217 (delta 62), reused 119 (delta 37), pack-reused 0 (from 0) Receiving objects: 100% (217/217), 268.50 KiB | 2.40 MiB/s, done. Resolving deltas: 100% (62/62), done. Ignoring dependencies of https://github.com/nestorbird/GETPOS.git. To install dependencies use --resolve-deps Installing getpos $ /home/frappe/frappe-bench/env/bin/python -m pip install --quiet --upgrade -e /home/frappe/frappe-bench/apps/getpos DEPRECATION: Legacy editable install of getpos==0.0.1 from file:///home/frappe/frappe-bench/apps/getpos (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457 $ yarn install --check-files yarn install v1.22.22 info No lockfile found. [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages... success Saved lockfile. Done in 0.22s. $ bench build --app getpos ✔ Application Assets Linked

yarn run v1.22.22 $ node esbuild --production --apps getpos --run-build-command File Size

DONE Total Build Time: 214.423ms

Running build command for getpos $ cd GetPOS && yarn build $ vite build --base=/assets/getpos/GetPOS/ && yarn copy-html-entry /bin/sh: 1: vite: not found error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Error: Command failed: yarn build at checkExecSyncError (node:child_process:890:11) at execSync (node:child_process:962:15) at run_build_command_for_apps (/home/frappe/frappe-bench/apps/frappe/esbuild/esbuild.js:448:5) at execute (/home/frappe/frappe-bench/apps/frappe/esbuild/esbuild.js:125:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { status: 127, signal: null, output: [ null, null, null ], pid: 4057513, 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 "/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 114, in main() File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 20, in main click.Group(commands=commands)(prog_name="bench") File "/home/frappe/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1157, in call return self.main(args, kwargs) File "/home/frappe/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/home/frappe/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 "/home/frappe/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 "/home/frappe/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, ctx.params) File "/home/frappe/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 783, in invoke return __callback(args, **kwargs) File "/home/frappe/frappe-bench/apps/frappe/frappe/commands/utils.py", line 77, in build bundle( File "/home/frappe/frappe-bench/apps/frappe/frappe/build.py", line 254, in bundle frappe.commands.popen(command, cwd=frappe_app_path, env=get_node_env(), raiseerr=True) File "/home/frappe/frappe-bench/apps/frappe/frappe/commands/init.py", line 97, in popen raise subprocess.CalledProcessError(return, command) subprocess.CalledProcessError: Command 'yarn run production --apps getpos --run-build-command' returned non-zero exit status 1. ERROR: bench build --app getpos subprocess.CalledProcessError: Command 'bench build --app getpos' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/usr/local/bin/bench", line 8, in sys.exit(cli()) File "/usr/local/lib/python3.10/dist-packages/bench/cli.py", line 132, in cli bench_command() File "/usr/local/lib/python3.10/dist-packages/bench/commands/make.py", line 181, in get_app get_app( File "/usr/local/lib/python3.10/dist-packages/bench/app.py", line 777, in get_app app.install(verbose=verbose, skip_assets=skip_assets, restart_bench=restart_bench) File "/usr/local/lib/python3.10/dist-packages/bench/utils/render.py", line 126, in wrapper_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/bench/app.py", line 254, in install install_app( File "/usr/local/lib/python3.10/dist-packages/bench/app.py", line 925, in install_app build_assets(bench_path=bench_path, app=app, using_cached=using_cached) File "/usr/local/lib/python3.10/dist-packages/bench/utils/bench.py", line 380, in build_assets exec_cmd(command, cwd=bench_path, env=env) File "/usr/local/lib/python3.10/dist-packages/bench/utils/init.py", line 178, in exec_cmd raise CommandFailedError(cmd) from subprocess.CalledProcessError(return_code, cmd) bench.exceptions.CommandFailedError: bench build --app getpos