npx eslint
This works fine and executes eslint with out the explicit cli install
on the other hand,
npx prettier-eslint
This one does not work. //command not found
But if I install prettier-eslint-cli
above command works fine
My question is why npx prettier-eslint
command does not work without the cli installation