npx will run the node package from node_modules if it's present, else it will npm install the package and then run it.
npx will run the node package from node_modules if it's present, else it will npm install the package and then run it.