Don't use asdf if there is no .tool-versions file?
I installed node.js:
brew install node
I also installed asdf with node.js plugin. Is there any way to use node.js installed via Homebrew globally if there is no .tool-versions file?
Right now I am getting an error if this file does not exist:
No version is set for command node
Consider adding one of the following versions in your config file at
nodejs 19.0.0
nodejs 19.0.1
nodejs 19.1.0
nodejs 19.2.0
I don't want to use asdf globally. Just for few projects.