Direction: Choose the correct option
Q1.
What is npx?
Direction: Choose the correct option
Q2.
When would you use `npx create-react-app my-app` instead of installing globally?
Direction: Choose the correct option
Q3.
What happens if you run `npx cowsay Hello` and `cowsay` is not installed?
Direction: Choose the correct option
Q4.
How is npx different from running a globally installed package?
Direction: Choose the correct option
Q5.
Which command runs a package without installing it, using npx?
