I am trying to install frappe lms in my existing site.
I have one app used react in it @buildwithhussain
Right now trying to install lms in that site i am getting issues.
ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
frappe 15.0.0.dev0 requires beautifulsoup4~=4.9.3, but you have beautifulsoup4 4.12.3 which is incompatible.
frappe 15.0.0.dev0 requires cairocffi==1.2.0, but you have cairocffi 1.6.1 which is incompatible.
Running build command for turiya_app
warning …/…/package.json: No license field
$ cd turiyaVue && yarn build
/bin/sh: 1: cd: can’t cd to turiyaVue
error Command failed with exit code 2.
info Visit yarn run | Yarn for documentation about this command.
Error: Command failed: yarn build
at checkExecSyncError (node:child_process:871:11)
at execSync (node:child_process:943:15)
at run_build_command_for_apps (/home/ubuntu/frappe-bench/apps/frappe/esbuild/esbuild.js:436:5)
at /home/ubuntu/frappe-bench/apps/frappe/esbuild/esbuild.js:89:35
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
status: 2,
signal: null,
output: [ null, null, null ],
pid: 30231,
stdout: null,
stderr: null
}
Done in 21.09s.
Can we install lms in that site? Or we need new bench to utilize that ?
if we install that app also how could we route and use. Currently in type generator settings i added /turiyapp/src. I will render my website /turiya.
Like that if i install lms also ? how to see that in website
Thankyou