I’m following the instruction on this doc to set-up my local dev environment. And direnv allow commands keeps remind me this error:
Unexpected node version. Recommended to use https://github.com/volta-cli/volta
make: *** [node-version-check] Error 1
I followed the instruction on volta section to check my node version. And the package.json file, volta is expecting a node version of 12.19.0, and I have a 12.19.0 node in my environment.
Are you using direnv and volta? If you are using volta, I think you should get rid of any node on your system, especially one available on your path and let volta shims take over. This maybe due to that.