After successfully installing npm-check-updates
on my Ubuntu 18.04 system using the command npm install -g npm-check-updates
, I encountered an issue. You see, when I attempt to run this package with $ ncu
, instead of executing the npm utility, the shell triggers a different program that also responds to the same ncu
command.
So, my question is: Is there a way to specify that I want to specifically run the npm executable and not the binary located at /usr/local/bin/ncu
? Any guidance on this matter would be greatly appreciated.