#zsh: command not found: xata

1 messages · Page 1 of 1 (latest)

dusty glade
#

ok, so if that's in your project's node_modules, then the executable won't be available globally

#

you'd need to target the executable directly

#

you could also install xata globaly (npm i -g <package name>)

#

but you'd need your global node_modules folder in your PATH

#

and idk if xata is made to be installed globally or not

opal sonnet
#

Thanks... i believe it is already installed globally. I put the computer down and walked away. PATHs may be the death of this old scholl c# developer who never had to worry about it 🙂