Error on yarn install and start terminal

please what is the solution to this
yarn install v1.22.19
[1/5] Validating package.json…
error [email protected]: The engine β€œnode” is incompatible with this module. Expected version β€œ^12.19.0 || ^14.15.0 || ^16.13.0”. Got β€œ10.19.0”
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

and how to start the host on my terminal

Hi @frankking3679

using yarn check for the installed node version to make sure it does not conflict with requirements of any node packages.

Update node version to a required higher version to fix it.

You can use node manager like nvm package to modify the node versions, when required.

i am running it on ubuntu
please how can i set it up

also,
how can i start the terminal
to enable the pulbic work perfectly
i am running a ethereum-boilerplate

The process mentioned in Stackoverflow will also work in Linux systems.

You can run it directory in your code editor terminal or linux terminal.

i have but still having same error

If you run node -v in your terminal do you see updated version?

If not then you need to use nvm in that terminal to change the node version to the required version.

nvm install <version>

nvm use <version>