Good Evening…
I am having an issue installing erpnext on ubuntu 22. The error I am getting when running " ```
bench init frappe-bench
"
error frappe-framework@: The engine "node" is incompatible with this module. Exp ected version ">=14". Got "12.22.9"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/bench/commands/make.py", line 68 , in init
init(
File "/usr/local/lib/python3.10/dist-packages/bench/utils/render.py", line 105 , in wrapper_fn
return fn(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/bench/utils/system.py", line 79, in init
get_app(
File "/usr/local/lib/python3.10/dist-packages/bench/app.py", line 432, 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 230, in inst all
install_app(
File "/usr/local/lib/python3.10/dist-packages/bench/app.py", line 569, in inst all_app
bench.run("yarn install", cwd=app_path)
File "/usr/local/lib/python3.10/dist-packages/bench/bench.py", line 47, in run
return exec_cmd(cmd, cwd=cwd or self.cwd)
File "/usr/local/lib/python3.10/dist-packages/bench/utils/__init__.py", line 1 55, in exec_cmd
raise CommandFailedError
bench.exceptions.CommandFailedError"
Can anyone assist me in rectifying this error or giving me a link that will assist me in resolving the issue ?