Not able to install frappe version 15

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

1 Like

The node version is already greater than 18.

@Foram

you may refer this tutorial…
it is an installation on a Virtual machine running on freshly installed ubuntu server 22.04 LTS…

1 Like

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

  1. sudo apt install curl
  2. curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
  3. source ~/.bashrc

Then try install frappe-bench

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.