Hello everyone,
I am trying to install version 14 but it’s giving me this error, though the yarn is installed.
Hello everyone,
I am trying to install version 14 but it’s giving me this error, though the yarn is installed.
Hi @Foram
You can see node error mentioned right there in the error … you have 16.20.2 !!!
You need minimum node version 18 to Frappe V15. Install that first along with yarn
you may refer this tutorial…
it is an installation on a Virtual machine running on freshly installed ubuntu server 22.04 LTS…
You have node v18 installed, but the default is 16 that is why you got the error.
Try
nvm alias default 18.18.2
If you don’t have nvm, do the following
Then try install frappe-bench
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.