I try Volta tools on existing Node project. This is very great tools :)
But, can i use global package ? For example, i've run :
npm i -g gitmoji-cli
Then, i try to use gitmoji
, but it's undefined on the command line. I'm on the right node version, but i don't really understand why the gitmoji is not found.
Do you know if I need other param ?
If anyone have already use this tool and installing global package .. :)
When you install a package to your toolchain, Volta takes your current default Node version and pins the tool to that engine