a little confusion as to why I cant use command line tools that are installed on my system from the XAMPP-VM terminal. For instance:
I start XAMPP-VM and click Open Terminal. I cd
to htdocs
and try to run something, like sass --watch style
or npm init
. It always says command not found, until I install the tool from inside the XAMPP terminal itself.
How to use the command line tools I have on my system, without having to re-install them from XAMPP-VM terminal.