I am trying to use yarn install and do get an error that engine "node" is incompatible because version ">=10.14" is required. I do have installed v16.9.1, so I dont know why the wrong version is found. Look at the terminal:
pi@raspberrypi:~/Desktop/NFT/metaplex/js $ sudo yarn install
yarn install v1.22.11
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error cross-env@7.0.3: The engine "node" is incompatible with this module. Expected version ">=10.14". Got "8.11.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
pi@raspberrypi:~/Desktop/NFT/metaplex/js $ node -v
v16.9.1.
Thanks for any help.